[PATCH] kvm: move kvmclock initialization inside kvm_guest_init

2008-04-16 Thread Glauber Costa
It makes no sense for the clock initialization to be hanging around in setup_32.c when we have a generic kvm guest initialization function available. So, we move kvmclock_init() inside such a function, leading to a cleaner code. Signed-off-by: Glauber Costa [EMAIL PROTECTED] ---

Re: [PATCH] kvm: move kvmclock initialization inside kvm_guest_init

2008-04-16 Thread Glauber de Oliveira Costa
Glauber Costa wrote: It makes no sense for the clock initialization to be hanging around in setup_32.c when we have a generic kvm guest initialization function available. So, we move kvmclock_init() inside such a function, leading to a cleaner code. Signed-off-by: Glauber Costa [EMAIL

[PATCH] add virtio disk geometry feature

2008-04-16 Thread Ryan Harper
From: Ryan Harper [EMAIL PROTECTED] Rather than faking up some geometry, allow the backend to push the disk geometry via virtio pci config option. Keep the old geo code around for compatibility. Signed-off-by: Ryan Harper [EMAIL PROTECTED] Reviewed-by: Anthony Liguori [EMAIL PROTECTED] diff

Re: [PATCH] add virtio disk geometry feature

2008-04-16 Thread Rusty Russell
On Thursday 17 April 2008 04:56:37 Ryan Harper wrote: From: Ryan Harper [EMAIL PROTECTED] Rather than faking up some geometry, allow the backend to push the disk geometry via virtio pci config option. Keep the old geo code around for compatibility. Hi Ryan, Looks good! Some brief review