aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)Author
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-14xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan
2019-01-14hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost
2019-01-07machine: move compat properties out of globalsMarc-André Lureau
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-13xen_backend: remove xen_sysdev_init() functionMao Zhongyi
2018-10-26xen: Use the PCI_DEVICE macroPhilippe Mathieu-Daudé
2018-10-19xen/pt: Fix incomplete conversion to realize()Markus Armbruster
2018-06-22xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...pull-target-arm-20180622Peter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell
2018-05-22xen_backend: make the xen_feature_grant_copy flag privatePaul Durrant
2018-05-22xen_backend: add an emulation of grant copyPaul Durrant
2018-05-22xen_backend: add grant table helpersPaul Durrant
2018-05-18xen_pt: Present the size of 64 bit BARs correctlyRoss Lagerwall
2018-05-18xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-19xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost