aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31lguest: fix example launcher compile after moved asm-x86 dir.Rusty Russell2-2/+2
2008-10-28doc/x86: fix doc subdirsUwe Hermann1-1/+1
2008-08-26lguest: update commentryRusty Russell1-0/+8
2008-08-12lguest: don't set MAC address for guest unless specifiedRusty Russell1-22/+1
2008-07-29lguest: turn Waker into a thread, not a processRusty Russell1-63/+57
2008-07-29lguest: Enlarge virtio ringsRusty Russell1-2/+2
2008-07-29lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell1-14/+20
2008-07-29lguest: Remove 'network: no dma buffer!' warningRusty Russell1-2/+0
2008-07-29lguest: Adaptive timeoutRusty Russell1-1/+11
2008-07-29lguest: Tell Guest net not to notify us on every packet xmitRusty Russell1-13/+93
2008-07-29lguest: net block unneeded receive queue update notificationsRusty Russell1-1/+13
2008-07-29lguest: wrap last_avail accesses.Rusty Russell1-5/+11
2008-07-29lguest: virtio-rng supportRusty Russell1-0/+90
2008-07-29lguest: Support assigning a MAC addressMark McLoughlin1-33/+89
2008-07-29lguest: Don't leak /dev/zero fdMark McLoughlin1-0/+1
2008-07-29lguest: fix verbose printing of device features.Rusty Russell1-2/+2
2008-05-30lguest: notify on emptyRusty Russell1-2/+10
2008-05-02lguest: make Launcher see device status updatesRusty Russell1-15/+35
2008-05-02virtio: de-structify virtio_block status byteRusty Russell1-6/+6
2008-03-28lguest: comment documentation update.Rusty Russell1-31/+38
2008-03-28lguest: Don't need comment terminator before disk section.Rusty Russell1-1/+0
2008-03-28lguest: lguest.txt documentation fixPaul Bolle1-4/+8
2008-03-28lguest: Add puppies which where previously missing.Tim Ansell1-3/+4
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