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.c
Age
Commit message (
Expand
)
Author
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: split out common init to instance_init
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: kill off DeviceInfo list
Anthony Liguori
2012-02-03
qdev: refactor device creation to allow bus_info to be set only in class
Anthony Liguori
2012-02-03
qdev: allow classes to overload qdev functions
Anthony Liguori
2012-02-03
qdev: remove info from class
Anthony Liguori
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
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
2012-01-13
qdev: fix device_del by refactoring reference counting
Anthony Liguori
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: interpret the return value when setting legacy properties
Paolo Bonzini
2011-12-19
qom: push permission checks up into qdev_property_add_legacy
Paolo Bonzini
2011-12-19
qom: fix swapped parameters
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
dev: add an anonymous peripheral container
Anthony Liguori
2011-12-15
qdev: add explicitly named devices to the root complex
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-11-10
qdev: Fix crash on -device '?=x'
Markus Armbruster
2011-10-28
qdev: switch children device list to QTAILQ
Paolo Bonzini
2011-09-16
qdev: print bus properties too
Gerd Hoffmann
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-11
hw/qdev: Don't crash if qdev_create(NULL, ...) fails
Peter Maydell
2011-08-05
qdev: Eliminate duplicate reset
Isaku Yamahata
2011-07-29
qdev: Reset hot-plugged devices
Jan Kiszka
2011-07-23
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-06-22
net: Warn about "-net nic" options which were ignored
Peter Maydell
2011-04-07
qdev: Fix comment around qdev_init_nofail()
Michael Tokarev
[prev]
[next]