From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMFCV-0007Af-7l for qemu-devel@nongnu.org; Thu, 21 Jan 2016 08:23:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMFCS-0004BZ-0e for qemu-devel@nongnu.org; Thu, 21 Jan 2016 08:22:59 -0500 Received: from [59.151.112.132] (port=28507 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMFCR-0004AF-LZ for qemu-devel@nongnu.org; Thu, 21 Jan 2016 08:22:55 -0500 References: <1453032795-12690-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <56A0DC73.2060109@cn.fujitsu.com> Date: Thu, 21 Jan 2016 21:26:11 +0800 MIME-Version: 1.0 In-Reply-To: <1453032795-12690-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/6] Xen PCI passthru: Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com Cc: qemu-devel@nongnu.org Hi Stefano, Just FYI: The series have been reviewed by Eric, I guess it could be picked up;) On 01/17/2016 08:13 PM, Cao jin wrote: > v6 changelog: > 1. split modification of xen_host_pci_sysfs_path() into a separate new patch > as 1/6 shows. > 2. 'bug' fix of qemu_strtoul(), in patch 2/6 & 3/6 > 3. Grammar fix in patch 4/6 > 4. 'msg' --> 'message' in commit message. > > Cao jin (6): > Change xen_host_pci_sysfs_path() to return void > 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, 155 insertions(+), 143 deletions(-) > -- Yours Sincerely, Cao jin