arch/x86 testing found the build bug above, and with the fix applied it
found a link bug s well:
drivers/built-in.o: In function `start_switcher_text':
: undefined reference to `LGUEST_PAGES_host_gdt_desc'
drivers/built-in.o: In function `return_to_host':
drivers/lguest/x86/switcher_32.S:(.text+0x30821b): undefined reference to `LGUEST_PAGES_regs_trapnum'
(etc.) Config attached.
Ingo