summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-064-248/+312
* eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=2009-10-061-0/+1
* Improve error reporting on file accessJustin M. Forbes2009-10-051-6/+6
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-055-9/+9
* pci_create() is now unused, remove itMarkus Armbruster2009-10-052-19/+0Star
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-0513-14/+43
* Make it obvious that pci_nic_init() can't failMarkus Armbruster2009-10-051-16/+9Star
* Fix pci_add storage not to exit on bad first argumentMarkus Armbruster2009-10-053-3/+12
* Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster2009-10-051-1/+1
* set correct CS seg limit and flags on sipiGleb Natapov2009-10-051-1/+1
* Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=2009-10-051-0/+2
* virtio-pci: return error if virtio_console_init failsAmit Shah2009-10-051-0/+3
* qdev: show name of device that fails initAmit Shah2009-10-051-0/+1
* eepro100: Don't allow guests to fail assertionsKevin Wolf2009-10-051-11/+35
* qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin2009-10-051-2/+1Star
* qemu: clean up target page usage in msixMichael S. Tsirkin2009-10-054-36/+27Star
* qemu/pci: reset device registers on bus resetMichael S. Tsirkin2009-10-051-0/+13
* qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin2009-10-052-20/+23
* qemu/virtio: fix reset with device removalMichael S. Tsirkin2009-10-051-6/+8
* qemu/qdev: type safety in reset handlerMichael S. Tsirkin2009-10-054-13/+19
* serial: convert isa to qdevGerd Hoffmann2009-10-057-28/+75
* qdev: don't crash on unset drive properties.Gerd Hoffmann2009-10-051-1/+1
* floppy: move dma setup + drive connect to fdctrl_init_common()Gerd Hoffmann2009-10-051-20/+11Star
* floppy: add drive properties.Gerd Hoffmann2009-10-058-46/+55
* store a pointer to QemuOpts in DeviceState, release it when zapping a device.Gerd Hoffmann2009-10-052-0/+4
* allow if=none for drive_addGerd Hoffmann2009-10-051-0/+3
* refactor drive_hot_addGerd Hoffmann2009-10-051-19/+19
* drive cleanup fixes.Gerd Hoffmann2009-10-057-30/+19Star
* pci: windup acpi-based hotplugGerd Hoffmann2009-10-054-36/+25Star
* pci: hotplug windupGerd Hoffmann2009-10-052-2/+25
* scsi: hotplug windupGerd Hoffmann2009-10-052-0/+3
* usb: hotplug windupGerd Hoffmann2009-10-051-0/+2
* qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann2009-10-052-2/+89
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-058-15/+56
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-058-11/+13
* pci: use qdev for device destruction.Gerd Hoffmann2009-10-053-5/+4Star
* Implement scsi device destructionGerd Hoffmann2009-10-053-11/+21
* Add exit callback to DeviceInfo.Gerd Hoffmann2009-10-052-0/+4
* qdev: device free fixups.Gerd Hoffmann2009-10-052-4/+38
* parallel: convert isa to qdevGerd Hoffmann2009-10-055-14/+57
* piix_pci: kill PIIX3IrqStateGerd Hoffmann2009-10-051-20/+17Star
* convert pci bridge to qdevGerd Hoffmann2009-10-051-18/+48
* support inplace allocation for pci bus, split irq init.Gerd Hoffmann2009-10-052-10/+38
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-054-39/+36Star
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-055-15/+12Star
* switch scsi bus to inplace allocation.Gerd Hoffmann2009-10-055-22/+19Star
* allow qdev busses allocations be inplaceGerd Hoffmann2009-10-052-3/+15
* Enable host-clock-based RTCJan Kiszka2009-10-051-20/+18Star
* Fix exit on 'pci_add' Monitor commandLuiz Capitulino2009-10-053-0/+16
* musicpal: Add VMState supportJan Kiszka2009-10-052-29/+192