aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-02-03container: make a decendent of ObjectAnthony Liguori
2012-02-03info qdm: do not require a parent_bus to be setAnthony Liguori
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori
2012-02-03qdev: split out common init to instance_initAnthony Liguori
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori
2012-02-03qdev: refactor device creation to allow bus_info to be set only in classAnthony Liguori
2012-02-03qdev: allow classes to overload qdev functionsAnthony Liguori
2012-02-03qdev: remove info from classAnthony Liguori
2012-02-03qdev: make DeviceInfo privateAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-02-03usb-hid: simplify class initialization a bitAnthony Liguori
2012-02-01hw/vmmouse.c: Disable vmmouse after rebootGerhard Wiesinger
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka
2012-01-30m48t59: use rtc_clock for alarm timerPaolo Bonzini
2012-01-30GRLIB UART: Add RX channelFabien Chouteau
2012-01-27unin_pci: Fix typos in device namesAndreas Färber
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori
2012-01-27virtio-s390: convert to QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27unin_pci: Drop unused reset handlerAndreas Färber
2012-01-27unin_pci: Drop duplicate busdevAndreas Färber
2012-01-27unin_pci: Clean up qdev namesAndreas Färber
2012-01-27virtio-serial: convert to QEMU Object ModelAnthony Liguori
2012-01-27spapr: convert to QEMU Object Model (v2)Anthony Liguori
2012-01-27scsi: convert to QEMU Object ModelAnthony Liguori
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori
2012-01-27hda-codec: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori
2012-01-27ccid: convert to QEMU Object ModelAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2012-01-27qdev: add class_init to DeviceInfoAnthony Liguori
2012-01-27qdev: add a interface to register subclassesAnthony Liguori
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-27qdev: integrate with QEMU Object Model (v2)Anthony Liguori