summaryrefslogtreecommitdiffstats
path: root/include/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-271-1/+1
* xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2018-05-311-0/+16
* xen_backend: make the xen_feature_grant_copy flag privatePaul Durrant2018-05-221-1/+0Star
* xen_backend: add grant table helpersPaul Durrant2018-05-221-0/+33
* xen: add a meaningful declaration of grant_copy_segment into xen_common.hPaul Durrant2018-05-221-2/+15
* xen: Remove now-obsolete xen_xc_domain_add_to_physmapIan Jackson2018-04-261-22/+0Star
* xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall2018-04-261-0/+32
* xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson2018-04-261-0/+7
* xen: move xc_interface compatibility fallback further up the fileIan Jackson2018-04-261-7/+11
* xen: restrict: use xentoolcore_restrict_allIan Jackson2018-04-261-35/+11Star
* pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-4/+4
* xen: add a global indicator for grant copy being availableJuergen Gross2017-10-261-0/+1
* xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-181-0/+1
* xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin2017-07-181-0/+14
* xenfb: remove xen_init_display "temporary" hackStefano Stabellini2017-07-071-2/+0Star
* xen/9pfs: build and register Xen 9pfs backendStefano Stabellini2017-04-251-0/+3
* xen: import ring.h from xenStefano Stabellini2017-04-211-0/+482
* xen: additionally restrict xenforeignmemory operationsPaul Durrant2017-04-211-56/+78
* 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