aboutsummaryrefslogtreecommitdiff
path: root/tools/lguest/extract
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-58/+0
Lguest seems to be rather unused these days. It has seen only patches ensuring it still builds the last two years and its official state is "Odd Fixes". Remove it in order to be able to clean up the paravirt code. Signed-off-by: Juergen Gross <[email protected]> Acked-by: Rusty Russell <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso1-0/+58
This is a better location instead of having it in Documentation. Signed-off-by: Davidlohr Bueso <[email protected]> Signed-off-by: Rusty Russell <[email protected]> (fixed compile)