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