]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commit
xen/pt: correctly handle PM status bit
authorJan Beulich <jbeulich@suse.com>
Wed, 10 Jun 2015 13:12:16 +0000 (14:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 10 Jun 2015 13:12:16 +0000 (14:12 +0100)
commit903ee0042f24cde0c2079aafa1b31e0b4dd2ad34
tree831e562900a844ee776459053348c8df28b0b0eb
parentcdad723c1e4bd517c1898825b9eb35509a6d0393
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