]> git.proxmox.com Git - mirror_qemu.git/commit
xen/pt: mark reserved bits in PCI config space fields
authorJan Beulich <jbeulich@suse.com>
Tue, 2 Jun 2015 15:07:01 +0000 (15:07 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 2 Jun 2015 15:07:01 +0000 (15:07 +0000)
commit0ad3393ad032f76e88b4dbd04d36ad84dff75dd6
tree08b672c79409f158f54a1c3e9dcf75d54b5ece82
parent45ebe3916ab16f859ed930e92fbd52d84d5dcdaf
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