Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' into staging
xen-2015-09-10
# gpg: Signature made Thu 10 Sep 2015 17:52:08 BST using RSA key ID 70E1AE90
# gpg: Good signature from "Stefano Stabellini <stefano.stabellini@eu.citrix.com>"
* remotes/sstabellini/tags/xen-2015-09-10-tag: (29 commits)
xen/pt: Don't slurp wholesale the PCI configuration registers
xen/pt: Check for return values for xen_host_pci_[get|set] in init
xen/pt: Move bulk of xen_pt_unregister_device in its own routine.
xen/pt: Make xen_pt_unregister_device idempotent
xen/pt: Log xen_host_pci_get/set errors in MSI code.
xen/pt: Log xen_host_pci_get in two init functions
xen/pt: Remove XenPTReg->data field.
xen/pt: Check if reg->init function sets the 'data' past the reg->size
xen/pt: Sync up the dev.config and data values.
xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
xen/pt/msi: Add the register value when printing logging and error messages
xen: use errno instead of rc for xc_domain_add_to_physmap
xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
xen/pt: Make xen_pt_msi_set_enable static
xen/pt: Update comments with proper function name.
xen/HVM: atomically access pointers in bufioreq handling
xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting
xen, gfx passthrough: add opregion mapping
xen, gfx passthrough: register host bridge specific to passthrough
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- configure 28 additions, 0 deletionsconfigure
- hw/core/machine.c 20 additions, 0 deletionshw/core/machine.c
- hw/i386/Makefile.objs 1 addition, 0 deletionshw/i386/Makefile.objs
- hw/i386/kvm/pci-assign.c 7 additions, 75 deletionshw/i386/kvm/pci-assign.c
- hw/i386/pc_piix.c 133 additions, 6 deletionshw/i386/pc_piix.c
- hw/i386/pci-assign-load-rom.c 91 additions, 0 deletionshw/i386/pci-assign-load-rom.c
- hw/pci-host/piix.c 89 additions, 5 deletionshw/pci-host/piix.c
- hw/xen/Makefile.objs 1 addition, 0 deletionshw/xen/Makefile.objs
- hw/xen/xen-host-pci-device.c 10 additions, 0 deletionshw/xen/xen-host-pci-device.c
- hw/xen/xen-host-pci-device.h 2 additions, 0 deletionshw/xen/xen-host-pci-device.h
- hw/xen/xen_pt.c 130 additions, 62 deletionshw/xen/xen_pt.c
- hw/xen/xen_pt.h 26 additions, 4 deletionshw/xen/xen_pt.h
- hw/xen/xen_pt_config_init.c 222 additions, 59 deletionshw/xen/xen_pt_config_init.c
- hw/xen/xen_pt_graphics.c 272 additions, 0 deletionshw/xen/xen_pt_graphics.c
- hw/xen/xen_pt_msi.c 15 additions, 5 deletionshw/xen/xen_pt_msi.c
- include/hw/boards.h 1 addition, 0 deletionsinclude/hw/boards.h
- include/hw/i386/pc.h 8 additions, 1 deletioninclude/hw/i386/pc.h
- include/hw/pci/pci-assign.h 27 additions, 0 deletionsinclude/hw/pci/pci-assign.h
- include/hw/xen/xen_common.h 33 additions, 1 deletioninclude/hw/xen/xen_common.h
- qemu-options.hx 3 additions, 0 deletionsqemu-options.hx
Loading
Please register or sign in to comment