aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-3/+3
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-2/+2
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde1-1/+2
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2-2/+2
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+2
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell2-2/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-02-05pci: add romsize propertyPaolo Bonzini1-2/+12
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-13hw/xen: Don't use '#' flag of printf formatXinhao Zhang3-16/+16
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant2-8/+43
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-21meson: convert hw/xenMarc-André Lureau2-7/+20
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+0
2020-07-11Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200710' into st...Peter Maydell1-2/+2
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy5-93/+75
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-2/+1
2020-07-10xen: Fix xen-legacy-backend qdev typesJason Andryuk1-2/+2
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2-2/+2
2020-06-26xen: Actually fix build without passthroughAnthony PERARD1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-2/+2
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-4/+4
2020-06-12xen: fix build without pci passthroughAnthony PERARD4-4/+39
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2-220/+1
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-6/+6
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-1/+1
2020-04-29xen/pt: Fix flawed conversion to realize()Markus Armbruster1-6/+6
2020-04-02xen: fixup RAM memory region initializationIgor Mammedov1-0/+7
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-4/+23
2020-02-27hw/xen/xen_pt_load_rom: Remove unused includesPhilippe Mathieu-Daudé1-4/+0
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau3-4/+4
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini2-0/+20
2019-09-24xen-bus: only set the xen device frontend state if it is missingMark Syms1-16/+31
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant2-25/+71
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2-14/+60
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant2-44/+78
2019-09-24xen-bus: check whether the frontend is active during device reset...Paul Durrant1-1/+1