summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea3-30/+30
2016-10-28xen: Move xenstore cleanup and mkdir functionsEmil Condrea2-49/+51
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2-50/+58
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea2-35/+35
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea2-27/+26
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea3-126/+152
2016-10-28xen: Fix coding style warningsEmil Condrea1-5/+10
2016-10-28xen: Fix coding style errorsEmil Condrea1-10/+10
2016-08-12Xen: fix converity warning of xen_pt_config_init()Cao jin1-3/+2
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross1-0/+10
2016-08-03xen: when removing a backend don't remove many of themJuergen Gross1-39/+19