]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
Without this the actual XSA-131 fix would cause the enable bit to not
authorJan Beulich <jbeulich@suse.com>
Tue, 9 Jun 2015 15:13:11 +0000 (16:13 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 9 Jun 2015 15:13:11 +0000 (16:13 +0100)
commit4d3e28955f88c52b27bc1d9819795868930bdff4
treec76f271c74671448a384b5a2edef39848ef3867e
parent490ef713a85ae073ae074a7e1d434a4220d64351
Without this the actual XSA-131 fix would cause the enable bit to not
get set anymore (due to the write back getting suppressed there based
on the OR of emu_mask, ro_mask, and res_mask).

Note that the fiddling with the enable bit shouldn't really be done by
qemu, but making this work right (via libxc and the hypervisor) will
require more extensive changes, which can be postponed until after the
security issue got addressed.

This is a preparatory patch for XSA-131.

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