From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQaH6-00075J-Iw for qemu-devel@nongnu.org; Wed, 16 Nov 2011 02:51:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQaH2-0000lO-MN for qemu-devel@nongnu.org; Wed, 16 Nov 2011 02:51:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQaH2-0000l8-BI for qemu-devel@nongnu.org; Wed, 16 Nov 2011 02:51:12 -0500 Message-ID: <4EC36B67.9090206@redhat.com> Date: Wed, 16 Nov 2011 08:51:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1321376405-22776-1-git-send-email-pbonzini@redhat.com> <20111115203334.GA22427@redhat.com> In-Reply-To: <20111115203334.GA22427@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On 11/15/2011 09:33 PM, Michael S. Tsirkin wrote: > > What's missing is 1) support for writable config space, 2) testing TMF, > > 3) events; 4) migration. The last two do not need to be in at the > > first commit, they can come later. > > > > Tested lightly with a seabios driver (see the seabios ML). The Linux > > driver will come next... > > spec patches? The txt version is at http://lists.gnu.org/archive/html/qemu-devel/2011-10/txtXx0CcI94xv.txt The LyX version will come soon, the changes from v3 are quite small so now that we have an implementation it can go in. Paolo