aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-27xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD1-4/+7
2019-08-27xen-bus: Fix backend state transition on device resetAnthony PERARD1-3/+20
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-0/+3
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster4-4/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-2/+0
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-2/+9
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-3/+7
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-39/+40
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2-0/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant1-13/+19
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant1-1/+0
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant4-2/+332
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2-25/+165
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant1-0/+103
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant1-0/+146
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant3-2/+249
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant4-5/+480
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant3-1/+134
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant9-52/+61
2019-01-14xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan2-1/+9
2019-01-14hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell1-0/+16
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-3/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+2
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-15/+3
2019-01-07machine: move compat properties out of globalsMarc-André Lureau1-20/+18
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-3/+6
2018-12-13xen_backend: remove xen_sysdev_init() functionMao Zhongyi1-7/+0
2018-10-26xen: Use the PCI_DEVICE macroPhilippe Mathieu-Daudé1-4/+4
2018-10-19xen/pt: Fix incomplete conversion to realize()Markus Armbruster1-1/+1
2018-06-22xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...Peter Maydell3-5/+5
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-22xen_backend: make the xen_feature_grant_copy flag privatePaul Durrant1-1/+1