]> xenbits.xensource.com Git - qemu-upstream-4.5-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, 2 Jun 2015 15:43:08 +0000 (15:43 +0000)
commit6b281e47e072cfb701fb3cf3b323a4fae571eec3
tree5fb24012c048a39f65a252f354061561253a4b87
parent90dd8996c898e8b3b9ed5ba91e57890e4c7a8c87
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