aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qemu ppc uic: Order IRQ bit number as described in the UIC documentation.aurel322008-04-282-23/+24
* musicpal: Fix output level of 8-bit samples (Jan Kiszka).balrog2008-04-271-3/+3
* Ignore the wrapping of acpi timer counter again.balrog2008-04-271-46/+38
* Fix a regression introduced by my previous commit, ram_size is nowaurel322008-04-271-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-2728-51/+72
* Revert wrong changesblueswir12008-04-271-2/+2
* Fix broken TCX vram, restore Sun4u PROM_SIZE_MAXblueswir12008-04-272-15/+18
* Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).balrog2008-04-261-13/+24
* Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay).balrog2008-04-261-38/+46
* Fill in touchscreen calibration values from a Palm T|E.balrog2008-04-261-0/+8
* Let WM8750 users write to audio buffer directly.balrog2008-04-263-8/+30
* Fix USB and HID report descriptors for mouse and tablet.balrog2008-04-261-18/+17
* Fix MusicPal LCD on non-32 bpp displays or with -nographic.balrog2008-04-251-20/+38
* Improve audio api use in WM8750.balrog2008-04-241-12/+15
* ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog2008-04-242-0/+1459
* Stellaris boards really aren't that big!pbrook2008-04-241-2/+2
* RAM usage information in machine definition.balrog2008-04-2425-27/+77
* Fix irq handling (Hervé Poussineau)blueswir12008-04-241-15/+33
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-2228-72/+51
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-2228-51/+72
* x86: remove load_kernel()aurel322008-04-221-31/+0
* Inventra MUSB-HDRC host-mode USB.balrog2008-04-225-0/+2279
* Hush pointer target signedness warnings from gcc 4.balrog2008-04-223-20/+20
* Fix update region size in EPSON blizzard.balrog2008-04-221-2/+2
* Remove duplicate definitionsblueswir12008-04-211-8/+1
* PCnet: Allow more then two TMDs (Jan Kiszka)blueswir12008-04-201-7/+6
* Flash support for mips r4k pseudo-machine, byths2008-04-201-1/+13
* Prevent use of an uninitialised value in WM8750 and move buffer flushbalrog2008-04-201-1/+2
* Remove an unused field and fix some non-code typos.balrog2008-04-201-1/+0
* Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).balrog2008-04-161-7/+15
* Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog2008-04-163-25/+39
* Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog2008-04-163-10/+15
* Use qemu time/date functions for the Menelaus RTC.balrog2008-04-161-17/+14
* Nokia N800 machine support (ARM).balrog2008-04-1412-2/+4536
* Add TSC2301 touchscreen & keypad controller.balrog2008-04-143-28/+282
* Add basic OMAP2 chip support.balrog2008-04-1411-224/+6925
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-148-77/+139
* Fix keyboard emulation for ARM versatile board:aurel322008-04-131-3/+11
* x86: Rework local IRQ delivery for APICsaurel322008-04-133-24/+57
* x86: Raise inter-processor NMI and SMIaurel322008-04-131-1/+7
* Allocate the -vmwarevga framebuffer in the right place in RAM.balrog2008-04-121-1/+3
* Read time constant fix (Robert Reif)blueswir12008-04-121-0/+4
* Optimize MIPS timer read/write functionsaurel322008-04-111-31/+25
* Fix few spelling issues in commentsaurel322008-04-112-2/+2
* ESP: Add it_shift parameter (Hervé Poussineau)blueswir12008-04-094-12/+12
* Implement break for the pl011, based on a patch from Jason Wessel.aurel322008-04-081-3/+9
* Simplify PICA 61 emulationaurel322008-04-083-223/+21
* Simplify FDC code (Hervé Poussineau)blueswir12008-04-081-517/+361
* Braille device supportaurel322008-04-082-0/+672
* Fix vmmouse with -smpaurel322008-04-073-12/+11