summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-12-02fix I2C slave addressingJuha Riihimäki1-2/+4
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2-4/+3
2009-10-11pcnet: Restart poll timer on pcnet_startJan Kiszka1-0/+1
2009-10-11Sparc32: Fix lanceBlue Swirl1-0/+1
2009-10-11mac99: fix segmentation fault on startupAurelien Jarno1-1/+1
2009-09-24qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock1-6/+4
2009-09-22RTC polling mode brokenBernhard Kauer1-2/+3
2009-09-16escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno1-2/+2
2009-09-15Fix Linux task preemption on Versatile boardAurelien Jarno1-2/+3
2009-08-27make vga screen_dump use DisplayState properlyStefano Stabellini1-69/+21
2009-08-27Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger1-3/+3
2009-08-27Fix migration for ide devicesAnthony Liguori1-0/+1
2009-08-27make windows notice media changeGleb Natapov1-13/+25
2009-08-27Add/Fix command-line checks for smbios options v2Beth Kon1-2/+16
2009-08-27vga: do not resize the screen on hw_invalidateStefano Stabellini2-3/+4
2009-08-27Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl5-6/+6
2009-08-27esp: fix interrupt register readBlue Swirl1-4/+9
2009-08-27Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl1-0/+3
2009-08-27e1000.c doesn't properly emulate EERD and ICS registersBill Paul1-4/+9
2009-08-27Fix VM state change handlers running out of orderMarkus Armbruster3-9/+54
2009-08-27Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin1-46/+11
2009-08-27Remove the pc-0-10 machine typeMark McLoughlin1-50/+5
2009-07-29Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin1-1/+2
2009-07-29Add machine type aliasesMark McLoughlin1-0/+1
2009-07-29qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin1-0/+1
2009-07-29HPET fixes for reg writesBeth Kon2-13/+8
2009-07-22Add save/restore support to the LSI logic SCSI device model.Nolan1-0/+172
2009-07-22Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl10-42/+43
2009-07-22Fix build with DEBUG_PCI in pci_host.h enabledBlue Swirl1-5/+8
2009-07-22isxdigit -> qemu_isxdigitChristoph Egger1-2/+2
2009-07-22Suppress a Sparse warningBlue Swirl2-1/+3
2009-07-22Sparc32: use hex for version numbersBlue Swirl2-2/+2
2009-07-22Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-4/+4
2009-07-22Sparc32: fix fdc io_baseBlue Swirl1-1/+2
2009-07-22Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-1/+1
2009-07-16fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei1-0/+5
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann2-0/+2
2009-07-16qdev/compat: virtio-net-pci 0.10 compatibility.Gerd Hoffmann2-3/+28
2009-07-16qdev: print device id in "info pci".Gerd Hoffmann1-0/+1
2009-07-16qdev/compat: virtio-console-pci 0.10 compatibility.Gerd Hoffmann2-1/+20
2009-07-16qdev: add id= support for pci nics.Gerd Hoffmann1-0/+2
2009-07-16qdev/compat: virtio-blk-pci 0.10 compatibility.Gerd Hoffmann2-1/+21
2009-07-16qdev: add user-specified identifier to devices.Gerd Hoffmann2-2/+5
2009-07-16qdev/compat: add pc-0.10 machine type.Gerd Hoffmann1-0/+11
2009-07-16qdev: add no_user, alias and descGerd Hoffmann2-0/+15
2009-07-16qdev/compat: compat property infrastructure.Gerd Hoffmann4-0/+38
2009-07-16qdev: factor out driver search to qdev_find_info()Gerd Hoffmann1-7/+15
2009-07-16cleanup: drop unused struct elements from VirtIOPCIProxy.Gerd Hoffmann1-6/+0
2009-07-16qdev: rework device properties.Gerd Hoffmann45-390/+920
2009-07-16Initialize PS2 keyboard / mouse state on resetDinesh Subhraveti1-6/+32