aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Hush pointer target signedness warnings from gcc 4.balrog3-20/+20
2008-04-22Fix update region size in EPSON blizzard.balrog1-2/+2
2008-04-21Remove duplicate definitionsblueswir11-8/+1
2008-04-20Use "mount -o remount" instead of "umount" and "mount /dev/shm",aurel321-2/+1
2008-04-20fix dyngen on HPPA hostsaurel321-1/+30
2008-04-20more configure cleanupsaurel321-156/+228
2008-04-20PCnet: Allow more then two TMDs (Jan Kiszka)blueswir11-7/+6
2008-04-20Flash support for mips r4k pseudo-machine, byths1-1/+13
2008-04-20Prevent use of an uninitialised value in WM8750 and move buffer flushbalrog1-1/+2
2008-04-20Remove an unused field and fix some non-code typos.balrog3-6/+5
2008-04-20Correct more ARM VFP 32/64 and signed/unsigned typos.balrog2-4/+4
2008-04-16Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).balrog1-7/+15
2008-04-16Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog3-25/+39
2008-04-16Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog3-10/+15
2008-04-16Save the exact SWI return address in Thumb mode.balrog1-1/+1
2008-04-16Use qemu time/date functions for the Menelaus RTC.balrog1-17/+14
2008-04-14Nokia N800 machine support (ARM).balrog15-3/+4540
2008-04-14Add TSC2301 touchscreen & keypad controller.balrog4-28/+290
2008-04-14Add basic OMAP2 chip support.balrog14-224/+6934
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog9-83/+142
2008-04-14Correctly restore pc after an exception occured in Thumb mode.balrog1-6/+1
2008-04-14Fix ARM VFP related segfaults.balrog1-4/+4
2008-04-13Fix keyboard emulation for ARM versatile board:aurel321-3/+11
2008-04-13SDL: Fix dead keysaurel321-1/+1
2008-04-13x86: Rework local IRQ delivery for APICsaurel323-24/+57
2008-04-13x86: Raise inter-processor NMI and SMIaurel321-1/+7
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel325-2/+14
2008-04-13Fix the offset in Thumb bl instruction.balrog1-3/+3
2008-04-13Set an unset label in ARM strex.balrog1-0/+1
2008-04-13Fix ARM and Thumb ldlex/stlex.balrog1-0/+2
2008-04-13Store the right TCG temp (typo).balrog2-3/+3
2008-04-12Allocate the -vmwarevga framebuffer in the right place in RAM.balrog1-1/+3
2008-04-12HPPA (PA-RISC) host supportaurel3217-13/+4505
2008-04-12Use correct memory types in do_physical_memory_save()aurel321-1/+1
2008-04-12Read time constant fix (Robert Reif)blueswir11-0/+4
2008-04-11configure cleanup [v2]aurel321-15/+15
2008-04-11physical memory dump to fileaurel321-0/+28
2008-04-11configure cleanupaurel321-82/+103
2008-04-11Add help for -no-shutdown and -no-quit optionsaurel321-0/+9
2008-04-11Stop before shutdownaurel321-1/+13
2008-04-11Remove osdep.c/qemu-img code duplicationaurel3220-108/+58
2008-04-11Optimize MIPS timer read/write functionsaurel321-31/+25
2008-04-11Remove unused phys_ram_base definition from target-i386/helper.c.aurel321-1/+0
2008-04-11Fix compiler warningsaurel321-0/+4
2008-04-11Fix few spelling issues in commentsaurel324-7/+7
2008-04-09ESP: Add it_shift parameter (Hervé Poussineau)blueswir14-12/+12
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel3213-1/+1
2008-04-09Check for 3DNow! CPUID at translation timeaurel321-2/+13
2008-04-08Fix typo in x86 CPU definitions introduced in r4181aurel321-1/+1
2008-04-08Implement break for the pl011, based on a patch from Jason Wessel.aurel321-3/+9