index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-19
qdev: Do not use slow [*] expansion for GPIO creation
Pavel Fedin
1
-6
/
+15
2015-09-11
typofixes - v4
Veres Lajos
1
-1
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-4
/
+4
2015-06-19
qdev: Deprecated qdev_init() is finally unused, drop
Markus Armbruster
1
-31
/
+16
2015-06-19
qdev: Free property names after registering gpio aliases
Eduardo Habkost
1
-0
/
+2
2015-04-27
acpi: add hardware implementation for memory hot unplug
Zhu Guihua
1
-1
/
+1
2015-03-17
qdev: Move owner-less IRQs to /machine/unattached
Andreas Färber
1
-2
/
+3
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-7
/
+1
2015-03-02
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-4
/
+14
2015-02-26
qdev: Don't exit when running into bad -global
Markus Armbruster
1
-7
/
+1
2015-02-16
qdev: Improve qdev_init_nofail()'s error reporting
Markus Armbruster
1
-3
/
+8
2015-02-16
qdev: Avoid type assertion in qdev_build_hotpluggable_device_list()
Jun Li
1
-1
/
+6
2015-02-11
qdev: support to get a device firmware path directly
Gonglei
1
-0
/
+7
2015-01-20
Add device listener interface
Paul Durrant
1
-0
/
+53
2014-12-10
Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-11-27
hmp: fix regression of HMP device_del auto-completion
Marcel Apfelbaum
1
-2
/
+10
2014-11-04
sysbus: Expose IRQ enumeration helpers
Alexander Graf
1
-0
/
+11
2014-10-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-6
/
+64
2014-10-23
qdev: gpio: Define qdev_pass_gpios()
Peter Crosthwaite
1
-0
/
+26
2014-10-23
qdev: gpio: Remove qdev_init_gpio_out x1 restriction
Peter Crosthwaite
1
-2
/
+1
2014-10-23
qdev: gpio: delete NamedGPIOList::out
Peter Crosthwaite
1
-1
/
+0
2014-10-23
qdev: gpio: Add API for intercepting a GPIO
Peter Crosthwaite
1
-0
/
+25
2014-10-23
qdev: gpio: Re-implement qdev_connect_gpio QOM style
Peter Crosthwaite
1
-4
/
+13
2014-10-23
qdev: add qdev_build_hotpluggable_device_list helper
Zhu Guihua
1
-0
/
+13
2014-10-15
qdev: Set the object property's description to the qdev property's.
Gonglei
1
-0
/
+5
2014-10-15
qdev: HotplugHandler: Add support for unplugging BUS-less devices
Igor Mammedov
1
-27
/
+34
2014-10-15
qdev: Drop legacy hotplug fields/methods
Igor Mammedov
1
-13
/
+3
2014-10-15
qdev: Drop hotplug check from bus_add_child()
Igor Mammedov
1
-4
/
+0
2014-10-15
qdev: Add wrapper to set BUS as HotplugHandler
Igor Mammedov
1
-0
/
+19
2014-10-15
qdev: Add simple/generic unplug callback for HotplugHandler
Igor Mammedov
1
-0
/
+5
2014-10-15
qdev: HotplugHandler: Provide unplug callback
Igor Mammedov
1
-2
/
+11
2014-10-15
qdev: HotplugHandler: Rename unplug callback to unplug_request
Igor Mammedov
1
-1
/
+2
2014-10-15
Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()
Igor Mammedov
1
-3
/
+3
2014-10-13
qdev: gpio: Register GPIO outputs as QOM links
Peter Crosthwaite
1
-0
/
+12
2014-10-13
qdev: gpio: Register GPIO inputs as child objects
Peter Crosthwaite
1
-0
/
+9
2014-10-13
qdev: gpio: Don't allow name share between I and O
Peter Crosthwaite
1
-0
/
+2
2014-09-04
qdev: Add cleanup logic in device_set_realized() to avoid resource leak
Gonglei
1
-14
/
+38
2014-09-04
qdev: Use NULL instead of local_err for qbus_child unrealize
Gonglei
1
-7
/
+7
2014-09-04
qdev: Use error_abort instead of using local_err
Gonglei
1
-2
/
+2
2014-07-06
qdev: Don't abort() in case globals can't be set
Eduardo Habkost
1
-1
/
+7
2014-07-01
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+21
2014-07-01
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
1
-2
/
+3
2014-07-01
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
Paolo Bonzini
1
-2
/
+3
2014-07-01
qdev: add qdev_alias_all_properties()
Stefan Hajnoczi
1
-0
/
+21
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
1
-1
/
+1
2014-06-23
qapi event: convert DEVICE_DELETED
Wenchao Xia
1
-10
/
+2
2014-06-19
qdev: recursively unrealize devices when unrealizing bus
Paolo Bonzini
1
-1
/
+12
2014-06-19
qdev: reorganize error reporting in bus_set_realized
Paolo Bonzini
1
-13
/
+5
2014-06-19
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
1
-0
/
+17
[next]