summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman2017-07-071-1/+1
* migration: move skip_section_footersPeter Xu2017-06-281-3/+5
* migration: move skip_configuration outPeter Xu2017-06-281-1/+5
* migration: move global_state.optional outPeter Xu2017-06-281-1/+10
* migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-131-1/+1
* migration: create global_state.cJuan Quintela2017-06-131-0/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* xen-sysdev: Remove user_creatable flagEduardo Habkost2017-05-171-5/+0Star
* xen-backend: Remove FIXME comment about user_creatable flagEduardo Habkost2017-05-171-4/+1Star
* sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+10
* xen: call qemu_set_cloexec instead of fcntlStefano Stabellini2017-05-161-1/+1
* xen: use a better chardev type checkMarc-André Lureau2017-05-041-1/+1
* move xen-common.c to hw/xen/Anthony Xu2017-04-252-1/+170
* xen/9pfs: build and register Xen 9pfs backendStefano Stabellini2017-04-251-0/+3
* xen: use libxendevice model to restrict operationsPaul Durrant2017-04-211-0/+1
* xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant2017-03-221-2/+0Star
* xen: do not build backends for targets that do not support xenStefano Stabellini2017-03-191-1/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell2017-02-031-6/+7
|\
| * xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross2017-02-021-6/+7
* | trace: move hw/xen events to correct subdirDaniel P. Berrange2017-01-311-0/+13
|/
* xen: create qdev for each backend deviceJuergen Gross2016-11-222-1/+50
* xen: add an own bus for xen backend devicesJuergen Gross2016-11-221-3/+16
* hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth2016-11-021-1/+1
* xen: Rename xen_be_del_xendevEmil Condrea2016-10-292-2/+2
* xen: Rename xen_be_find_xendevEmil Condrea2016-10-292-2/+2
* xen: Rename xen_be_evtchn_eventEmil Condrea2016-10-292-2/+2
* xen: Rename xen_be_send_notifyEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-293-30/+30
* xen: Move xenstore cleanup and mkdir functionsEmil Condrea2016-10-292-49/+51
* xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2016-10-292-50/+58
* xen: Move evtchn functions to xen_pvdev.cEmil Condrea2016-10-292-35/+35
* xen: Move xenstore_update to xen_pvdev.cEmil Condrea2016-10-292-27/+26Star
* xen: Create a new file xen_pvdev.cEmil Condrea2016-10-293-126/+152
* xen: Fix coding style warningsEmil Condrea2016-10-291-5/+10
* xen: Fix coding style errorsEmil Condrea2016-10-291-10/+10
* Xen: fix converity warning of xen_pt_config_init()Cao jin2016-08-131-3/+2Star
* Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers2016-08-041-1/+1
* xen: use a common function for pv and hvm guest backend register callsJuergen Gross2016-08-031-0/+10
* xen: when removing a backend don't remove many of themJuergen Gross2016-08-031-39/+19Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+2
* xen: move xen_sysdev to xen_backend.cJuergen Gross2016-06-221-0/+41
* os-posix: include sys/mman.hPaolo Bonzini2016-06-162-2/+0Star
* xen: write information about supported backendsJuergen Gross2016-05-232-50/+65
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* xen: drop XenXC and associated interface wrappersIan Campbell2016-02-101-2/+2
* fix MSI injection on XenStefano Stabellini2016-02-061-3/+1Star
* xen: Clean up includesPeter Maydell2016-01-297-9/+7Star