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
/
xen
Age
Commit message (
Expand
)
Author
2021-11-01
pci: Export pci_for_each_device_under_bus*()
Peter Xu
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
2021-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-02-05
pci: add romsize property
Paolo Bonzini
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-13
hw/xen: Don't use '#' flag of printf format
Xinhao Zhang
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-10-19
xen-bus: reduce scope of backend watch
Paul Durrant
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-21
meson: convert hw/xen
Marc-André Lureau
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-13
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
2020-07-11
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...
Peter Maydell
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
xen: Fix xen-legacy-backend qdev types
Jason Andryuk
2020-07-02
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
2020-06-26
xen: Actually fix build without passthrough
Anthony PERARD
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-12
xen: fix build without pci passthrough
Anthony PERARD
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-04-29
xen/pt: Fix flawed conversion to realize()
Markus Armbruster
2020-04-02
xen: fixup RAM memory region initialization
Igor Mammedov
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-02-27
xen-bus/block: explicitly assign event channels to an AioContext
Paul Durrant
2020-02-27
hw/xen/xen_pt_load_rom: Remove unused includes
Philippe Mathieu-Daudé
2020-02-20
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-17
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
2019-09-24
xen-bus: only set the xen device frontend state if it is missing
Mark Syms
2019-09-24
xen: perform XenDevice clean-up in XenBus watch handler
Paul Durrant
2019-09-24
xen: introduce separate XenWatchList for XenDevice objects
Paul Durrant
2019-09-24
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2019-09-24
xen-bus: check whether the frontend is active during device reset...
Paul Durrant
2019-08-27
xen-bus: Avoid rewriting identical values to xenstore
Anthony PERARD
[next]