summaryrefslogtreecommitdiff
path: root/xen-hvm.c
AgeCommit message (Expand)AuthorFilesLines
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