From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys52u-0008D9-7u for qemu-devel@nongnu.org; Tue, 12 May 2015 03:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys52r-0002jw-IZ for qemu-devel@nongnu.org; Tue, 12 May 2015 03:56:08 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:35818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys52r-0002jM-Ck for qemu-devel@nongnu.org; Tue, 12 May 2015 03:56:05 -0400 Received: by pdbqd1 with SMTP id qd1so174284312pdb.2 for ; Tue, 12 May 2015 00:56:04 -0700 (PDT) Message-ID: <5551B20C.2030402@linaro.org> Date: Tue, 12 May 2015 15:55:56 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1431397521-2316-1-git-send-email-shannon.zhao@linaro.org> <1431397521-2316-2-git-send-email-shannon.zhao@linaro.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] hw/s390x/s390-virtio-bus: Remove meaningless blank Property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: hangaohuai@huawei.com, QEMU Trivial , Michael Tokarev , QEMU Developers , "Huangpeng (Peter)" , Shannon Zhao , Christoffer Dall On 2015/5/12 15:52, Peter Maydell wrote: > On 12 May 2015 at 03:25, wrote: >> > From: Shannon Zhao >> > >> > Signed-off-by: Shannon Zhao >> > Signed-off-by: Shannon Zhao >> > --- >> > hw/s390x/s390-virtio-bus.c | 15 --------------- >> > 1 file changed, 15 deletions(-) >> > >> > diff --git a/hw/s390x/s390-virtio-bus.c b/hw/s390x/s390-virtio-bus.c >> > index 1a72b56..273bd9c 100644 >> > --- a/hw/s390x/s390-virtio-bus.c >> > +++ b/hw/s390x/s390-virtio-bus.c >> > @@ -536,17 +536,12 @@ static unsigned virtio_s390_get_features(DeviceState *d) >> > > Net and scsi are already fixed in master (I had to do that > as part of the conflict resolution between your virtio > patches and Cornelia's). Ok, so need to respin? -- Shannon