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
/
core
/
qdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-10-30
1
-6
/
+64
|
\
|
*
qdev: gpio: Define qdev_pass_gpios()
Peter Crosthwaite
2014-10-23
1
-0
/
+26
|
*
qdev: gpio: Remove qdev_init_gpio_out x1 restriction
Peter Crosthwaite
2014-10-23
1
-2
/
+1
|
*
qdev: gpio: delete NamedGPIOList::out
Peter Crosthwaite
2014-10-23
1
-1
/
+0
|
*
qdev: gpio: Add API for intercepting a GPIO
Peter Crosthwaite
2014-10-23
1
-0
/
+25
|
*
qdev: gpio: Re-implement qdev_connect_gpio QOM style
Peter Crosthwaite
2014-10-23
1
-4
/
+13
*
|
qdev: add qdev_build_hotpluggable_device_list helper
Zhu Guihua
2014-10-23
1
-0
/
+13
|
/
*
qdev: Set the object property's description to the qdev property's.
Gonglei
2014-10-15
1
-0
/
+5
*
qdev: HotplugHandler: Add support for unplugging BUS-less devices
Igor Mammedov
2014-10-15
1
-27
/
+34
*
qdev: Drop legacy hotplug fields/methods
Igor Mammedov
2014-10-15
1
-13
/
+3
*
qdev: Drop hotplug check from bus_add_child()
Igor Mammedov
2014-10-15
1
-4
/
+0
*
qdev: Add wrapper to set BUS as HotplugHandler
Igor Mammedov
2014-10-15
1
-0
/
+19
*
qdev: Add simple/generic unplug callback for HotplugHandler
Igor Mammedov
2014-10-15
1
-0
/
+5
*
qdev: HotplugHandler: Provide unplug callback
Igor Mammedov
2014-10-15
1
-2
/
+11
*
qdev: HotplugHandler: Rename unplug callback to unplug_request
Igor Mammedov
2014-10-15
1
-1
/
+2
*
Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()
Igor Mammedov
2014-10-15
1
-3
/
+3
*
qdev: gpio: Register GPIO outputs as QOM links
Peter Crosthwaite
2014-10-13
1
-0
/
+12
*
qdev: gpio: Register GPIO inputs as child objects
Peter Crosthwaite
2014-10-13
1
-0
/
+9
*
qdev: gpio: Don't allow name share between I and O
Peter Crosthwaite
2014-10-13
1
-0
/
+2
*
qdev: Add cleanup logic in device_set_realized() to avoid resource leak
Gonglei
2014-09-04
1
-14
/
+38
*
qdev: Use NULL instead of local_err for qbus_child unrealize
Gonglei
2014-09-04
1
-7
/
+7
*
qdev: Use error_abort instead of using local_err
Gonglei
2014-09-04
1
-2
/
+2
*
qdev: Don't abort() in case globals can't be set
Eduardo Habkost
2014-07-06
1
-1
/
+7
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-07-01
1
-0
/
+21
|
\
|
*
qdev: add qdev_alias_all_properties()
Stefan Hajnoczi
2014-07-01
1
-0
/
+21
*
|
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
2014-07-01
1
-2
/
+3
|
\
\
|
*
|
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
Paolo Bonzini
2014-07-01
1
-2
/
+3
|
|
/
*
|
irq: Allocate IRQs individually
Peter Crosthwaite
2014-07-01
1
-1
/
+1
|
/
*
qapi event: convert DEVICE_DELETED
Wenchao Xia
2014-06-23
1
-10
/
+2
*
qdev: recursively unrealize devices when unrealizing bus
Paolo Bonzini
2014-06-19
1
-1
/
+12
*
qdev: reorganize error reporting in bus_set_realized
Paolo Bonzini
2014-06-19
1
-13
/
+5
*
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
2014-06-19
1
-0
/
+17
*
qdev: hotplug for bus-less devices
Igor Mammedov
2014-06-19
1
-0
/
+13
*
qdev: Implement named GPIOs
Peter Crosthwaite
2014-05-28
1
-10
/
+75
*
hw/9pfs: Add missing 'static' attributes
Stefan Weil
2014-05-07
1
-2
/
+2
*
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-05
1
-10
/
+10
*
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
Peter Maydell
2014-03-20
1
-1
/
+17
|
\
|
*
qdev: Introduce FWPathProvider interface
Paolo Bonzini
2014-03-20
1
-1
/
+17
*
|
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
1
-2
/
+6
*
|
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
1
-4
/
+6
|
/
*
qdev: Realize buses on device realization
Bandan Das
2014-03-13
1
-5
/
+22
*
qdev: Prepare realize/unrealize hooks for BusState
Bandan Das
2014-03-13
1
-0
/
+41
*
qdev: Set DeviceClass::hotpluggable default in class_init()
Igor Mammedov
2014-03-12
1
-8
/
+8
*
qdev: Fix bus dependency of DeviceState::hotpluggable getter
Andreas Färber
2014-03-12
1
-1
/
+2
*
qdev: Keep global allocation counter per bus
Alexander Graf
2014-03-05
1
-7
/
+13
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2014-02-20
1
-34
/
+4
|
\
|
*
qdev: Legacy properties are just strings
Paolo Bonzini
2014-02-14
1
-6
/
+2
|
*
qdev: Legacy properties are now read-only
Paolo Bonzini
2014-02-14
1
-28
/
+2
*
|
hw/pci: switch to a generic hotplug handling for PCIDevice
Igor Mammedov
2014-02-10
1
-4
/
+13
*
|
qdev: add "hotpluggable" property to Device
Igor Mammedov
2014-02-10
1
-0
/
+29
[next]