aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * vnc: Set invalid buffer pointers to NULLStefan Weil2009-10-051-2/+8
| | * eepro100: Don't allow guests to fail assertionsKevin Wolf2009-10-051-11/+35
| | * qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-054-9/+12
| | * qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin2009-10-051-2/+1
| * | Merge commit '5a1fc5e8529afb6041a3dfa406a94c187d2afc1d' into upstream-mergeAvi Kivity2009-10-0630-223/+281
| |\|
| | * qemu: clean up target page usage in msixMichael S. Tsirkin2009-10-054-36/+27
| | * fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin2009-10-051-2/+3
| | * 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-059-43/+25
| * | Merge commit '3f84865ade594a2ec1ef613ab5fd11949f3d49de' into upstream-mergeAvi Kivity2009-10-0621-66/+227
| |\|
| | * pci: windup acpi-based hotplugGerd Hoffmann2009-10-055-42/+26
| | * 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-054-4/+109
| | * switch qemu-config to qemu_errorGerd Hoffmann2009-10-051-4/+5
| | * usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-058-15/+56
| * | Merge commit 'e3936fa574d9fbe241acdc76b5195b048567537e' into upstream-mergeAvi Kivity2009-10-059-13/+16
| |\|
| | * pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-058-11/+13
| * | Merge commit 'a36a344dcd5c778cc0417df36c5aa8f95c5497c3' into upstream-mergeAvi Kivity2009-10-0513-38/+124
| |\|
| | * pci: use qdev for device destruction.Gerd Hoffmann2009-10-053-5/+4
| | * 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
| * | Merge commit '907265dbb67a3cd42f545bd2717c01b24146faba' into upstream-mergeAvi Kivity2009-10-051-0/+0
| |\|
| | * update pc-bios/bios.binGerd Hoffmann2009-10-051-0/+0
| | * update pcbios submodule to current masterGerd Hoffmann2009-10-051-0/+0
| * | Merge commit '7cd9eee0f6fd6953114068dd98d91fca1237880b' into upstream-mergeAvi Kivity2009-10-0520-127/+195
| |\|
| | * piix_pci: kill PIIX3IrqStateGerd Hoffmann2009-10-051-20/+17
| | * 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/+36
| | * switch usb bus to inplace allocation.Gerd Hoffmann2009-10-055-15/+12
| | * switch scsi bus to inplace allocation.Gerd Hoffmann2009-10-055-22/+19
| | * allow qdev busses allocations be inplaceGerd Hoffmann2009-10-052-3/+15
| | * temporary fix for on_vcpuGlauber Costa2009-10-051-0/+4
| | * kvm: Fix guest single-steppingJan Kiszka2009-10-051-1/+7