Re: [Qemu-devel] [PATCH RFC 1 4/8] xen/pt: Log xen_host_pci_get in two init functions

2015-07-01 Thread Stefano Stabellini
On Mon, 29 Jun 2015, Konrad Rzeszutek Wilk wrote: > To help with troubleshooting in the field. > > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Stefano Stabellini > hw/xen/xen_pt_config_init.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/hw/xen/xen_pt_config_init.c b/

[Qemu-devel] [PATCH RFC 1 4/8] xen/pt: Log xen_host_pci_get in two init functions

2015-06-29 Thread Konrad Rzeszutek Wilk
To help with troubleshooting in the field. Signed-off-by: Konrad Rzeszutek Wilk --- hw/xen/xen_pt_config_init.c | 9 + 1 file changed, 9 insertions(+) diff --git a/hw/xen/xen_pt_config_init.c b/hw/xen/xen_pt_config_init.c index bc871c9..62b6a7b 100644 --- a/hw/xen/xen_pt_config_init.c +