index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qdev.c
Age
Commit message (
Expand
)
Author
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-19
qdev-properties.c: Separate core from the code used only by qemu-system-*
Eduardo Habkost
2012-12-19
qdev: Coding style fixes
Eduardo Habkost
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
net: reorganize headers
Paolo Bonzini
2012-12-06
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
2012-11-26
qdev: simplify (de)allocation of buses
Paolo Bonzini
2012-11-26
qdev: move bus removal to object_unparent
Paolo Bonzini
2012-11-15
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
2012-10-10
qdev: allow multiple qdev_init_gpio_in() calls
Peter A. G. Crosthwaite
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
vl.c: convert *vga_enabled functions to QOM
Aurelien Jarno
2012-10-05
qdev: kill bogus comment
Eduardo Habkost
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
2012-08-23
qom: object_delete should unparent the object first
Paolo Bonzini
2012-08-01
net: Remove VLANState
Stefan Hajnoczi
2012-06-27
qdev: fix use-after-free in the error path of qdev_init_nofail
Anthony Liguori
2012-06-18
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
2012-06-18
qom: Push error reporting to object_property_find()
Paolo Bonzini
2012-06-18
qdev: Remove qdev_prop_exists()
Paolo Bonzini
2012-06-18
qbus: Initialize in standard way
Anthony Liguori
2012-06-18
qbus: Make child devices links
Anthony Liguori
2012-06-18
qdev: Connect busses with their parent devices
Anthony Liguori
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
qdev: Move SysBus initialization to sysbus.c
Paolo Bonzini
2012-06-18
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2012-06-18
qdev: Remove qdev_prop_set_defaults
Paolo Bonzini
2012-06-18
qdev: Clean up global properties
Paolo Bonzini
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
qdev: Push "type" property up to Object
Paolo Bonzini
2012-06-11
qdev: release parent properties on dc->init failure
Jason Baron
2012-05-12
qdev: Fix adding of ptr properties
Anthony Liguori
2012-04-24
qom: Refine container_get() to allow using a custom root
Andreas Färber
2012-04-09
qdev: qdev_unplug(): use error_set()
Luiz Capitulino
2012-04-02
qdev: put all devices under /machine
Paolo Bonzini
2012-04-02
qdev: give all devices a canonical path
Paolo Bonzini
2012-02-17
qdev: Fix qdev_try_create() semantics
Andreas Färber
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
2012-02-07
qdev: allow reusing get/set for legacy property
Paolo Bonzini
2012-02-07
qdev: remove direct calls to print/parse
Paolo Bonzini
2012-02-03
qdev: implement cleanup logic in finalize
Anthony Liguori
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: split out common init to instance_init
Anthony Liguori
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
[next]