aboutsummaryrefslogtreecommitdiff
path: root/xen-hvm.c
AgeCommit message (Expand)Author
2016-02-06fix MSI injection on XenStefano Stabellini
2016-01-29xen: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell
2016-01-14xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster
2016-01-14xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster
2016-01-13xen-hvm: Mark inappropriate error handling FIXMEMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell
2015-09-10xen: use errno instead of rc for xc_domain_add_to_physmapKonrad Rzeszutek Wilk
2015-09-10xen/HVM: atomically access pointers in bufioreq handlingJan Beulich
2015-09-10xen-hvm: When using xc_domain_add_to_physmap also include errno when reportingKonrad Rzeszutek Wilk
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost
2015-09-08xen-hvm: Add trace to ioreqDon Slutz
2015-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell
2015-06-23Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap"Stefano Stabellini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant
2015-01-13xen-hvm: increase maxmem before calling xc_domain_populate_physmapStefano Stabellini
2014-11-11xen-hvm: Remove redundant variable 'xstate'Chen Gang
2014-10-30xen-hvm.c: Add support for Xen access to vmportDon Slutz
2014-09-20xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init()Chen Gang
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-08-28xen: hvm: Abstract away memory region name refPeter Crosthwaite
2014-08-28xen-hvm: Constify stringPeter Crosthwaite
2014-08-01xen: fix usage of ENODATARoger Pau Monne
2014-07-18Fix new typos in comments (found by codespell)Stefan Weil
2014-07-07xen: build on ARMStefano Stabellini
2014-06-23xen-hvm: Handle machine opt max-ram-below-4gDon Slutz
2014-06-23xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz
2014-06-11xen: replace ffsl with ctzlNatanael Copa
2014-05-07pass an inclusive address range to xc_domain_pin_memory_cacheattrStefano Stabellini
2014-05-07xen: factor out common functionsWei Liu