summaryrefslogtreecommitdiffstats
path: root/xen-hvm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell2015-09-101-12/+43
|\
| * xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk2015-09-101-2/+2
| * xen/HVM: atomically access pointers in bufioreq handlingJan Beulich2015-09-101-8/+18
| * xen-hvm: When using xc_domain_add_to_physmap also include errno when reportingKonrad Rzeszutek Wilk2015-09-101-2/+2
| * xen-hvm: Add trace to ioreqDon Slutz2015-09-081-0/+21
* | pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost2015-09-101-13/+12
|/
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell2015-06-231-24/+0
|\
| * Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap"Stefano Stabellini2015-06-231-24/+0
* | memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-7/+13
* | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+1
|/
* Xen: Use the ioreq-server API when availablePaul Durrant2015-01-201-22/+138
* xen-hvm: increase maxmem before calling xc_domain_populate_physmapStefano Stabellini2015-01-131-0/+24
* xen-hvm: Remove redundant variable 'xstate'Chen Gang2014-11-111-2/+1
* xen-hvm.c: Add support for Xen access to vmportDon Slutz2014-10-301-5/+103
* xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()Chen Gang2014-09-201-5/+4
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* xen: hvm: Abstract away memory region name refPeter Crosthwaite2014-08-281-3/+6
* xen-hvm: Constify stringPeter Crosthwaite2014-08-281-2/+2
* xen: fix usage of ENODATARoger Pau Monne2014-08-011-2/+5
* Fix new typos in comments (found by codespell)Stefan Weil2014-07-181-1/+1
* xen: build on ARMStefano Stabellini2014-07-071-1/+1
* xen-hvm: Handle machine opt max-ram-below-4gDon Slutz2014-06-231-12/+23
* xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz2014-06-231-10/+14
* xen: replace ffsl with ctzlNatanael Copa2014-06-111-1/+1
* pass an inclusive address range to xc_domain_pin_memory_cacheattrStefano Stabellini2014-05-071-1/+1
* xen: factor out common functionsWei Liu2014-05-071-0/+1129
OpenPOWER on IntegriCloud