> IMO the main reason to put this in kernel-space would be to make it > possible to automatically forward some MCE errors generated by the > real hardware (RAM ECC errors for example) down into the VM. Right > now I suppose you could do that with the patches to forward RAM-based > hard MCEs to userspace using SIGSEGV and handling the SIGSEGV in > userspace, but that seems more fragile to me. I think you refer to my hwpoison patches that generate SIGBUS? The event has to go through user space anyways. The code to generate the fake MCE from the SIGBUS is (or rather will be with current patch) in qemu. Normally the principle to process such errors as quickly as possible is sound though, although I'm not sure how much difference it makes. In theory it could be put into kernel too, but you would need a "in kernel signal handler" then, which would need quite some more changes. -Andi -- ak@xxxxxxxxxxxxxxx -- Speaking for myself only. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html