Re: [kvm-devel] [PATCH] Add loglevels to all printk()s

2006-11-30 Thread Avi Kivity
Roland Dreier wrote: Here's a trivial patch that adds log levels to all printks. This avoids ugly things like Message from [EMAIL PROTECTED] at Wed Nov 29 14:01:01 2006 ... roland-xeon-2 kernel: [81842.565619] msrs: 6 popping up in a console on my system when starting a guest.

[kvm-devel] [PATCH] KVM: More i386 fixes

2006-11-30 Thread Avi Kivity
From: Ingo Molnar [EMAIL PROTECTED] Signed-off-by: Avi Kivity [EMAIL PROTECTED] diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/kvm.h /home/avi/kvm-release/kernel/kvm.h --- linux-2.6/drivers/kvm/kvm.h 2006-11-29

Re: [kvm-devel] inter-VM communication?

2006-11-30 Thread Jun Koi
On 11/30/06, Dor Laor [EMAIL PROTECTED] wrote: Hi, Do we have any inter-VM communication technique in KVM (something for example like event-channel in Xen) ? Thanks, Jun Currently there is full isolation of the guests. Such mechanism would not be complicated to add since we anyway

[kvm-devel] [PATCH] KVM: x86 emulator: handle smsw

2006-11-30 Thread Avi Kivity
This allows FreeBSD 6.2rc1 to boot. Also, don't pretend to support lmsw (mem). Signed-off-by: Avi Kivity [EMAIL PROTECTED] Index: linux-2.6/drivers/kvm/x86_emulate.c === --- linux-2.6.orig/drivers/kvm/x86_emulate.c +++

Re: [kvm-devel] [PATCH 1/38] KVM: Create kvm-intel.ko module

2006-11-30 Thread Christoph Hellwig
On Thu, Nov 30, 2006 at 09:19:35PM +0100, Ingo Molnar wrote: I get the feeling we'd be best off if we were to revisit this in a year or so. yeah. I'd suggest merging it as-is into v2.6.20. In a year we'll have some real APIs to think about. Agreed. And because of that I think keeping