[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061019173151.GD4957@rhun.haifa.ibm.com>
Date: Thu, 19 Oct 2006 19:31:51 +0200
From: Muli Ben-Yehuda <muli@...ibm.com>
To: Avi Kivity <avi@...ranet.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/7] KVM: Kernel-based Virtual Machine
On Thu, Oct 19, 2006 at 03:45:49PM +0200, Avi Kivity wrote:
> The following patchset adds a driver for Intel's hardware virtualization
> extensions to the x86 architecture. The driver adds a character device
> (/dev/kvm) that exposes the virtualization capabilities to userspace. Using
> this driver, a process can run a virtual machine (a "guest") in a fully
> virtualized PC containing its own virtual hard disks, network adapters, and
> display.
Hi,
Looks pretty interesting! some comments:
- patch 4/7 hasn't made it to the list?
- it would be useful for reviewing this if you could post example code
making use of the /dev/kvm interfaces - they seem fairly complex.
- why do it this way rather than through a virtual machine monitor
such as Xen? what do you gain from having the virtual machines
encapsulated as Linux processes?
Cheers,
Muli
-
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