summaryrefslogtreecommitdiffstats
path: root/include/hw/xen
Commit message (Expand)AuthorAgeFilesLines
...
* xen: use libxendevice model to restrict operationsPaul Durrant2017-04-212-0/+21
* xen: use 5 digit xen versionsJuergen Gross2017-04-211-11/+11
* xen: use libxendevicemodel when availablePaul Durrant2017-04-211-33/+170
* xen: create wrappers for all other uses of xc_hvm_XXX() functionsPaul Durrant2017-03-221-0/+44
* xen: rename xen_modified_memory() to xen_hvm_modified_memory()Paul Durrant2017-03-221-1/+1
* xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant2017-03-222-45/+47
* trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* xen: create qdev for each backend deviceJuergen Gross2016-11-222-0/+5
* xen: add an own bus for xen backend devicesJuergen Gross2016-11-221-0/+4
* xen: Rename xen_be_del_xendevEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_find_xendevEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_evtchn_eventEmil Condrea2016-10-291-1/+1
* 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-291-1/+1
* xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2016-10-292-1/+4
* xen: Move evtchn functions to xen_pvdev.cEmil Condrea2016-10-292-2/+4
* xen: Move xenstore_update to xen_pvdev.cEmil Condrea2016-10-292-0/+4
* xen: Create a new file xen_pvdev.cEmil Condrea2016-10-292-63/+70
* xen: Fix coding style warningsEmil Condrea2016-10-291-3/+5
* qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk2016-09-281-0/+14
* xen: handle inbound migration of VMs without ioreq server pagesPaul Durrant2016-08-131-35/+90
* xen: use a common function for pv and hvm guest backend register callsJuergen Gross2016-08-031-0/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-123-5/+4Star
* xen: Clean up includesPeter Maydell2016-06-141-1/+0Star
* xen: add pvUSB backendJuergen Gross2016-05-232-0/+5
* xen: write information about supported backendsJuergen Gross2016-05-231-0/+2
* xen: introduce dummy system deviceJuergen Gross2016-05-231-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-3/+4
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* include: Clean up includesPeter Maydell2016-02-232-4/+0Star
* xen: move xenforeignmemory compat layer into common placeIan Campbell2016-02-101-20/+14Star
* xen: drop XenXC and associated interface wrappersIan Campbell2016-02-102-52/+32Star
* xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell2016-02-101-6/+0Star
* xen: drop support for Xen 4.1 and older.Ian Campbell2016-02-102-146/+4Star
* fix MSI injection on XenStefano Stabellini2016-02-061-0/+1
* xen: make it possible to build without the Xen PV domain builderIan Campbell2016-01-261-0/+2
* xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell2016-01-261-17/+0Star
* xen: Use stable library interfaces when they are available.Ian Campbell2016-01-261-2/+33
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-262-0/+26
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-262-11/+33
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2016-01-262-11/+35
* xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster2016-01-141-1/+1
* xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster2016-01-141-1/+1
* xen: fix usage of xc_domain_create in domain builderRoger Pau Monne2015-11-131-0/+16
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell2015-09-101-1/+33
|\
| * xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk2015-09-101-0/+22
| * xen/HVM: atomically access pointers in bufioreq handlingJan Beulich2015-09-101-1/+11