From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCqN-0008F7-JA for qemu-devel@nongnu.org; Mon, 21 Dec 2015 21:38:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBCqK-0003sh-Ds for qemu-devel@nongnu.org; Mon, 21 Dec 2015 21:38:31 -0500 Received: from [59.151.112.132] (port=39571 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBCqK-0003sR-2d for qemu-devel@nongnu.org; Mon, 21 Dec 2015 21:38:28 -0500 References: <1450436632-23980-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1450436632-23980-6-git-send-email-caoj.fnst@cn.fujitsu.com> <5678A63A.1020102@cn.fujitsu.com> From: Cao jin Message-ID: <5678B815.7060801@cn.fujitsu.com> Date: Tue, 22 Dec 2015 10:40:21 +0800 MIME-Version: 1.0 In-Reply-To: <5678A63A.1020102@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/5] xen-pvdevice: convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: qemu-devel@nongnu.org Hi On 12/22/2015 09:24 AM, Cao jin wrote: > > > On 12/21/2015 11:15 PM, Stefano Stabellini wrote: >> On Fri, 18 Dec 2015, Cao jin wrote: [...] >> >> This doesn't even compile: you are missing a ';' >> >> Please at least build test patches. >> > > Yup...sorry for the silly mistake...but weird, I did build and didn`t > got error... > I test with: $ readelf -s qemu-system-x86_64 | grep xen_pv_* got nothing, which make me realized that I don`t have xen support on my computer... maybe that`s why I didn`t got compile error >> [...] -- Yours Sincerely, Cao Jin