summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt_config_init.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Clean up includesPeter Maydell2019-11-291-0/+1
* Add Error **errp for xen_pt_config_init()Cao jin2019-11-291-24/+27
* xen/pass-through: correctly deal with RW1C bitsJan Beulich2019-11-291-26/+12
* xen/MSI-X: latch MSI-X table writesJan Beulich2019-11-291-0/+2
* xen: fix invalid assertionPaolo Bonzini2015-11-061-2/+2
* Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu2015-10-261-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* 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-101-29/+44
* 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-101-24/+53
* 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, gfx passthrough: add opregion mappingTiejun Chen2015-09-101-2/+49
* xen/pass-through: constify some static dataJan Beulich2015-06-231-2/+1
* xen/pass-through: ROM BAR handling adjustmentsJan Beulich2015-06-231-2/+2
* xen/pt: unknown PCI config space fields should be read-onlyJan Beulich2015-06-021-0/+4
* 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-021-5/+9
* 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: 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-021-4/+0
* xen: limit guest control of PCI command registerJan Beulich2015-04-091-25/+3
* xen-pt: fix Out-of-bounds readGonglei2015-03-101-1/+1
* xen-pt: fix Negative array index readGonglei2015-03-101-4/+2
* qemu-xen: free all the pirqs for msi/msix when driver unloadZhenzhong Duan2014-05-071-2/+4
* hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil2013-06-111-2/+2
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move more files to hw/xen/Paolo Bonzini2013-04-081-0/+1882
OpenPOWER on IntegriCloud