summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/pt: consolidate PM capability emu_maskJan Beulich2015-06-021-21/+4
* xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich2015-06-021-8/+2
* xen/MSI-X: limit error messagesJan Beulich2015-06-022-5/+8
* xen: don't allow guest to control MSI mask registerJan Beulich2015-06-021-10/+88
* xen: properly gate host writes of modified PCI CFG contentsJan Beulich2015-06-023-10/+21
* xen: limit guest control of PCI command registerJan Beulich2015-04-092-27/+13
* xen-pt: fix Out-of-bounds readGonglei2015-03-101-1/+1
* xen-pt: fix Negative array index readGonglei2015-03-101-4/+2
* xen-pt: Fix PCI devices re-attach failedLiang Li2015-01-131-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-0/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-182-22/+0
* xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2014-07-071-0/+18
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...Peter Maydell2014-05-071-1/+0
|\
| * xen: remove unused global, xen_xcgJim Meyering2014-05-071-1/+0
* | xen: move Xen HVM files under hw/i386/xenWei Liu2014-05-074-683/+0
OpenPOWER on IntegriCloud