]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
xen/pt: mark reserved bits in PCI config space fields
authorJan Beulich <jbeulich@suse.com>
Tue, 2 Jun 2015 16:08:07 +0000 (16:08 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 2 Jun 2015 16:08:07 +0000 (16:08 +0000)
commit264a9d5013832abe6d14fc2e705adf840b9650db
tree590e14b6ada18ffe467f2c97c5fc7e5ac78f0106
parentc5cc59d3eb144def52d33afe0f7bab4efce70ca5
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_pt.h
hw/xen_pt_config_init.c