summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-02xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross1-6/+7
2017-01-31trace: move hw/xen events to correct subdirDaniel P. Berrange1-0/+13
2016-11-22xen: create qdev for each backend deviceJuergen Gross2-1/+50
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross1-3/+16
2016-11-02hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth1-1/+1
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-1/+1