aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/lguest/lguest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateRusty Russell1-60/+95
2007-10-25lguest: example launcher header cleanup.Rusty Russell1-12/+11
2007-10-23Use "struct boot_params" in example launcherRusty Russell1-25/+22
2007-10-23Loading bzImage directly.Rusty Russell1-64/+29
2007-10-23Revert lguest magic and use hook in head.SRusty Russell1-29/+13
2007-10-23Example launcher handle guests not being ready for inputRusty Russell1-50/+57
2007-10-23Update example launcher for virtioRusty Russell1-462/+681
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-103/+31
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen1-13/+14
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-79/+110
2007-10-23Accept elf files that are valid but have sections that can not be mmap'ed for some reason.Ronald G. Minnich1-29/+32
2007-10-23Make lguest_launcher.h types userspace-friendlyRusty Russell1-2/+2
2007-10-23turn err into errx in lguest call sitesGlauber de Oliveira Costa1-2/+2
2007-10-23Make asm-x86/bootparam.h includable from userspace.Rusty Russell1-1/+1
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-1/+1
2007-09-26lguest example launcher truncates block device file to 0 length on problemsChris Malley1-1/+1
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+12
2007-07-26lguest: documentation IV: LauncherRusty Russell1-44/+555
2007-07-26lguest: documentation I: PreparationRusty Russell1-2/+7
2007-07-24link lguest example launcher non-staticRusty Russell1-50/+34
2007-07-19lguest: the documentation, example launcherRusty Russell1-0/+1012