Re: Implement Functions in boot.c

From: Rusty Russell
Date: Tue Jan 06 2015 - 23:19:38 EST


nick <xerofoify@xxxxxxxxx> writes:
> Greetings Rusty,
> I am wondering why we haven't implementing the below functions:
> /* Let's just say, I wouldn't do debugging under a Guest. */
> static unsigned long lguest_get_debugreg(int regno)
> {
> /* FIXME: Implement */
> return 0;
> }
>
> static void lguest_set_debugreg(int regno, unsigned long value)
> {
> /* FIXME: Implement */
> }
> Seems to me that this are needed for various areas in the lguest subsystem and should
> be implemented for debugging ease of use in the lguest subsystem.

Well, normal use of gdb works. It can't use hardware watchpoints,
though.

To fix this, hypercalls would have to be added to manipulate the debug
registers, and these registers would have to be saved and restored in
the world switcher code.

Patches welcome!
Rusty.
--
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/