]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
xen/pt: correctly handle PM status bit
authorJan Beulich <jbeulich@suse.com>
Tue, 2 Jun 2015 16:08:07 +0000 (16:08 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 2 Jun 2015 16:08:07 +0000 (16:08 +0000)
commitc7eb1ccefe044a6d7b8ec305fdbd2902cb3a42a1
tree2397780369b474ace6644bdd6f3b14bdb58a9a24
parent631af7b283b56a330758395a57bd8a11126537ef
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/xen_pt_config_init.c