index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
qdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
2012-12-06
1
-3
/
+5
*
qdev: simplify (de)allocation of buses
Paolo Bonzini
2012-11-26
1
-9
/
+1
*
qdev: move bus removal to object_unparent
Paolo Bonzini
2012-11-26
1
-3
/
+13
*
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
2012-11-15
1
-0
/
+1
*
qdev: allow multiple qdev_init_gpio_in() calls
Peter A. G. Crosthwaite
2012-10-10
1
-3
/
+3
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
1
-1
/
+0
|
\
|
*
qdev: kill bogus comment
Eduardo Habkost
2012-10-05
1
-1
/
+0
*
|
vl.c: convert *vga_enabled functions to QOM
Aurelien Jarno
2012-10-06
1
-5
/
+0
*
|
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
2012-10-05
1
-1
/
+1
|
/
*
qom: object_delete should unparent the object first
Paolo Bonzini
2012-08-23
1
-2
/
+0
*
net: Remove VLANState
Stefan Hajnoczi
2012-08-01
1
-2
/
+0
*
qdev: fix use-after-free in the error path of qdev_init_nofail
Anthony Liguori
2012-06-27
1
-2
/
+3
*
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
2012-06-18
1
-101
/
+199
|
\
|
*
qom: Push error reporting to object_property_find()
Paolo Bonzini
2012-06-18
1
-1
/
+1
|
*
qdev: Remove qdev_prop_exists()
Paolo Bonzini
2012-06-18
1
-1
/
+1
|
*
qbus: Initialize in standard way
Anthony Liguori
2012-06-18
1
-32
/
+48
|
*
qbus: Make child devices links
Anthony Liguori
2012-06-18
1
-11
/
+53
|
*
qdev: Connect busses with their parent devices
Anthony Liguori
2012-06-18
1
-0
/
+4
|
*
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
1
-20
/
+53
|
*
qdev: Move SysBus initialization to sysbus.c
Paolo Bonzini
2012-06-18
1
-24
/
+2
|
*
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2012-06-18
1
-0
/
+16
|
*
qdev: Remove qdev_prop_set_defaults
Paolo Bonzini
2012-06-18
1
-3
/
+23
|
*
qdev: Clean up global properties
Paolo Bonzini
2012-06-18
1
-1
/
+1
|
*
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
1
-26
/
+21
|
*
qdev: Push "type" property up to Object
Paolo Bonzini
2012-06-18
1
-6
/
+0
*
|
qdev: release parent properties on dc->init failure
Jason Baron
2012-06-11
1
-0
/
+1
|
/
*
qdev: Fix adding of ptr properties
Anthony Liguori
2012-05-12
1
-1
/
+4
*
qom: Refine container_get() to allow using a custom root
Andreas Färber
2012-04-24
1
-3
/
+4
*
qdev: qdev_unplug(): use error_set()
Luiz Capitulino
2012-04-09
1
-4
/
+8
*
qdev: put all devices under /machine
Paolo Bonzini
2012-04-02
1
-1
/
+12
*
qdev: give all devices a canonical path
Paolo Bonzini
2012-04-02
1
-3
/
+13
*
qdev: Fix qdev_try_create() semantics
Andreas Färber
2012-02-17
1
-0
/
+3
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: initialize properties via QOM
Paolo Bonzini
2012-02-07
1
-2
/
+2
*
qdev: let QOM free properties
Paolo Bonzini
2012-02-07
1
-7
/
+1
*
qdev: allow reusing get/set for legacy property
Paolo Bonzini
2012-02-07
1
-4
/
+7
*
qdev: remove direct calls to print/parse
Paolo Bonzini
2012-02-07
1
-0
/
+9
*
qdev: implement cleanup logic in finalize
Anthony Liguori
2012-02-03
1
-25
/
+32
*
qom: move properties from qdev to object
Anthony Liguori
2012-02-03
1
-474
/
+17
*
qdev: nuke qdev_init_chardev()
Anthony Liguori
2012-02-03
1
-9
/
+0
*
qdev: split out UI portions into a new function
Anthony Liguori
2012-02-03
1
-571
/
+1
*
qdev: refactor away qdev_create_from_info
Anthony Liguori
2012-02-03
1
-13
/
+22
*
qdev: split out common init to instance_init
Anthony Liguori
2012-02-03
1
-13
/
+28
*
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
2012-02-03
1
-6
/
+87
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-69
/
+1
*
qdev: kill off DeviceInfo list
Anthony Liguori
2012-02-03
1
-57
/
+30
*
qdev: refactor device creation to allow bus_info to be set only in class
Anthony Liguori
2012-02-03
1
-23
/
+19
*
qdev: allow classes to overload qdev functions
Anthony Liguori
2012-02-03
1
-20
/
+33
[next]