summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix and rearrange 'tarbin' Makefile ruleaurel322009-01-031-27/+28
* TCG: Fix documentation of qemu_ld/st opsaurel322009-01-031-11/+11
* target-ppc: fix TGC type mismatch introduced by r6146aurel322009-01-031-1/+1
* tcg_temp_local_new should take no parameteraurel322009-01-013-9/+9
* target-mips: DMA support for RC4030 chipsetaurel322009-01-013-92/+246
* Add Sparc define checksblueswir12008-12-311-0/+8
* VM load/save support for PPC CPUblueswir12008-12-301-0/+165
* VM load/save support for PPC devicesblueswir12008-12-307-65/+326
* Parse --cc and --cross-prefix earlier and use CC to determine cpu and hostaliguori2008-12-291-33/+59
* CRIS: Remove CRIS specific do_unassigned_access.edgar_igl2008-12-293-15/+6Star
* target-ppc: improve correctness of the fsel instructionaurel322008-12-291-1/+1
* target-ppc: fix stsw/stswi instructionsaurel322008-12-291-2/+3
* Fix warning introduced by r6136blueswir12008-12-281-1/+1
* Register reset handlersblueswir12008-12-289-19/+159
* Suppress a -Werror=format-security warningblueswir12008-12-281-7/+11
* Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)blueswir12008-12-281-3/+2Star
* target-ppc: workaround OpenBIOS limitationaurel322008-12-271-0/+6
* target-ppc: fix PowerMAC NVRAM emulationaurel322008-12-271-6/+12
* Fix kernel loadingblueswir12008-12-241-1/+9
* Use the firmware configuration deviceblueswir12008-12-241-0/+14
* Add support for -prom-env command line optionsblueswir12008-12-244-24/+47
* Use OpenBIOS for g3bw machineblueswir12008-12-243-8/+12
* Sun4m use 0 for nonexistent devices (Robert Reif)blueswir12008-12-241-28/+5Star
* Improve PPC device debuggingblueswir12008-12-246-36/+90
* Add SuperSPARC MMU breakpoint registers (Robert Reif)blueswir12008-12-232-1/+45
* Implement hw/eccmemctl.c version differences (Robert Reif)blueswir12008-12-231-10/+31
* Better SuperSPARC emulation (Robert Reif)blueswir12008-12-232-23/+28
* Implement tick interrupt disable bitsblueswir12008-12-232-10/+22
* Properly handle the case of SetPixelEncodings with a length of zero.aliguori2008-12-221-3/+6
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-2227-60/+54Star
* hw/slavio_misc.c remove address from debug trace (Robert Reif)blueswir12008-12-211-8/+4Star
* add Arbiter Enable Register support to sparc iommu (Robert Reif)blueswir12008-12-211-0/+17
* Update to latest Bochs BIOSaliguori2008-12-216-94/+1Star
* Remove obsolete VGABIOS patch.aliguori2008-12-211-896/+0Star
* softfloat-native: fix type of float_rounding_modeaurel322008-12-211-2/+2
* target-ppc: modify hw/ppc_oldword.c to use qemu_ram_alloc()aurel322008-12-211-9/+12
* target-ppc: default to a G3 cpu when emulating a G3 PowerMacaurel322008-12-211-1/+1
* A first attempt on supporting snapshots for the MIPS target.ths2008-12-201-0/+291
* Fix remaining compiler warnings for mips targets.ths2008-12-206-26/+26
* Add patch to allow Bochs patch queue to be built from another directory.aliguori2008-12-192-0/+34
* Add BIOS build instructions (Andre Przywara)aliguori2008-12-191-0/+21
* Make sure ACPI structures are byte-alignedaliguori2008-12-193-0/+37
* Implement flush-to-zero mode (denormal results are replaced with zero).pbrook2008-12-193-4/+25
* Implement default-NaN mode.pbrook2008-12-193-0/+25
* Implement ARMv7 cp15 cache ID registers.pbrook2008-12-192-7/+28
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-194-1/+94
* Fix VFP fixed point conversion routines.pbrook2008-12-192-9/+13
* Correctly normalize values and handle zero inputs to scalbn functions.pbrook2008-12-191-8/+29
* ETRAX: Correct the frequency of the free-running counter.edgar_igl2008-12-191-1/+1
* When -icount is used and a TB is recompiled due to an IO access pbrook2008-12-191-0/+1