summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-23Copy Sparc64 firmware when installing (Hervé Poussineau)blueswir11-1/+2
2008-04-23Document the shift valuesblueswir12-12/+18
2008-04-22Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bitsaurel321-1/+2
2008-04-22Ignore .git and .svn in Makefile, noticed by Stefan Weil.aurel321-1/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel3236-153/+98
2008-04-22x86/x86-64 MMU PAE fixesaurel322-20/+24
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel3236-98/+153
2008-04-22bios: add support to memory above the pci holeaurel322-3/+127
2008-04-22Revert the previous patchblueswir13-127/+108
2008-04-22Move 128-bit float emulation under linux-user including the forgotten fileblueswir11-0/+124
2008-04-22Move 128-bit float emulation under linux-userblueswir12-108/+3
2008-04-22x86: remove load_kernel()aurel321-31/+0
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog6-1/+2280
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