| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 1 | -8/+9 |
* | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant | 2019-01-14 | 1 | -1/+1 |
* | xen/pt: allow passthrough of devices with bogus interrupt pin | Zhao Yan | 2019-01-14 | 1 | -1/+3 |
* | xen: Use the PCI_DEVICE macro | Philippe Mathieu-Daudé | 2018-10-26 | 1 | -4/+4 |
* | xen_pt: Present the size of 64 bit BARs correctly | Ross Lagerwall | 2018-05-18 | 1 | -0/+2 |
* | xen/pt: allow QEMU to request MSI unmasking at bind time | Roger Pau Monne | 2017-09-21 | 1 | -2/+18 |
* | hw/xen: Set emu_mask for igd_opregion register | Xiong Zhang | 2017-07-18 | 1 | -0/+1 |
* | Xen: fix converity warning of xen_pt_config_init() | Cao jin | 2016-08-13 | 1 | -3/+2 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | xen: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | Add Error **errp for xen_pt_config_init() | Cao jin | 2016-01-21 | 1 | -24/+27 |
* | xen/pass-through: correctly deal with RW1C bits | Jan Beulich | 2015-12-09 | 1 | -26/+12 |
* | xen/MSI-X: latch MSI-X table writes | Jan Beulich | 2015-12-09 | 1 | -0/+2 |
* | xen: fix invalid assertion | Paolo Bonzini | 2015-11-06 | 1 | -2/+2 |
* | Qemu/Xen: Fix early freeing MSIX MMIO memory region | Lan Tianyu | 2015-10-26 | 1 | -1/+1 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange | 2015-09-11 | 1 | -3/+1 |
* | xen/pt: Log xen_host_pci_get in two init functions | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -0/+9 |
* | xen/pt: Remove XenPTReg->data field. | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -29/+44 |
* | xen/pt: Check if reg->init function sets the 'data' past the reg->size | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -2/+8 |
* | xen/pt: Sync up the dev.config and data values. | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -1/+58 |
* | xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -24/+53 |
* | xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings. | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -1/+1 |
* | xen/pt/msi: Add the register value when printing logging and error messages | Konrad Rzeszutek Wilk | 2015-09-10 | 1 | -3/+3 |
* | xen, gfx passthrough: add opregion mapping | Tiejun Chen | 2015-09-10 | 1 | -2/+49 |
* | xen/pass-through: constify some static data | Jan Beulich | 2015-06-23 | 1 | -2/+1 |
* | xen/pass-through: ROM BAR handling adjustments | Jan Beulich | 2015-06-23 | 1 | -2/+2 |
* | xen/pt: unknown PCI config space fields should be read-only | Jan Beulich | 2015-06-02 | 1 | -0/+4 |
* | xen/pt: add a few PCI config space field descriptions | Jan Beulich | 2015-06-02 | 1 | -0/+28 |
* | xen/pt: mark reserved bits in PCI config space fields | Jan Beulich | 2015-06-02 | 1 | -5/+9 |
* | xen/pt: mark all PCIe capability bits read-only | Jan Beulich | 2015-06-02 | 1 | -1/+1 |
* | xen/pt: split out calculation of throughable mask in PCI config space handling | Jan Beulich | 2015-06-02 | 1 | -31/+20 |
* | xen/pt: correctly handle PM status bit | Jan Beulich | 2015-06-02 | 1 | -1/+2 |
* | xen/pt: consolidate PM capability emu_mask | Jan Beulich | 2015-06-02 | 1 | -21/+4 |
* | xen/MSI: don't open-code pass-through of enable bit modifications | Jan Beulich | 2015-06-02 | 1 | -8/+2 |
* | xen: don't allow guest to control MSI mask register | Jan Beulich | 2015-06-02 | 1 | -10/+88 |
* | xen: properly gate host writes of modified PCI CFG contents | Jan Beulich | 2015-06-02 | 1 | -4/+0 |
* | xen: limit guest control of PCI command register | Jan Beulich | 2015-04-10 | 1 | -25/+3 |
* | xen-pt: fix Out-of-bounds read | Gonglei | 2015-03-10 | 1 | -1/+1 |
* | xen-pt: fix Negative array index read | Gonglei | 2015-03-10 | 1 | -4/+2 |
* | qemu-xen: free all the pirqs for msi/msix when driver unload | Zhenzhong Duan | 2014-05-07 | 1 | -2/+4 |
* | hw/xen: Use g_free instead of free and fix potential memory leaks | Stefan Weil | 2013-06-11 | 1 | -2/+2 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move more files to hw/xen/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+1882 |