From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLLCj-0005AM-D6 for qemu-devel@nongnu.org; Mon, 18 Jan 2016 20:35:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLLCg-0005ts-5V for qemu-devel@nongnu.org; Mon, 18 Jan 2016 20:35:29 -0500 Received: from [59.151.112.132] (port=58269 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLLCf-0005cs-QS for qemu-devel@nongnu.org; Mon, 18 Jan 2016 20:35:26 -0500 References: <1453032795-12690-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <569D9399.3090100@cn.fujitsu.com> Date: Tue, 19 Jan 2016 09:38:33 +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: qemu-devel@nongnu.org Cc: stefano.stabellini@eu.citrix.com Seems I forgot to CC Eric, but I checked my command line history, I do include Eric...weird 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