Age | Commit message (Expand) | Author | Files | Lines |
2016-02-10 | xen: drop XenXC and associated interface wrappers | Ian Campbell | 1 | -2/+2 |
2016-02-06 | fix MSI injection on Xen | Stefano Stabellini | 1 | -3/+1 |
2016-01-29 | xen: Clean up includes | Peter Maydell | 7 | -9/+7 |
2016-01-26 | xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API. | Ian Campbell | 1 | -1/+2 |
2016-01-26 | xen: Switch to libxengnttab interface for compat shims. | Ian Campbell | 1 | -5/+5 |
2016-01-26 | xen: Switch to libxenevtchn interface for compat shims. | Ian Campbell | 1 | -15/+16 |
2016-01-21 | Xen PCI passthru: convert to realize() | Cao jin | 1 | -25/+28 |
2016-01-21 | Add Error **errp for xen_pt_config_init() | Cao jin | 3 | -28/+33 |
2016-01-21 | Add Error **errp for xen_pt_setup_vga() | Cao jin | 3 | -8/+13 |
2016-01-21 | Add Error **errp for xen_host_pci_device_get() | Cao jin | 3 | -52/+68 |
2016-01-21 | Xen: use qemu_strtoul instead of strtol | Cao jin | 1 | -8/+4 |
2016-01-21 | Change xen_host_pci_sysfs_path() to return void | Cao jin | 1 | -24/+11 |
2016-01-11 | xen/Makefile.objs: simplify | Cao jin | 1 | -2/+1 |
2015-12-09 | xen/pass-through: correctly deal with RW1C bits | Jan Beulich | 2 | -26/+14 |
2015-12-09 | xen/MSI-X: really enforce alignment | Jan Beulich | 1 | -6/+16 |
2015-12-09 | xen/MSI-X: latch MSI-X table writes | Jan Beulich | 3 | -48/+32 |
2015-11-06 | xen: fix invalid assertion | Paolo Bonzini | 1 | -2/+2 |
2015-10-26 | Qemu/Xen: Fix early freeing MSIX MMIO memory region | Lan Tianyu | 4 | -2/+22 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange | 1 | -3/+1 |
2015-09-10 | xen/pt: Don't slurp wholesale the PCI configuration registers | Konrad Rzeszutek Wilk | 1 | -6/+1 |
2015-09-10 | xen/pt: Check for return values for xen_host_pci_[get|set] in init | Konrad Rzeszutek Wilk | 1 | -8/+16 |
2015-09-10 | xen/pt: Move bulk of xen_pt_unregister_device in its own routine. | Konrad Rzeszutek Wilk | 1 | -58/+63 |
2015-09-10 | xen/pt: Make xen_pt_unregister_device idempotent | Konrad Rzeszutek Wilk | 4 | -6/+22 |
2015-09-10 | xen/pt: Log xen_host_pci_get/set errors in MSI code. | Konrad Rzeszutek Wilk | 1 | -4/+14 |
2015-09-10 | xen/pt: Log xen_host_pci_get in two init functions | Konrad Rzeszutek Wilk | 1 | -0/+9 |
2015-09-10 | xen/pt: Remove XenPTReg->data field. | Konrad Rzeszutek Wilk | 2 | -30/+49 |
2015-09-10 | xen/pt: Check if reg->init function sets the 'data' past the reg->size | Konrad Rzeszutek Wilk | 1 | -2/+8 |
2015-09-10 | xen/pt: Sync up the dev.config and data values. | Konrad Rzeszutek Wilk | 1 | -1/+58 |
2015-09-10 | xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config | Konrad Rzeszutek Wilk | 2 | -28/+73 |
2015-09-10 | xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings. | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2015-09-10 | xen/pt/msi: Add the register value when printing logging and error messages | Konrad Rzeszutek Wilk | 1 | -3/+3 |
2015-09-10 | xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure | Konrad Rzeszutek Wilk | 1 | -1/+1 |
2015-09-10 | xen/pt: Make xen_pt_msi_set_enable static | Konrad Rzeszutek Wilk | 2 | -2/+1 |
2015-09-10 | xen/pt: Update comments with proper function name. | Konrad Rzeszutek Wilk | 1 | -2/+2 |
2015-09-10 | xen, gfx passthrough: add opregion mapping | Tiejun Chen | 3 | -3/+136 |
2015-09-10 | xen, gfx passthrough: register a isa bridge | Tiejun Chen | 1 | -0/+22 |
2015-09-10 | xen, gfx passthrough: retrieve VGA BIOS to work | Tiejun Chen | 3 | -0/+94 |
2015-09-10 | xen, gfx passthrough: basic graphics passthrough support | Tiejun Chen | 6 | -1/+131 |
2015-06-23 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2... | Peter Maydell | 2 | -5/+9 |
2015-06-23 | xen_pt: QOMify | Gonglei | 2 | -5/+9 |
2015-06-23 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta... | Peter Maydell | 4 | -44/+46 |
2015-06-23 | xen/pass-through: constify some static data | Jan Beulich | 2 | -6/+5 |
2015-06-23 | xen/pass-through: log errno values rather than function return ones | Jan Beulich | 2 | -25/+25 |
2015-06-23 | xen/pass-through: ROM BAR handling adjustments | Jan Beulich | 2 | -6/+14 |
2015-06-23 | xen/pass-through: fold host PCI command register writes | Jan Beulich | 1 | -7/+2 |
2015-06-12 | xen_backend: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 1 | -3/+1 |
2015-06-02 | xen/pt: unknown PCI config space fields should be read-only | Jan Beulich | 3 | -3/+35 |
2015-06-02 | xen/pt: add a few PCI config space field descriptions | Jan Beulich | 1 | -0/+28 |
2015-06-02 | xen/pt: mark reserved bits in PCI config space fields | Jan Beulich | 2 | -5/+11 |