From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxN1-0005kN-GQ for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAxMx-0004I3-GG for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:34:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxMx-0004Hy-B1 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:34:51 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 59DB42E1206 for ; Fri, 3 Jul 2015 09:34:50 +0000 (UTC) Message-ID: <1435916087.26896.10.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 03 Jul 2015 11:34:47 +0200 In-Reply-To: <1435842022-13980-1-git-send-email-mst@redhat.com> References: <1435842022-13980-1-git-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-pci: implement cfg capability List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Do, 2015-07-02 at 15:00 +0200, Michael S. Tsirkin wrote: > spec says we must, so let's do it! > > Signed-off-by: Michael S. Tsirkin > --- > > untested at this point. Tested-by: Gerd Hoffmann [ seabios patches follow in a moment ] cheers, Gerd