summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber1-3/+0
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno1-1/+9
2011-01-29mc146818rtc: constantifyAurelien Jarno1-2/+3
2011-01-29virtio-blk: fix cross-endianness targetsAurelien Jarno1-15/+25
2011-01-29virtio-net: fix cross-endianness supportAurelien Jarno1-6/+7
2011-01-29escc: fix interrupt flagsAurelien Jarno1-2/+6
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov6-111/+103
2011-01-29spitz: make spitz-keyboard to use qdev infrastructureDmitry Eremin-Solenikov1-55/+72
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov4-53/+75
2011-01-29Use vmstate to save/load spitz-lcdtg and corgi-ssp stateDmitry Eremin-Solenikov1-46/+28
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov4-89/+75
2011-01-27pci: typo in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-27pci: bridge control fixupMichael S. Tsirkin1-1/+0
2011-01-26sh4: implement missing mmaped TLB read functionsAurelien Jarno1-6/+9
2011-01-26sh4: implement missing mmaped TLB write functionsAurelien Jarno1-3/+2
2011-01-26etrax: Dont decrease the granularity of timersEdgar E. Iglesias1-4/+0
2011-01-25mips_fulong: remove bogus HAS_AUDIOIsaku Yamahata1-4/+0
2011-01-25audio: consolidate audio_init()Isaku Yamahata5-64/+6
2011-01-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori8-95/+55
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau1-0/+218
2011-01-24SPARC: Emulation of GRLIB APB UARTFabien Chouteau2-0/+210
2011-01-24SPARC: Emulation of GRLIB IRQMPFabien Chouteau2-0/+414
2011-01-24SPARC: Emulation of GRLIB GPTimerFabien Chouteau2-0/+460
2011-01-24usb-msd: Propagate removable bit to SCSI deviceStefan Hajnoczi1-1/+3
2011-01-24scsi: Allow scsi_bus_legacy_add_drive() to set removable bitStefan Hajnoczi4-5/+10
2011-01-24scsi-disk: Allow overriding SCSI INQUIRY removable bitStefan Hajnoczi1-0/+3
2011-01-24usb-bus: use snprintfBlue Swirl1-5/+7
2011-01-24usb hid: add migration supportGerd Hoffmann1-2/+64
2011-01-24usb hub: add migration supportGerd Hoffmann1-0/+24
2011-01-24usb core: add migration supportGerd Hoffmann3-5/+31
2011-01-24usb hid: move head+n to common structGerd Hoffmann1-24/+22
2011-01-24usb keyboard: add event event queueGerd Hoffmann1-6/+32
2011-01-24add event queueing to USB HIDPaolo Bonzini1-94/+127
2011-01-24ide: Remove unneeded null pointer checkStefan Weil1-3/+1
2011-01-24qxl: locking fixGerd Hoffmann1-0/+2
2011-01-24spice/qxl: zap spice 0.4 migration compatibility bitsGerd Hoffmann2-73/+10
2011-01-24pci: memory leak of PCIDevice::rom_fileIsaku Yamahata1-0/+1
2011-01-24ide: kill ide_dma_submit_checkChristoph Hellwig1-9/+6
2011-01-24ide: also reset io_buffer_index for writesChristoph Hellwig1-2/+1
2011-01-24ide: factor dma handling helpersChristoph Hellwig3-80/+36
2011-01-23multiboot: Fix upper memory size in multiboot infoKevin Wolf1-1/+1
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl7-37/+33
2011-01-21Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno15-1619/+1828
2011-01-21sm501: fix screen redrawAurelien Jarno1-3/+4
2011-01-20gt64xxx: set isa_mem_base during registrationAurelien Jarno1-0/+5
2011-01-20hw/pl190.c: Fix writing of default vector addressPeter Maydell1-3/+1
2011-01-20Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori6-15/+71
2011-01-20pci: use qemu_malloc() in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-20msix: simplify write configIsaku Yamahata1-4/+1
2011-01-20msi: simplify write config a bit.Isaku Yamahata1-4/+1