[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200903290024.23218.rusty@rustcorp.com.au>
Date: Sun, 29 Mar 2009 00:24:22 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: lguest@...abs.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Christoph Hellwig <hch@...radead.org>,
Roel Kluin <roel.kluin@...il.com>,
Matias Zabaljauregui <zabaljauregui@...il.com>,
linux-kernel@...r.kernel.org, Jeremy Fitzhardinge <jeremy@...p.org>
Subject: Re: [Lguest] [PULL] lguest and virtio patches
On Saturday 28 March 2009 23:41:54 Rusty Russell wrote:
> The following changes since commit 5d80f8e5a9dc9c9a94d4aeaa567e219a808b8a4a:
...
> lguest: avoid accidental recycling of pgdir pages
Actually, I've repushed without this change: Jeremy convinced me it's not
necessary.
If you pulled in between, it's no big deal.
Rusty.
New stats:
Matias Zabaljauregui (2):
lguest: use KVM hypercalls
lguest: use bool instead of int
Roel Kluin (1):
virtio: fix BAD_RING, START_US and END_USE macros
Rusty Russell (4):
virtio: more neatening of virtio_ring macros.
lguest: fix spurious BUG_ON() on invalid guest stack.
lguest: wire up pte_update/pte_update_defer
lguest: barrier me harder
Documentation/lguest/lguest.c | 7 +++
arch/x86/include/asm/lguest_hcall.h | 24 ++--------
arch/x86/lguest/boot.c | 86 ++++++++++++++++++++++-----------
arch/x86/lguest/i386_head.S | 4 +-
drivers/lguest/core.c | 4 +-
drivers/lguest/interrupts_and_traps.c | 28 ++++++-----
drivers/lguest/lg.h | 8 ++--
drivers/lguest/lguest_device.c | 4 +-
drivers/lguest/page_tables.c | 22 +++++----
drivers/lguest/segments.c | 2 +-
drivers/lguest/x86/core.c | 62 +++++++++++++++++++++++-
drivers/virtio/virtio_ring.c | 22 +++++---
12 files changed, 181 insertions(+), 92 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists