aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen
AgeCommit message (Expand)Author
2016-11-22xen: create qdev for each backend deviceJuergen Gross
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
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-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-14xen: Clean up includesPeter Maydell
2016-05-23xen: add pvUSB backendJuergen Gross
2016-05-23xen: write information about supported backendsJuergen Gross
2016-05-23xen: introduce dummy system deviceJuergen Gross
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
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-02-06fix MSI injection on XenStefano Stabellini
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
2016-01-14xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster
2016-01-14xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster
2015-11-13xen: fix usage of xc_domain_create in domain builderRoger Pau Monne
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell
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-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost
2015-07-08Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant
2015-03-10xen: Remove xen_cmos_set_s3_resume()Thomas Huth
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-10-04accel: Move Xen registration code to xen-common.cEduardo Habkost
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini