qemu core dump and filtering guest pages

From: Christian Borntraeger
Date: Tue May 22 2012 - 17:06:00 EST


Folks,

today we discussed the situation of a qemu crash (with coredump) and big guests.
Quite often the guest pages are not needed but make the core file pretty big.

The most appealing proposal that we had was to adopt the core file code in the
kernel to have an option for discarding guest pages (e.g. /proc/sys/core_guest).
do_corefile would have a callback into the kvm module that could use its memory
slot infrastructure to decide if this page should be saved or not.

Would you consider such a change be ok? Any better idea?
Thanks

Christian


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