- 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
- c4583c8 xen-bus: reduce scope of backend watch by Paul Durrant · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- 582ea95 meson: convert hw/xen by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 2a4b472 osdep.h: Always include <sys/signal.h> if it exists by David CARLIER · 4 years, 6 months ago
- 8279371 Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into staging by Peter Maydell · 4 years, 6 months ago
- 1de7096 xen: Use ERRP_GUARD() by Vladimir Sementsov-Ogievskiy · 4 years, 6 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 6 months ago
- 104a7f4 xen: Fix xen-legacy-backend qdev types by Jason Andryuk · 4 years, 7 months ago
- cd7c866 qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp by Markus Armbruster · 4 years, 6 months ago
- b00de3a xen: Actually fix build without passthrough by Anthony PERARD · 4 years, 7 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 99ba777 qdev: Convert uses of qdev_set_parent_bus() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- acd0c94 xen: fix build without pci passthrough by Anthony PERARD · 4 years, 7 months ago
- da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 8 months ago
- 8e5c952 hw: Remove unnecessary DEVICE() cast by Philippe Mathieu-Daudé · 4 years, 8 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 8 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 8 months ago
- c61d1d9 xen/pt: Fix flawed conversion to realize() by Markus Armbruster · 4 years, 9 months ago
- 0dc0389 xen: fixup RAM memory region initialization by Igor Mammedov · 4 years, 9 months ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 32d0b7b xen-bus/block: explicitly assign event channels to an AioContext by Paul Durrant · 5 years ago
- b8030af hw/xen/xen_pt_load_rom: Remove unused includes by Philippe Mathieu-Daudé · 5 years ago
- adeefe0 Avoid cpu_physical_memory_rw() with a constant is_write argument by Philippe Mathieu-Daudé · 5 years ago
- 85eb7c1 Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 46472d8 xen: convert "-machine igd-passthru" to an accelerator property by Paolo Bonzini · 5 years ago
- 6bd6b95 xen-bus: only set the xen device frontend state if it is missing by Mark Syms · 5 years ago
- 3809f75 xen: perform XenDevice clean-up in XenBus watch handler by Paul Durrant · 5 years ago
- d198b71 xen: introduce separate XenWatchList for XenDevice objects by Paul Durrant · 5 years ago
- 374752a xen / notify: introduce a new XenWatchList abstraction by Paul Durrant · 5 years ago
- df6180b xen-bus: check whether the frontend is active during device reset... by Paul Durrant · 5 years ago
- 705be57 xen-bus: Avoid rewriting identical values to xenstore by Anthony PERARD · 5 years ago
- cb32314 xen-bus: Fix backend state transition on device reset by Anthony PERARD · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- a3434a2 xen: Import other xen/io/*.h by Anthony PERARD · 6 years ago
- 345f42b xen-bus / xen-block: add support for event channel polling by Paul Durrant · 6 years ago
- 83361a8 xen-bus: allow AioContext to be specified for each event channel by Paul Durrant · 6 years ago
- c0b336e xen-bus: use a separate fd for each event channel by Paul Durrant · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
- 67bc8e0 xen: fix xen-bus state model to allow frontend re-connection by Paul Durrant · 6 years ago
- db9ff46 xen: automatically create XenBlockDevice-s by Paul Durrant · 6 years ago
- a783f8a xen: add a mechanism to automatically create XenDevice-s... by Paul Durrant · 6 years ago
- b6af892 xen: add implementations of xen-block connect and disconnect functions... by Paul Durrant · 6 years ago
- a3d669c xen: add event channel interface for XenDevice-s by Paul Durrant · 6 years ago
- 4b34b5b xen: add grant table interface for XenDevice-s by Paul Durrant · 6 years ago
- 82a29e3 xen: add xenstore watcher infrastructure by Paul Durrant · 6 years ago
- 094a223 xen: create xenstore areas for XenDevice-s by Paul Durrant · 6 years ago
- 108f7bb xen: introduce new 'XenBus' and 'XenDevice' object hierarchy by Paul Durrant · 6 years ago
- 2d0ed5e xen: re-name XenDevice to XenLegacyDevice... by Paul Durrant · 6 years ago
- 92dbfcc xen/pt: allow passthrough of devices with bogus interrupt pin by Zhao Yan · 6 years ago
- 6c4f984 hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much by Peter Maydell · 6 years ago
- 15bede5 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
- 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
- b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
- 6c36bdd machine: Use shorter format for GlobalProperty arrays by Eduardo Habkost · 6 years ago
- 88cbe07 machine: move compat properties out of globals by Marc-André Lureau · 6 years ago
- ea9ce89 hw: apply accel compat properties without touching globals by Marc-André Lureau · 6 years ago
- 57fe9b4 xen_backend: remove xen_sysdev_init() function by Mao Zhongyi · 6 years ago
- 40e2297 xen: Use the PCI_DEVICE macro by Philippe Mathieu-Daudé · 7 years ago
- fff4c9c xen/pt: Fix incomplete conversion to realize() by Markus Armbruster · 6 years ago
- 6dad826 xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_option_rom() by Peter Maydell · 7 years ago
- afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
- 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 8372d38 Make MemoryRegion valid.accepts callback take a MemTxAttrs argument by Peter Maydell · 7 years ago
- a68bf54 xen_backend: make the xen_feature_grant_copy flag private by Paul Durrant · 7 years ago
- 3fe12b8 xen_backend: add an emulation of grant copy by Paul Durrant · 7 years ago
- 9838824 xen_backend: add grant table helpers by Paul Durrant · 7 years ago
- dc9e46a2 xen_pt: Present the size of 64 bit BARs correctly by Ross Lagerwall · 7 years ago
- 8420160 xen/pt: use address_space_memory object for memory region hooks by Igor Druzhinin · 7 years ago
- 4473348 xen: Expect xenstore write to fail when restricted by Ross Lagerwall · 7 years ago
- 4564e63 xen: defer call to xen_restrict until just before os_setup_post by Ian Jackson · 7 years ago
- b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- abb297e Include qmp-commands.h exactly where needed by Markus Armbruster · 7 years ago
- d61a363 pci: removed the is_express field since a uniform interface was inserted by Yoni Bettan · 7 years ago
- 47d17c0 hw/xen*: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
- b1b68e1 xen: Add only xen-sysdev to dynamic sysbus device list by Eduardo Habkost · 7 years ago
- 0bd1909 machine: Replace has_dynamic_sysbus with list of allowed devices by Eduardo Habkost · 7 years ago
- acc95bc Merge remote-tracking branch 'origin/master' into HEAD by Michael S. Tsirkin · 7 years ago
- 2e63eb2 xen/pt: Set is_express to avoid out-of-bounds write by Simon Gaiser · 7 years ago
- fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
- cdc5747 pci: Add pci_dev_bus_num() helper by David Gibson · 7 years ago
- ab37bfc pci-assign: Remove by Paolo Bonzini · 7 years ago
- b5e397a xen: add a global indicator for grant copy being available by Juergen Gross · 7 years ago
- 6d70237 xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid by Eduardo Habkost · 7 years ago
- fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
- a803633 xen/pt: allow QEMU to request MSI unmasking at bind time by Roger Pau Monne · 7 years ago