]> xenbits.xensource.com Git - qemu-xen.git/commit
xen/pt: Don't slurp wholesale the PCI configuration registers
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 8 Jul 2015 19:58:41 +0000 (15:58 -0400)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 2 Dec 2015 14:22:13 +0000 (14:22 +0000)
commitf6787aedc9043bffc5ee5b64c6d46b8fc7298a96
treeff1cc6ba9613d7901de63e9db4f0d67c1bc5f912
parentdcb5db78555300291cd09581e29aa3e329d0f57e
xen/pt: Don't slurp wholesale the PCI configuration registers

Instead we have the emulation registers ->init functions which
consult the host values to see what the initial value should be
and they are responsible for populating the dev.config.

Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen/xen_pt.c