summaryrefslogtreecommitdiff
path: root/include/hw/xen/xen_common.h
AgeCommit message (Expand)Author
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-01-14Remove broken Xen PV domain builderAnthony PERARD
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant
2018-05-22xen: add a meaningful declaration of grant_copy_segment into xen_common.hPaul Durrant
2018-04-26xen: Remove now-obsolete xen_xc_domain_add_to_physmapIan Jackson
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson
2018-04-26xen: move xc_interface compatibility fallback further up the fileIan Jackson
2018-04-26xen: restrict: use xentoolcore_restrict_allIan Jackson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin
2017-04-21xen: additionally restrict xenforeignmemory operationsPaul Durrant
2017-04-21xen: use libxendevice model to restrict operationsPaul Durrant
2017-04-21xen: use 5 digit xen versionsJuergen Gross
2017-04-21xen: use libxendevicemodel when availablePaul Durrant
2017-03-22xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant
2017-03-22xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk
2016-08-12xen: handle inbound migration of VMs without ioreq server pagesPaul Durrant
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-05-23xen: add pvUSB backendJuergen Gross
2016-05-18Fix some typos found by codespellStefan Weil
2016-02-23include: Clean up includesPeter Maydell
2016-02-10xen: move xenforeignmemory compat layer into common placeIan Campbell
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell
2016-02-10xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell
2015-11-13xen: fix usage of xc_domain_create in domain builderRoger Pau Monne
2015-09-10xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk
2015-09-10xen/HVM: atomically access pointers in bufioreq handlingJan Beulich
2015-07-08Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant
2015-01-26fix QEMU build on Xen/ARMStefano Stabellini
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant
2014-10-30xen-hvm.c: Add support for Xen access to vmportDon Slutz
2014-05-07xen_disk: add discard supportOlaf Hering
2013-04-08hw: move headers to include/Paolo Bonzini