summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pt: fix syntax error that causes FTBFS in some configurationsChuck Zmudzinski2022-11-051-1/+1
* hw/xen: set pci Atomic Ops requests for passthrough deviceRuili Ji2022-09-271-2/+2
* xen/pass-through: don't create needless register groupChuck Zmudzinski2022-07-051-5/+9
* xen/pass-through: merge emulated bits correctlyChuck Zmudzinski2022-07-051-5/+6
* hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow2022-05-123-13/+6Star
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-123-1/+120
* meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.hPaolo Bonzini2022-04-281-8/+12
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* hw/xen: Split out xen_pv_output_msgRichard Henderson2022-04-201-20/+24
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-3/+3
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-2/+2
* softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-1/+2
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-302-2/+2
|\
| * qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-302-2/+2
* | memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
|/
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* pci: add romsize propertyPaolo Bonzini2021-02-051-2/+12
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/xen: Don't use '#' flag of printf formatXinhao Zhang2020-12-133-16/+16
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-192-8/+43
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* meson: convert hw/xenMarc-André Lureau2020-08-212-7/+20
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+0Star
* Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell2020-07-111-2/+2
|\
| * xen: Fix xen-legacy-backend qdev typesJason Andryuk2020-07-101-2/+2
* | xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-105-93/+75Star
* | error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-2/+1Star
|/
* qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2020-07-022-2/+2
* xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+4
* xen: fix build without pci passthroughAnthony PERARD2020-06-124-4/+39
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-102-220/+1Star
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-6/+6
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-1/+1
* xen/pt: Fix flawed conversion to realize()Markus Armbruster2020-04-291-6/+6
* xen: fixup RAM memory region initializationIgor Mammedov2020-04-021-0/+7
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-4/+23