summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Hoffmann9-43/+25
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann5-42/+26
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 Hoffmann4-4/+109
2009-10-05switch qemu-config to qemu_errorGerd Hoffmann1-4/+5
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-05update pc-bios/bios.binGerd Hoffmann1-0/+0
2009-10-05update pcbios submodule to current masterGerd Hoffmann1-0/+0
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-05temporary fix for on_vcpuGlauber Costa1-0/+4
2009-10-05kvm: Fix guest single-steppingJan Kiszka1-1/+7
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2-15/+47
2009-10-05Enable host-clock-based RTCJan Kiszka5-25/+49
2009-10-05Refactor RTC command line switchesJan Kiszka4-57/+119
2009-10-05Introduce QEMU_CLOCK_HOSTJan Kiszka2-11/+42
2009-10-05win32: Drop dead dyntick timer codeJan Kiszka1-5/+1
2009-10-05Rename QEMU_TIMER_* to QEMU_CLOCK_*Jan Kiszka1-21/+21
2009-10-05Fix exit on 'pci_add' Monitor commandLuiz Capitulino3-0/+16
2009-10-05Correctly free nd structureGlauber Costa1-2/+7
2009-10-05do proper cpu_self checkGlauber Costa1-2/+7
2009-10-05bdf: Remove last users of FALSE/TRUEJuan Quintela4-44/+40
2009-10-05Add -Wold-style-* flagsJuan Quintela1-0/+10
2009-10-05slirp: It needs to use QEMU_CFLAGS not CFLAGSJuan Quintela1-1/+1
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
2009-10-05musicpal: Catch null TX qeueuesJan Kiszka1-1/+3
2009-10-05x86: port cpu to vmstateJuan Quintela1-259/+240