aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann
2009-10-05pci: hotplug windupGerd Hoffmann
2009-10-05scsi: hotplug windupGerd Hoffmann
2009-10-05usb: hotplug windupGerd Hoffmann
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann
2009-10-05pci: use qdev for device destruction.Gerd Hoffmann
2009-10-05Implement scsi device destructionGerd Hoffmann
2009-10-05Add exit callback to DeviceInfo.Gerd Hoffmann
2009-10-05qdev: device free fixups.Gerd Hoffmann
2009-10-05parallel: convert isa to qdevGerd Hoffmann
2009-10-05piix_pci: kill PIIX3IrqStateGerd Hoffmann
2009-10-05convert pci bridge to qdevGerd Hoffmann
2009-10-05support inplace allocation for pci bus, split irq init.Gerd Hoffmann
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-10-05switch scsi bus to inplace allocation.Gerd Hoffmann
2009-10-05allow qdev busses allocations be inplaceGerd Hoffmann
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-05Fix exit on 'pci_add' Monitor commandLuiz Capitulino
2009-10-05musicpal: Add VMState supportJan Kiszka
2009-10-05musicpal: Make PIT emulation more robustJan Kiszka
2009-10-05musicpal: True reset support for audio deviceJan Kiszka
2009-10-05musicpal: True reset support for GPIOJan Kiszka
2009-10-05musicpal: Coding style fixesJan Kiszka
2009-10-05musicpal: Clean up typecastsJan Kiszka
2009-10-05musicpal: Rework GPIO input eventsJan Kiszka
2009-10-05musicpal: Catch null TX qeueuesJan Kiszka
2009-10-05vmstate: Add suppot for field_exist() testJuan Quintela
2009-10-05Add *TL functions to vmstateJuan Quintela
2009-10-05vmstate: remove i2c_slave_load/saveJuan Quintela
2009-10-05vmstate: port lm832x deviceJuan Quintela
2009-10-05lm832x: make fields to have the same types that they are saved/loadedJuan Quintela
2009-10-05vmstate: add support for arrays of pointersJuan Quintela
2009-10-05vmstate: port twl92230 deviceJuan Quintela
2009-10-05twl92230: change pwrbtn_state to uint8_tJuan Quintela
2009-10-05vmstate: port tmp105 deviceJuan Quintela
2009-10-05tmp105: change len and alorm to uint8_tJuan Quintela
2009-10-05vmstate: create VMSTATE_INT16_ARRAYJuan Quintela
2009-10-05vmstate: port ssd0303 deviceJuan Quintela
2009-10-05vmstate: port pxa2xx_i2c deviceJuan Quintela
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela
2009-10-05vmstate: port max7310 deviceJuan Quintela
2009-10-05vmstate: port wm8750 deviceJuan Quintela
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela
2009-10-05vmstate: add uint8 arrayJuan Quintela
2009-10-05vmstate: port i2c_slave deviceJuan Quintela
2009-10-05vmstate: port i2c_bus deviceJuan Quintela
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela