Age | Commit message (Expand) | Author | Files | Lines |
2007-05-30 | Fix CPU (re-)selection on reset. | ths | 5 | -4/+12 |
2007-05-30 | Replace target_ulong with target_phys_addr_t | blueswir1 | 1 | -2/+2 |
2007-05-30 | Fix the bug introduced by subpage code preventing PC boot | blueswir1 | 1 | -3/+3 |
2007-05-29 | Fix usermode check, thanks Aurelien Jarno. | ths | 1 | -1/+1 |
2007-05-29 | Don't check the FPU state for each FPU instruction, use hflags to | ths | 4 | -126/+126 |
2007-05-29 | ColdFire EMAC support. | pbrook | 6 | -3/+763 |
2007-05-28 | Sync __target_cmsg_nxthdr implementation with kernel header. | ths | 1 | -12/+7 |
2007-05-28 | SMBus support for MIPS Malta. | ths | 5 | -11/+17 |
2007-05-28 | Handle PX/UX status flags correctly, by Aurelien Jarno. | ths | 4 | -7/+48 |
2007-05-28 | Revert last change, this workaround is long obsolete. | ths | 1 | -1/+1 |
2007-05-28 | Fix ddivu for 32bit hosts, by Aurelien Jarno. | ths | 1 | -4/+4 |
2007-05-28 | Do not sign extend lwu, by Aurelien Jarno. | ths | 1 | -1/+1 |
2007-05-28 | MIPS64 addressing fixes, by Aurelien Jarno. | ths | 3 | -9/+81 |
2007-05-28 | Fix do_socketcall argument, by Daniel Jacobowitz. | ths | 1 | -1/+1 |
2007-05-28 | MIPS disassembler update. | ths | 1 | -1050/+1645 |
2007-05-28 | Remove a local subpage IO hack, now that general subpage IO works. | balrog | 2 | -41/+21 |
2007-05-28 | Fix tap device counting. | pbrook | 1 | -1/+1 |
2007-05-28 | Implement ColdFire ff1. | pbrook | 2 | -1/+14 |
2007-05-28 | Add diagnostic for bad opcode masks. | pbrook | 1 | -1/+5 |
2007-05-27 | Interrupt debugging DPRINTFs | blueswir1 | 1 | -10/+22 |
2007-05-27 | New option -net nic,model=? (Mark Glines) | blueswir1 | 7 | -4/+26 |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 | 5 | -15/+15 |
2007-05-27 | Handle unconnected vlan case in lance | blueswir1 | 2 | -22/+27 |
2007-05-27 | Improved sanity checking to -net options | blueswir1 | 2 | -0/+19 |
2007-05-27 | Separate fault for code access to unassigned memory | blueswir1 | 2 | -2/+10 |
2007-05-27 | Use qemu_irqs between CPUs and interrupt controller | blueswir1 | 3 | -83/+99 |
2007-05-27 | Use qemu_irq between interrupt controller and timers | blueswir1 | 4 | -41/+39 |
2007-05-27 | Use qemu_irqs between dma controllers and esp, lance | blueswir1 | 5 | -42/+37 |
2007-05-26 | Fix typo in m68k outer displacement addressing (Andreas Schwab). | pbrook | 1 | -1/+1 |
2007-05-26 | Generate m68k address faults. | pbrook | 1 | -43/+88 |
2007-05-26 | M68k extended addressing modes. | pbrook | 2 | -29/+121 |
2007-05-26 | Split DMA controller in two | blueswir1 | 10 | -82/+87 |
2007-05-26 | Implement generic sub-page I/O based on earlier work by J. Mayer. | blueswir1 | 2 | -7/+225 |
2007-05-26 | Ignore m68k-softmmu. | pbrook | 1 | -0/+1 |
2007-05-26 | Update Changelog. | pbrook | 1 | -0/+2 |
2007-05-26 | Rework m68k cpu feature flags. | pbrook | 4 | -133/+176 |
2007-05-26 | Add missing file. | pbrook | 1 | -0/+67 |
2007-05-26 | Reject invalid targets. | pbrook | 1 | -14/+17 |
2007-05-26 | Suppress pointer from integer of different size warning. | pbrook | 1 | -2/+2 |
2007-05-26 | M68k system mode semihosting. | pbrook | 13 | -283/+415 |
2007-05-25 | Implement Sparc64 CPU timers using ptimers | blueswir1 | 6 | -8/+100 |
2007-05-24 | Change ptimer API to use 64-bit values, add save and load methods | blueswir1 | 4 | -102/+110 |
2007-05-24 | Commit NAND image changes on "commit all" or "commit mtd". | balrog | 2 | -1/+6 |
2007-05-24 | Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. | balrog | 18 | -63/+1330 |
2007-05-23 | Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. | balrog | 2 | -2/+2 |
2007-05-23 | Speed up m68k by 20%. | pbrook | 1 | -8/+8 |
2007-05-23 | Add WM8750 and MAX7310 chips (I2C slaves). | balrog | 5 | -2/+805 |
2007-05-23 | Implement the PXA2xx I2C master controller. | balrog | 8 | -25/+271 |
2007-05-23 | Document ColdFire system emulation. | pbrook | 1 | -0/+16 |
2007-05-23 | m68k/ColdFire system emulation. | pbrook | 19 | -207/+1548 |