Messages in this thread |  | | | From | Rusty Russell <> | | Subject | Re: [Lguest] [PULL] lguest and virtio patches | | Date | Sun, 29 Mar 2009 00:24:22 +1030 |
| |
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(-)
|  |