summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-076-6/+6
* Warn if value of qdev_init() isn't checkedMarkus Armbruster2009-10-071-1/+1
* Make isa_create() terminate program on failureMarkus Armbruster2009-10-071-5/+3
* New qdev_init_nofail()Markus Armbruster2009-10-0734-58/+72
* Check return value of qdev_init()Markus Armbruster2009-10-074-4/+8
* Make qdev_init() destroy the device on failureMarkus Armbruster2009-10-072-4/+6
* qdev: move commentGerd Hoffmann2009-10-061-1/+1
* qemu/pci: make pci not depend on msixMichael S. Tsirkin2009-10-062-3/+9
* qemu/pci: clarify pci config load routineMichael S. Tsirkin2009-10-061-4/+5
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-1/+1
* Port PCI NIC hotplug to QemuOptsMark McLoughlin2009-10-061-2/+14
* Make NICInfo string fields non-constMark McLoughlin2009-10-062-2/+2
* Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori2009-10-063-16/+0
* 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/+0
* 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/+9
* 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/+1
* qemu: clean up target page usage in msixMichael S. Tsirkin2009-10-054-36/+27
* 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/+11
* 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/+19
* pci: windup acpi-based hotplugGerd Hoffmann2009-10-054-36/+25
* 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/+4
* Implement scsi device destructionGerd Hoffmann2009-10-053-11/+21
OpenPOWER on IntegriCloud