summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2019-11-291-1/+2
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2019-11-291-5/+5
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2019-11-291-15/+16
* Xen PCI passthru: convert to realize()Cao jin2019-11-291-25/+28
* Add Error **errp for xen_pt_config_init()Cao jin2019-11-293-28/+33
* Add Error **errp for xen_pt_setup_vga()Cao jin2019-11-293-8/+13
* Add Error **errp for xen_host_pci_device_get()Cao jin2019-11-293-52/+68
* Xen: use qemu_strtoul instead of strtolCao jin2019-11-291-8/+4
* Change xen_host_pci_sysfs_path() to return voidCao jin2019-11-291-24/+11
* xen/Makefile.objs: simplifyCao jin2019-11-291-2/+1
* xen/pass-through: correctly deal with RW1C bitsJan Beulich2019-11-292-26/+14
* xen/MSI-X: really enforce alignmentJan Beulich2019-11-291-6/+16
* xen/MSI-X: latch MSI-X table writesJan Beulich2019-11-293-48/+32
* xen: fix invalid assertionPaolo Bonzini2015-11-061-2/+2
* Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu2015-10-264-2/+22
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk2015-09-101-6/+1
* xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk2015-09-101-8/+16
* xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk2015-09-101-58/+63
* xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk2015-09-104-6/+22
* xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk2015-09-101-4/+14
* xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk2015-09-101-0/+9
* xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2015-09-102-30/+49
* xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk2015-09-101-2/+8
* xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk2015-09-101-1/+58
* xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2015-09-102-28/+73
* xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk2015-09-101-3/+3
* xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2015-09-102-2/+1
* xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk2015-09-101-2/+2
* xen, gfx passthrough: add opregion mappingTiejun Chen2015-09-103-3/+136
* xen, gfx passthrough: register a isa bridgeTiejun Chen2015-09-101-0/+22
* xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen2015-09-103-0/+94
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-106-1/+131
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell2015-06-232-5/+9
|\
| * xen_pt: QOMifyGonglei2015-06-232-5/+9
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell2015-06-234-44/+46
|\ \ | |/ |/|
| * xen/pass-through: constify some static dataJan Beulich2015-06-232-6/+5
| * xen/pass-through: log errno values rather than function return onesJan Beulich2015-06-232-25/+25
| * xen/pass-through: ROM BAR handling adjustmentsJan Beulich2015-06-232-6/+14
| * xen/pass-through: fold host PCI command register writesJan Beulich2015-06-231-7/+2
* | xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-3/+1
|/
* xen/pt: unknown PCI config space fields should be read-onlyJan Beulich2015-06-023-3/+35
* xen/pt: add a few PCI config space field descriptionsJan Beulich2015-06-021-0/+28
* xen/pt: mark reserved bits in PCI config space fieldsJan Beulich2015-06-022-5/+11
* xen/pt: mark all PCIe capability bits read-onlyJan Beulich2015-06-021-1/+1
* xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich2015-06-021-31/+20
* xen/pt: correctly handle PM status bitJan Beulich2015-06-021-1/+2
OpenPOWER on IntegriCloud