summaryrefslogtreecommitdiff
path: root/include/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-02-23include: Clean up includesPeter Maydell2-4/+0
2016-02-10xen: move xenforeignmemory compat layer into common placeIan Campbell1-20/+14
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell2-52/+32
2016-02-10xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell1-6/+0
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell2-146/+4
2016-02-06fix MSI injection on XenStefano Stabellini1-0/+1
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell1-0/+2
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-17/+0
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell1-2/+33
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2-0/+26
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell2-11/+33
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2-11/+35
2016-01-14xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster1-1/+1
2016-01-14xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster1-1/+1
2015-11-13xen: fix usage of xc_domain_create in domain builderRoger Pau Monne1-0/+16
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell1-1/+33
2015-09-10xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk1-0/+22
2015-09-10xen/HVM: atomically access pointers in bufioreq handlingJan Beulich1-1/+11
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost1-2/+2
2015-07-08Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant1-1/+1
2015-03-10xen: Remove xen_cmos_set_s3_resume()Thomas Huth1-1/+0
2015-01-26fix QEMU build on Xen/ARMStefano Stabellini1-4/+9
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant1-0/+223
2014-10-30xen-hvm.c: Add support for Xen access to vmportDon Slutz1-0/+15
2014-10-04accel: Move Xen registration code to xen-common.cEduardo Habkost1-1/+0
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini1-0/+2
2014-06-23xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz1-1/+2
2014-05-07xen_disk: add discard supportOlaf Hering1-0/+7
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum1-1/+1
2014-03-13Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber1-1/+0
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-1/+1
2014-03-05KVM: Split QEMUMachine typedef into separate headerAlexander Graf1-0/+1
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD1-3/+1
2013-06-03xen: remove xen_vcpu_initStefano Stabellini1-1/+0
2013-06-03xen: simplify xen_enabledStefano Stabellini1-4/+0
2013-04-18configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini3-0/+331