aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22xen_backend: add an emulation of grant copyPaul Durrant1-0/+53
2018-05-22xen_backend: add grant table helpersPaul Durrant1-12/+111
2018-05-18xen_pt: Present the size of 64 bit BARs correctlyRoss Lagerwall1-0/+2
2018-05-18xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin1-1/+1
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall1-1/+6
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson1-0/+14
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+8
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+8
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-19xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost1-6/+1
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+6
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-0/+1
2017-12-14xen/pt: Set is_express to avoid out-of-bounds writeSimon Gaiser1-0/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-2/+2
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-3/+3
2017-11-05pci-assign: RemovePaolo Bonzini2-0/+89
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross1-0/+11
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-20xen/pt: allow QEMU to request MSI unmasking at bind timeRoger Pau Monne3-5/+29
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-4/+4
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-18xen_pt_msi.c: Check for xen_host_pci_get_* failures in xen_pt_msix_init()Peter Maydell1-2/+10
2017-07-18hw/xen: Set emu_mask for igd_opregion registerXiong Zhang1-0/+1
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman1-1/+1
2017-06-28migration: move skip_section_footersPeter Xu1-3/+5
2017-06-28migration: move skip_configuration outPeter Xu1-1/+5
2017-06-28migration: move global_state.optional outPeter Xu1-1/+10
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela1-1/+1
2017-06-13migration: create global_state.cJuan Quintela1-0/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-17xen-sysdev: Remove user_creatable flagEduardo Habkost1-5/+0
2017-05-17xen-backend: Remove FIXME comment about user_creatable flagEduardo Habkost1-4/+1
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+10
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini1-1/+1
2017-05-04xen: use a better chardev type checkMarc-André Lureau1-1/+1
2017-04-25move xen-common.c to hw/xen/Anthony Xu2-1/+170
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini1-0/+3
2017-04-21xen: use libxendevice model to restrict operationsPaul Durrant1-0/+1
2017-03-22xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant1-2/+0
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini1-1/+1
2017-02-03Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell1-6/+7