qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 0/5] Xen PCI passthru: Convert to realize()


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH v5 0/5] Xen PCI passthru: Convert to realize()
Date: Thu, 14 Jan 2016 16:50:59 +0000
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

Eric,

I'll wait for your reviewed-by on the whole series before committing.

Thanks,

Stefano

On Wed, 13 Jan 2016, Cao jin wrote:
> v5 changelog:
> 1. tweaked the commit message of patch 1/5 as sugguested.
> 2. xen_host_pci_sysfs_path() modification as sugguested.
> 3. remove local 'value' variable in xen_host_pci_get_value()
> 4. Indentation fix in patch 2/5.
> 5. Still use error_append_hint() because error_prepend() doesn`t exist.
> 
> Cao jin (5):
>   Xen: use qemu_strtoul instead of strtol
>   Add Error **errp for xen_host_pci_device_get()
>   Add Error **errp for xen_pt_setup_vga()
>   Add Error **errp for xen_pt_config_init()
>   Xen PCI passthru: convert to realize()
> 
>  hw/xen/xen-host-pci-device.c | 149 
> ++++++++++++++++++++-----------------------
>  hw/xen/xen-host-pci-device.h |   5 +-
>  hw/xen/xen_pt.c              |  77 ++++++++++++----------
>  hw/xen/xen_pt.h              |   5 +-
>  hw/xen/xen_pt_config_init.c  |  51 ++++++++-------
>  hw/xen/xen_pt_graphics.c     |  11 ++--
>  6 files changed, 153 insertions(+), 145 deletions(-)
> 
> -- 
> 2.1.0
> 
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]