aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-05musicpal: Catch null TX qeueuesJan Kiszka1-1/+3
2009-10-05vmstate: Add suppot for field_exist() testJuan Quintela1-0/+26
2009-10-05Add *TL functions to vmstateJuan Quintela1-0/+19
2009-10-05vmstate: remove i2c_slave_load/saveJuan Quintela2-13/+0
2009-10-05vmstate: port lm832x deviceJuan Quintela1-70/+37
2009-10-05lm832x: make fields to have the same types that they are saved/loadedJuan Quintela1-19/+22
2009-10-05vmstate: add support for arrays of pointersJuan Quintela1-0/+15
2009-10-05vmstate: port twl92230 deviceJuan Quintela1-110/+88
2009-10-05twl92230: change pwrbtn_state to uint8_tJuan Quintela1-1/+1
2009-10-05vmstate: port tmp105 deviceJuan Quintela1-31/+25
2009-10-05tmp105: change len and alorm to uint8_tJuan Quintela1-2/+2
2009-10-05vmstate: create VMSTATE_INT16_ARRAYJuan Quintela1-0/+6
2009-10-05vmstate: port ssd0303 deviceJuan Quintela1-43/+22
2009-10-05vmstate: port pxa2xx_i2c deviceJuan Quintela1-28/+26
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela1-0/+9
2009-10-05vmstate: port max7310 deviceJuan Quintela1-33/+18
2009-10-05vmstate: port wm8750 deviceJuan Quintela1-75/+45
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela2-1/+12
2009-10-05vmstate: add uint8 arrayJuan Quintela1-0/+6
2009-10-05vmstate: port i2c_slave deviceJuan Quintela1-7/+26
2009-10-05vmstate: port i2c_bus deviceJuan Quintela1-12/+19
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela6-34/+35
2009-10-05qdev: Add support for uint8_tJuan Quintela2-0/+38
2009-10-05vmstate: Add support for sending partial arraysJuan Quintela1-0/+12
2009-10-05vmstate: remove ps2_kbd_load_old()Juan Quintela1-12/+4
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela4-8/+8
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela11-11/+11
2009-10-05vmstate: remove const for put operationsJuan Quintela3-5/+5