]> xenbits.xensource.com Git - qemu-xen-4.3-testing.git/commit
xen/pt: correctly handle PM status bit
authorJan Beulich <jbeulich@suse.com>
Wed, 10 Jun 2015 13:14:25 +0000 (14:14 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 10 Jun 2015 13:14:25 +0000 (14:14 +0100)
commit6bfd2cd948aa1bed3272bf41c838cb11b9175234
tree5180f9aa52d27b135ba8cfedf03d97fbc637ecd1
parent54e3720bca9873e6e903b9488758f3777f4d55ba
xen/pt: correctly handle PM status bit

xen_pt_pmcsr_reg_write() needs an adjustment to deal with the RW1C
nature of the not passed through bit 15 (PCI_PM_CTRL_PME_STATUS).

This is a preparatory patch for XSA-131.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/pass-through.c