summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster1-16/+9
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster3-3/+12
2009-10-05Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster1-1/+1
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov1-1/+1
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+2
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah1-0/+3
2009-10-05qdev: show name of device that fails initAmit Shah1-0/+1
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf1-11/+35
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin1-2/+1
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin4-36/+27
2009-10-05qemu/pci: reset device registers on bus resetMichael S. Tsirkin1-0/+13
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin2-20/+23
2009-10-05qemu/virtio: fix reset with device removalMichael S. Tsirkin1-6/+8
2009-10-05qemu/qdev: type safety in reset handlerMichael S. Tsirkin4-13/+19
2009-10-05serial: convert isa to qdevGerd Hoffmann7-28/+75
2009-10-05qdev: don't crash on unset drive properties.Gerd Hoffmann1-1/+1
2009-10-05floppy: move dma setup + drive connect to fdctrl_init_common()Gerd Hoffmann1-20/+11
2009-10-05floppy: add drive properties.Gerd Hoffmann8-46/+55
2009-10-05store a pointer to QemuOpts in DeviceState, release it when zapping a device.Gerd Hoffmann2-0/+4
2009-10-05allow if=none for drive_addGerd Hoffmann1-0/+3
2009-10-05refactor drive_hot_addGerd Hoffmann1-19/+19
2009-10-05drive cleanup fixes.Gerd Hoffmann7-30/+19
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann4-36/+25
2009-10-05pci: hotplug windupGerd Hoffmann2-2/+25
2009-10-05scsi: hotplug windupGerd Hoffmann2-0/+3
2009-10-05usb: hotplug windupGerd Hoffmann1-0/+2
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann2-2/+89
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann8-15/+56
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann8-11/+13
2009-10-05pci: use qdev for device destruction.Gerd Hoffmann3-5/+4
2009-10-05Implement scsi device destructionGerd Hoffmann3-11/+21
2009-10-05Add exit callback to DeviceInfo.Gerd Hoffmann2-0/+4
2009-10-05qdev: device free fixups.Gerd Hoffmann2-4/+38
2009-10-05parallel: convert isa to qdevGerd Hoffmann5-14/+57
2009-10-05piix_pci: kill PIIX3IrqStateGerd Hoffmann1-20/+17
2009-10-05convert pci bridge to qdevGerd Hoffmann1-18/+48
2009-10-05support inplace allocation for pci bus, split irq init.Gerd Hoffmann2-10/+38
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann4-39/+36
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann5-15/+12
2009-10-05switch scsi bus to inplace allocation.Gerd Hoffmann5-22/+19
2009-10-05allow qdev busses allocations be inplaceGerd Hoffmann2-3/+15
2009-10-05Enable host-clock-based RTCJan Kiszka1-20/+18
2009-10-05Fix exit on 'pci_add' Monitor commandLuiz Capitulino3-0/+16
2009-10-05musicpal: Add VMState supportJan Kiszka2-29/+192
2009-10-05musicpal: Make PIT emulation more robustJan Kiszka1-6/+28
2009-10-05musicpal: True reset support for audio deviceJan Kiszka1-2/+4
2009-10-05musicpal: True reset support for GPIOJan Kiszka1-3/+14
2009-10-05musicpal: Coding style fixesJan Kiszka2-41/+59
2009-10-05musicpal: Clean up typecastsJan Kiszka1-5/+5
2009-10-05musicpal: Rework GPIO input eventsJan Kiszka1-75/+75