From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677AbZIZPCJ (ORCPT ); Sat, 26 Sep 2009 11:02:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752345AbZIZPCJ (ORCPT ); Sat, 26 Sep 2009 11:02:09 -0400 Received: from verein.lst.de ([213.95.11.210]:46638 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbZIZPCI (ORCPT ); Sat, 26 Sep 2009 11:02:08 -0400 Date: Sat, 26 Sep 2009 17:01:24 +0200 From: Christoph Hellwig To: Rusty Russell Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Christoph Hellwig , Fernando Luis Vazquez Cao , Xiao Guangrong Subject: Re: [PULL] lguest & virtio Message-ID: <20090926150124.GA11623@lst.de> References: <200909232235.15076.rusty@rustcorp.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909232235.15076.rusty@rustcorp.com.au> User-Agent: Mutt/1.3.28i X-Spam-Score: 0 () Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org What happend to the patch to drop the virt/non-rotational flag? On Wed, Sep 23, 2009 at 10:35:14PM +0930, Rusty Russell wrote: > The following changes since commit ebc79c4f8da0f92efa968e0328f32334a2ce80cf: > Linus Torvalds (1): > Merge git://git.kernel.org/.../jaswinder/linux-2.6 > > are available in the git repository at: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master > > Christoph Hellwig (1): > virtio_blk: add support for cache flush > > Fernando Luis Vazquez Cao (2): > virtio: get rid of redundant VIRTIO_ID_9P definition > virtio: add virtio IDs file > > Rusty Russell (6): > virtio_pci: minor MSI-X cleanups > virtio: make add_buf return capacity remaining > lguest: move panic notifier registration to its expected place. > lguest: use set_pte/set_pmd uniformly for real page table entries > lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET > lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTY > > Xiao Guangrong (1): > lguest: cleanup for map_switcher() > > Documentation/lguest/lguest.c | 26 ++++++- > arch/x86/lguest/boot.c | 10 +-- > drivers/block/virtio_blk.c | 33 ++++++++-- > drivers/char/hw_random/virtio-rng.c | 3 +- > drivers/char/virtio_console.c | 5 +- > drivers/lguest/core.c | 5 +- > drivers/lguest/page_tables.c | 45 +++++------- > drivers/net/virtio_net.c | 15 ++-- > drivers/virtio/virtio_balloon.c | 3 +- > drivers/virtio/virtio_pci.c | 125 +++++++++++++++++++--------------- > drivers/virtio/virtio_ring.c | 6 ++- > include/linux/virtio.h | 2 +- > include/linux/virtio_9p.h | 2 - > include/linux/virtio_balloon.h | 3 - > include/linux/virtio_blk.h | 18 ++++- > include/linux/virtio_console.h | 3 - > include/linux/virtio_ids.h | 17 +++++ > include/linux/virtio_net.h | 3 - > include/linux/virtio_rng.h | 3 - > net/9p/trans_virtio.c | 5 +- > 20 files changed, 199 insertions(+), 133 deletions(-) > create mode 100644 include/linux/virtio_ids.h ---end quoted text---