]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
xen/pt: mark reserved bits in PCI config space fields
authorJan Beulich <jbeulich@suse.com>
Tue, 2 Jun 2015 15:43:08 +0000 (15:43 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 9 Jun 2015 10:29:01 +0000 (10:29 +0000)
commit0b5d10627ab7f5b67cb784459fc004c0745c4746
tree34b13c3dd00cb0b3e0bff19677a5d86d15b5c838
parent16c1631e63a22e80dfc0d288a2115dad4a848370
xen/pt: mark reserved bits in PCI config space fields

The adjustments are solely to make the subsequent patches work right
(and hence make the patch set consistent), namely if permissive mode
(introduced by the last patch) gets used (as both reserved registers
and reserved fields must be similarly protected from guest access in
default mode, but the guest should be allowed access to them in
permissive mode).

This is a preparatory patch for XSA-131.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
hw/xen/xen_pt.h
hw/xen/xen_pt_config_init.c