Re: [PATCH 0/6] KVM userspace interface updates for 2.6.21

From: Andrew Morton
Date: Sun Feb 25 2007 - 06:48:27 EST


> On Sun, 25 Feb 2007 11:58:23 +0200 Avi Kivity <avi@xxxxxxxxxxxx> wrote:
> Avi Kivity wrote:
> >
> > The patchset, along with the previous fixset, is available as a git
> > tree from git://kvm.qumranet.com/home/avi/kvm/linux-2.6. You may wish
> > to plant it in your little git forest.
> >
>
> This is now git://kvm.qumranet.com/home/avi/kvm.git, as a bare 'git
> pull' will pull the current branch instead of master, giving you
> whatever I was working on at the moment. The kvm.git repo will always
> have 'master' as the current branch.

OK.

drivers/kvm/kvm.h | 13 +
drivers/kvm/kvm_main.c | 774 ++++++++++++++++++++++++++++++++-------------
drivers/kvm/kvm_svm.h | 3
drivers/kvm/mmu.c | 36 +-
drivers/kvm/paging_tmpl.h | 18 +
drivers/kvm/svm.c | 42 ++
drivers/kvm/vmx.c | 33 ++
include/linux/kvm.h | 50 ++-
include/linux/kvm_para.h | 73 ++++

However things might get messy later on if that tree starts introducing changes
outside drivers/kvm. There's a ton of activity in x86-world.

But if there are problems, you'll hear about it ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/