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
*
qdev: only send deleted event if device was realized
Anthony Liguori
2013-04-02
1
-9
/
+14
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-03-26
1
-0
/
+14
|
\
|
*
qmp: add path to device_deleted event
Michael S. Tsirkin
2013-03-26
1
-2
/
+5
|
*
qdev: DEVICE_DELETED event
Michael S. Tsirkin
2013-03-17
1
-0
/
+11
*
|
hw/qdev: Abort rather than ignoring errors adding device properties
Peter Maydell
2013-03-26
1
-3
/
+7
*
|
hw/qdev-properties.c: Improve diagnostic for setting property after realize
Peter Maydell
2013-03-26
1
-1
/
+1
*
|
qdev: remove redundant abort()
liguang
2013-03-22
1
-2
/
+1
|
/
*
hw: include hw header files with full paths
Paolo Bonzini
2013-03-01
1
-1
/
+1
*
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2013-03-01
1
-0
/
+1
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-11
1
-2
/
+2
*
qdev: drop extra references at creation time
Paolo Bonzini
2013-02-01
1
-3
/
+2
*
qdev: inline object_delete into qbus_free/qdev_free
Paolo Bonzini
2013-02-01
1
-2
/
+4
*
qdev: add reference for the bus while it is referred to by the DeviceState
Paolo Bonzini
2013-02-01
1
-0
/
+3
*
qdev: move unrealization of devices from finalize to unparent
Paolo Bonzini
2013-02-01
1
-18
/
+17
*
qdev: move deletion of children from finalize to unparent
Paolo Bonzini
2013-02-01
1
-12
/
+25
*
qdev: add reference count to a device for the BusChild
Paolo Bonzini
2013-02-01
1
-0
/
+5
*
qdev: change first argument of qbus_create_inplace to void *
Paolo Bonzini
2013-02-01
1
-1
/
+1
*
qdev: remove duplication between qbus_create and qbus_create_inplace
Paolo Bonzini
2013-02-01
1
-11
/
+7
*
qdev: Prepare "realized" property
Andreas Färber
2013-01-15
1
-23
/
+71
*
qdev: Fold state enum into bool realized
Andreas Färber
2013-01-15
1
-6
/
+6
*
qdev: add qbus_reset_all
Paolo Bonzini
2013-01-10
1
-1
/
+6
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
qdev: Don't assume existence of parent bus on unparenting
Andreas Färber
2013-01-08
1
-3
/
+5
*
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
1
-3
/
+3
|
\
|
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
|
*
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-properties.c: Separate core from the code used only by qemu-system-*
Eduardo Habkost
2012-12-19
1
-14
/
+0
*
|
qdev: Coding style fixes
Eduardo Habkost
2012-12-19
1
-1
/
+2
|
/
*
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
[next]