xen/pt: Don't slurp wholesale the PCI configuration registers
commitcae99f1d779a6e2c8721ce2dd80bafdbf0abe7a0
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 8 Jul 2015 19:58:41 +0000 (8 15:58 -0400)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 10 Sep 2015 16:47:28 +0000 (10 16:47 +0000)
treedb6f9a739a46021f8b8c5e17c05efc05aa4125ad
parent3d3697f2576424a2c0830a7b2e7c94c79dea9b50
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