Re: [PATCH] Add MCE support to KVM

From: Avi Kivity
Date: Mon Apr 20 2009 - 04:26:23 EST


Gerd Hoffmann wrote:
Right now everything in the vcpu is emulated in the kernel. Everything
else is emulated either in the kernel (irqchip) or in userspace. This
makes things easier to understand, and is more future friendly if more
cpu features become virtualized by hardware.

While these are not compelling reasons, they at least lean the balance
in favour of a kernel implementation.

The xen pv-on-hvm drivers use an msr to indicate "please place the hypercall page here". Handling that in kernel isn't an option IMHO.

The contents of the hypercall page are vendor specific. This can be handled from userspace (though ideally we'd abstract the cpu vendor away). The Hyper-V hypercall page is more problematic, as it's specified to be an overlay; the page doesn't have to exist in guest RAM.

--
error compiling committee.c: too many arguments to function

--
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/