From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZ6M-0007Lh-1o for qemu-devel@nongnu.org; Mon, 16 Jun 2014 11:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwZ5j-0004Xg-AX for qemu-devel@nongnu.org; Mon, 16 Jun 2014 11:45:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZ5j-0004WU-1q for qemu-devel@nongnu.org; Mon, 16 Jun 2014 11:45:03 -0400 Message-ID: <539F10F8.40208@redhat.com> Date: Mon, 16 Jun 2014 17:44:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402933252-1079-1-git-send-email-ming.lei@canonical.com> In-Reply-To: <1402933252-1079-1-git-send-email-ming.lei@canonical.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] virtio: move common virtio properties to bus class device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei , Peter Maydell , qemu-devel@nongnu.org, "Michael S. Tsirkin" Il 16/06/2014 17:40, Ming Lei ha scritto: > Hi, > > This patchset is suggested by Paolo, and takes the approach in below > patch for virtio-mmio device: > > http://marc.info/?t=140184945400001&r=1&w=2 > > Then we can move the virtio common properties into bus class device, and > make code clean. > > Thanks, > -- > Ming Lei > I think they have to be all squashed together for perfect bisectability. Apart from this, Reviewed-by: Paolo Bonzini Michael, can you queue http://marc.info/?t=140184945400001&r=1&w=2 for 2.1? These probably are more suited to 2.2. Paolo