index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qdev.h
Age
Commit message (
Expand
)
Author
2012-02-07
qdev: remove unused fields from PropertyInfo
Paolo Bonzini
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
2012-02-07
qdev: access properties via QOM
Paolo Bonzini
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
2012-02-07
qdev: remove print/parse methods from LostTickPolicy properties
Paolo Bonzini
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
2012-02-03
qdev: split out UI portions into a new function
Anthony Liguori
2012-02-03
qdev: refactor away qdev_create_from_info
Anthony Liguori
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
qdev: kill off DeviceInfo list
Anthony Liguori
2012-02-03
qdev: remove info from class
Anthony Liguori
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
2012-02-01
qdev: Introduce lost tick policy property
Jan Kiszka
2012-01-27
qdev: add class_init to DeviceInfo
Anthony Liguori
2012-01-27
qdev: add a interface to register subclasses
Anthony Liguori
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
2012-01-27
qdev: don't access name through info
Anthony Liguori
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
qdev: integrate with QEMU Object Model (v2)
Anthony Liguori
2012-01-22
vga: improve VGA logic
Blue Swirl
2011-12-19
qdev: fix hotplug when no -device is specified
Anthony Liguori
2011-12-19
qom: register qdev properties also as non-legacy properties
Paolo Bonzini
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
2011-12-19
qom: introduce get/set methods for Property
Paolo Bonzini
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
2011-12-15
qdev: add a qdev_get_type() function and expose as a 'type' property
Anthony Liguori
2011-12-15
qom: add string property type
Anthony Liguori
2011-12-15
qom: optimize qdev_get_canonical_path using a parent link
Anthony Liguori
2011-12-15
qom: add link properties (v2)
Anthony Liguori
2011-12-15
qom: add child properties (composition) (v3)
Anthony Liguori
2011-12-15
qdev: provide a path resolution (v2)
Anthony Liguori
2011-12-15
qdev: provide an interface to return canonical path from root (v2)
Anthony Liguori
2011-12-15
qom: introduce root device
Anthony Liguori
2011-12-15
qom: register legacy properties as new style properties (v2)
Anthony Liguori
2011-12-15
qom: add new dynamic property infrastructure based on Visitors (v2)
Anthony Liguori
2011-12-15
qom: add a reference count to qdev objects
Anthony Liguori
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
2011-10-28
qdev: switch children device list to QTAILQ
Paolo Bonzini
2011-10-16
qdev: Add HEX8 property
Jan Kiszka
2011-02-12
qdev: add creation function that may fail
Blue Swirl
2011-01-31
blockdev: New drive_get_next(), replacing qdev_init_bdrv()
Markus Armbruster
2011-01-05
qdev: Track runtime machine modifications
Alex Williamson
2010-12-24
qdev: export qdev_find_recursive() for later use
Isaku Yamahata
2010-12-21
qdev: remove an unused function
Michael S. Tsirkin
2010-12-20
qbus: register reset handler for qbus whose parent is NULL
Isaku Yamahata
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
Introduce new BusInfo callback get_fw_dev_path.
Gleb Natapov
[next]