summaryrefslogtreecommitdiff
path: root/xen-hvm.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell1-12/+43
2015-09-10xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk1-2/+2
2015-09-10xen/HVM: atomically access pointers in bufioreq handlingJan Beulich1-8/+18
2015-09-10xen-hvm: When using xc_domain_add_to_physmap also include errno when reportingKonrad Rzeszutek Wilk1-2/+2
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost1-13/+12
2015-09-08xen-hvm: Add trace to ioreqDon Slutz1-0/+21
2015-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell1-24/+0
2015-06-23Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap"Stefano Stabellini1-24/+0
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-7/+13
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+1
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant1-22/+138
2015-01-13xen-hvm: increase maxmem before calling xc_domain_populate_physmapStefano Stabellini1-0/+24
2014-11-11xen-hvm: Remove redundant variable 'xstate'Chen Gang1-2/+1
2014-10-30xen-hvm.c: Add support for Xen access to vmportDon Slutz1-5/+103
2014-09-20xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()Chen Gang1-5/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-08-28xen: hvm: Abstract away memory region name refPeter Crosthwaite1-3/+6
2014-08-28xen-hvm: Constify stringPeter Crosthwaite1-2/+2
2014-08-01xen: fix usage of ENODATARoger Pau Monne1-2/+5
2014-07-18Fix new typos in comments (found by codespell)Stefan Weil1-1/+1
2014-07-07xen: build on ARMStefano Stabellini1-1/+1
2014-06-23xen-hvm: Handle machine opt max-ram-below-4gDon Slutz1-12/+23
2014-06-23xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz1-10/+14
2014-06-11xen: replace ffsl with ctzlNatanael Copa1-1/+1
2014-05-07pass an inclusive address range to xc_domain_pin_memory_cacheattrStefano Stabellini1-1/+1
2014-05-07xen: factor out common functionsWei Liu1-0/+1129