Age | Commit message (Expand) | Author | Files | Lines |
2009-01-04 | CRIS: Remove unused pfn member from mmu translation results. | edgar_igl | 2 | -6/+1 |
2009-01-04 | Fix VGA screen dump | blueswir1 | 1 | -27/+86 |
2009-01-03 | Add vscr access macros. | aurel32 | 1 | -0/+7 |
2009-01-03 | Add v{min, max}{s, u}{b, h, w} instructions. | aurel32 | 3 | -0/+48 |
2009-01-03 | Add vavg{s,u}{b,h,w} instructions. | aurel32 | 3 | -0/+33 |
2009-01-03 | Add v{add,sub}u{b,h,w}m instructions. | aurel32 | 3 | -0/+32 |
2009-01-03 | Add GEN_VXFORM macro for subsequent instructions. | aurel32 | 1 | -0/+17 |
2009-01-03 | Add helper macros for later patches. | aurel32 | 1 | -0/+22 |
2009-01-03 | Fix TCG error in gen_avr_ptr. | aurel32 | 1 | -1/+1 |
2009-01-03 | Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us... | aurel32 | 1 | -2/+2 |
2009-01-03 | tcg: remove tcg_global_reg2_new_hack() | aurel32 | 2 | -39/+0 |
2009-01-03 | Fix and rearrange 'tarbin' Makefile rule | aurel32 | 1 | -27/+28 |
2009-01-03 | TCG: Fix documentation of qemu_ld/st ops | aurel32 | 1 | -11/+11 |
2009-01-03 | target-ppc: fix TGC type mismatch introduced by r6146 | aurel32 | 1 | -1/+1 |
2009-01-01 | tcg_temp_local_new should take no parameter | aurel32 | 3 | -9/+9 |
2009-01-01 | target-mips: DMA support for RC4030 chipset | aurel32 | 3 | -92/+246 |
2008-12-31 | Add Sparc define checks | blueswir1 | 1 | -0/+8 |
2008-12-30 | VM load/save support for PPC CPU | blueswir1 | 1 | -0/+165 |
2008-12-30 | VM load/save support for PPC devices | blueswir1 | 7 | -65/+326 |
2008-12-29 | Parse --cc and --cross-prefix earlier and use CC to determine cpu and host | aliguori | 1 | -33/+59 |
2008-12-29 | CRIS: Remove CRIS specific do_unassigned_access. | edgar_igl | 3 | -15/+6 |
2008-12-29 | target-ppc: improve correctness of the fsel instruction | aurel32 | 1 | -1/+1 |
2008-12-29 | target-ppc: fix stsw/stswi instructions | aurel32 | 1 | -2/+3 |
2008-12-28 | Fix warning introduced by r6136 | blueswir1 | 1 | -1/+1 |
2008-12-28 | Register reset handlers | blueswir1 | 9 | -19/+159 |
2008-12-28 | Suppress a -Werror=format-security warning | blueswir1 | 1 | -7/+11 |
2008-12-28 | Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek) | blueswir1 | 1 | -3/+2 |
2008-12-26 | target-ppc: workaround OpenBIOS limitation | aurel32 | 1 | -0/+6 |
2008-12-26 | target-ppc: fix PowerMAC NVRAM emulation | aurel32 | 1 | -6/+12 |
2008-12-24 | Fix kernel loading | blueswir1 | 1 | -1/+9 |
2008-12-24 | Use the firmware configuration device | blueswir1 | 1 | -0/+14 |
2008-12-24 | Add support for -prom-env command line options | blueswir1 | 4 | -24/+47 |
2008-12-24 | Use OpenBIOS for g3bw machine | blueswir1 | 3 | -8/+12 |
2008-12-24 | Sun4m use 0 for nonexistent devices (Robert Reif) | blueswir1 | 1 | -28/+5 |
2008-12-24 | Improve PPC device debugging | blueswir1 | 6 | -36/+90 |
2008-12-23 | Add SuperSPARC MMU breakpoint registers (Robert Reif) | blueswir1 | 2 | -1/+45 |
2008-12-23 | Implement hw/eccmemctl.c version differences (Robert Reif) | blueswir1 | 1 | -10/+31 |
2008-12-23 | Better SuperSPARC emulation (Robert Reif) | blueswir1 | 2 | -23/+28 |
2008-12-23 | Implement tick interrupt disable bits | blueswir1 | 2 | -10/+22 |
2008-12-22 | Properly handle the case of SetPixelEncodings with a length of zero. | aliguori | 1 | -3/+6 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 27 | -60/+54 |
2008-12-21 | hw/slavio_misc.c remove address from debug trace (Robert Reif) | blueswir1 | 1 | -8/+4 |
2008-12-21 | add Arbiter Enable Register support to sparc iommu (Robert Reif) | blueswir1 | 1 | -0/+17 |
2008-12-21 | Update to latest Bochs BIOS | aliguori | 6 | -94/+1 |
2008-12-21 | Remove obsolete VGABIOS patch. | aliguori | 1 | -896/+0 |
2008-12-20 | softfloat-native: fix type of float_rounding_mode | aurel32 | 1 | -2/+2 |
2008-12-20 | target-ppc: modify hw/ppc_oldword.c to use qemu_ram_alloc() | aurel32 | 1 | -9/+12 |
2008-12-20 | target-ppc: default to a G3 cpu when emulating a G3 PowerMac | aurel32 | 1 | -1/+1 |
2008-12-20 | A first attempt on supporting snapshots for the MIPS target. | ths | 1 | -0/+291 |
2008-12-20 | Fix remaining compiler warnings for mips targets. | ths | 6 | -26/+26 |