aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-11lguest: Do not append space to guests kernel command linePaul Bolle1-2/+5
2008-02-04virtio: reset functionRusty Russell1-10/+52
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell1-4/+5
2008-02-04virtio: simplify config mechanism.Rusty Russell1-71/+105
2008-01-30lguest: adapt launcher to per-cpunessGlauber de Oliveira Costa1-4/+13
2008-01-30lguest: Reboot supportBalaji Rao1-2/+30
2007-12-17Fix lguest documentationSheela1-4/+0
2007-11-19lguest: Fix uninitialized members in example launcherRusty Russell1-3/+6
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell1-4/+5
2007-11-12lguest: Fix lguest virtio-blk backend size computationAnthony Liguori1-4/+4
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-23Update lguest documentation to reflect the new virtual block device name.Chris Malley1-3/+3
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 Russell2-102/+113
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 Russell2-3/+3
2007-10-23lguest.txt updateRusty Russell1-39/+29
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-08-09lguest: avoid shared libraries mapped over guest memoryRonald G. Minnich1-1/+3
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+12
2007-07-26lguest: documentation IV: LauncherRusty Russell1-44/+555
2007-07-26lguest: documentation I: PreparationRusty Russell2-2/+65
2007-07-24link lguest example launcher non-staticRusty Russell2-52/+35
2007-07-19lguest: the documentation, example launcherRusty Russell3-0/+1168