| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: handle inbound migration of VMs without ioreq server pages | Paul Durrant | 2016-08-13 | 1 | -5/+1 |
* | xen: use a common function for pv and hvm guest backend register calls | Juergen Gross | 2016-08-03 | 1 | -3/+1 |
* | xen: fix ram init regression | Gerd Hoffmann | 2016-07-04 | 1 | -0/+3 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | xen: Use DIV_ROUND_UP | Laurent Vivier | 2016-06-07 | 1 | -1/+1 |
* | xen-hvm: ignore background I/O sections | Paul Durrant | 2016-05-29 | 1 | -2/+12 |
* | hw: remove pio_addr_t | Paolo Bonzini | 2016-05-19 | 1 | -4/+4 |
* | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2 | Ian Campbell | 2016-02-10 | 1 | -17/+2 |
* | xen: drop XenXC and associated interface wrappers | Ian Campbell | 2016-02-10 | 1 | -8/+8 |
* | xen: drop xen_xc_hvm_inject_msi wrapper | Ian Campbell | 2016-02-10 | 1 | -1/+1 |
* | xen: drop support for Xen 4.1 and older. | Ian Campbell | 2016-02-10 | 1 | -19/+0 |
* | fix MSI injection on Xen | Stefano Stabellini | 2016-02-06 | 1 | -0/+9 |
* | xen: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API. | Ian Campbell | 2016-01-26 | 1 | -6/+6 |
* | xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages | Ian Campbell | 2016-01-26 | 1 | -7/+7 |
* | xen: Switch to libxenevtchn interface for compat shims. | Ian Campbell | 2016-01-26 | 1 | -12/+13 |
* | xen-hvm: Clean up xen_ram_alloc() error handling | Markus Armbruster | 2016-01-14 | 1 | -3/+4 |
* | xen-hvm: Clean up xen_hvm_init() error handling | Markus Armbruster | 2016-01-14 | 1 | -29/+32 |
* | xen-hvm: Mark inappropriate error handling FIXME | Markus Armbruster | 2016-01-13 | 1 | -0/+7 |
* | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2015-09-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in... | Peter Maydell | 2015-09-10 | 1 | -12/+43 |
|\ |
|
| * | xen: use errno instead of rc for xc_domain_add_to_physmap | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -2/+2 |
| * | xen/HVM: atomically access pointers in bufioreq handling | Jan Beulich | 2015-09-10 | 1 | -8/+18 |
| * | xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -2/+2 |
| * | xen-hvm: Add trace to ioreq | Don Slutz | 2015-09-08 | 1 | -0/+21 |
* | | pc: Remove redundant arguments from xen_hvm_init() | Eduardo Habkost | 2015-09-10 | 1 | -13/+12 |
|/ |
|
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta... | Peter Maydell | 2015-06-23 | 1 | -24/+0 |
|\ |
|
| * | Revert "xen-hvm: increase maxmem before calling xc_domain_populate_physmap" | Stefano Stabellini | 2015-06-23 | 1 | -24/+0 |
* | | memory: prepare for multiple bits in the dirty log mask | Paolo Bonzini | 2015-06-05 | 1 | -7/+13 |
* | | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini | 2015-06-05 | 1 | -1/+1 |
|/ |
|
* | Xen: Use the ioreq-server API when available | Paul Durrant | 2015-01-20 | 1 | -22/+138 |
* | xen-hvm: increase maxmem before calling xc_domain_populate_physmap | Stefano Stabellini | 2015-01-13 | 1 | -0/+24 |
* | xen-hvm: Remove redundant variable 'xstate' | Chen Gang | 2014-11-11 | 1 | -2/+1 |
* | xen-hvm.c: Add support for Xen access to vmport | Don Slutz | 2014-10-30 | 1 | -5/+103 |
* | xen-hvm.c: Always return -1 when failure occurs in xen_hvm_init() | Chen Gang | 2014-09-20 | 1 | -5/+4 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -1/+2 |
* | xen: hvm: Abstract away memory region name ref | Peter Crosthwaite | 2014-08-28 | 1 | -3/+6 |
* | xen-hvm: Constify string | Peter Crosthwaite | 2014-08-28 | 1 | -2/+2 |
* | xen: fix usage of ENODATA | Roger Pau Monne | 2014-08-01 | 1 | -2/+5 |
* | Fix new typos in comments (found by codespell) | Stefan Weil | 2014-07-18 | 1 | -1/+1 |
* | xen: build on ARM | Stefano Stabellini | 2014-07-07 | 1 | -1/+1 |
* | xen-hvm: Handle machine opt max-ram-below-4g | Don Slutz | 2014-06-23 | 1 | -12/+23 |
* | xen-hvm: Fix xen_hvm_init() to adjust pc memory layout | Don Slutz | 2014-06-23 | 1 | -10/+14 |
* | xen: replace ffsl with ctzl | Natanael Copa | 2014-06-11 | 1 | -1/+1 |
* | pass an inclusive address range to xc_domain_pin_memory_cacheattr | Stefano Stabellini | 2014-05-07 | 1 | -1/+1 |
* | xen: factor out common functions | Wei Liu | 2014-05-07 | 1 | -0/+1129 |