]> xenbits.xensource.com Git - qemu-upstream-4.4-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:56:12 +0000 (15:56 +0000)
commit2e0adbc6e0d197062e34ba76a905ef669c0be2bd
tree3a502f468fc999e94d0eff6799def61d441d6b01
parent8461481fd0ba47ab9bbb9ad947e60710b13899d6
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