|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Implementation choices, XEN or KVM?
On Mon, Jun 27, 2011 at 8:50 AM, Andrew Cooper
<andrew.cooper3@xxxxxxxxxx> wrote:
> I am curious to know under what circumstances you think it is, or should be
> possible to make hypervisor code changes without rebooting?
Perhaps the following works in KVM?
$ make kvm.ko
$ sudo rmmod kvm
$ sudo insmod kvm.ko
If it's stuff related only to the interface seen by VMs, and not to
the interaction w/ the hardware, it's probably pretty convenient. :-)
-George
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|