summaryrefslogtreecommitdiffstats
path: root/Documentation/lguest
Commit message (Expand)AuthorAgeFilesLines
* lguest: barrier me harderRusty Russell2009-03-301-0/+7
* lguest: disable the FORTIFY for lguest.Tim 'mithro' Ansell2009-01-301-1/+1
* lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui2008-12-301-54/+6
* virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell2008-12-301-3/+3
* lguest: fix example launcher compile after moved asm-x86 dir.Rusty Russell2008-10-312-2/+2
* doc/x86: fix doc subdirsUwe Hermann2008-10-281-1/+1
* lguest: update commentryRusty Russell2008-08-261-0/+8
* lguest: don't set MAC address for guest unless specifiedRusty Russell2008-08-121-22/+1
* lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57
* lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
* lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
* lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0
* lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
* lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
* lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
* lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
* lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
* lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89
* lguest: Don't leak /dev/zero fdMark McLoughlin2008-07-291-0/+1
* lguest: fix verbose printing of device features.Rusty Russell2008-07-291-2/+2
* lguest: notify on emptyRusty Russell2008-05-301-2/+10
* lguest: make Launcher see device status updatesRusty Russell2008-05-021-15/+35
* virtio: de-structify virtio_block status byteRusty Russell2008-05-021-6/+6
* lguest: comment documentation update.Rusty Russell2008-03-281-31/+38
* lguest: Don't need comment terminator before disk section.Rusty Russell2008-03-281-1/+0
* lguest: lguest.txt documentation fixPaul Bolle2008-03-281-4/+8
* lguest: Add puppies which where previously missing.Tim Ansell2008-03-281-3/+4
* lguest: Do not append space to guests kernel command linePaul Bolle2008-03-111-2/+5
* virtio: reset functionRusty Russell2008-02-041-10/+52
* virtio: clarify NO_NOTIFY flag usageRusty Russell2008-02-041-4/+5
* virtio: simplify config mechanism.Rusty Russell2008-02-041-71/+105
* lguest: adapt launcher to per-cpunessGlauber de Oliveira Costa2008-01-301-4/+13
* lguest: Reboot supportBalaji Rao2008-01-301-2/+30
* Fix lguest documentationSheela2007-12-171-4/+0
* lguest: Fix uninitialized members in example launcherRusty Russell2007-11-191-3/+6
* virtio: Force use of power-of-two for descriptor ring sizesRusty Russell2007-11-121-4/+5
* lguest: Fix lguest virtio-blk backend size computationAnthony Liguori2007-11-121-4/+4
* lguest: documentation updateRusty Russell2007-10-251-60/+95
* lguest: example launcher header cleanup.Rusty Russell2007-10-251-12/+11
* Use "struct boot_params" in example launcherRusty Russell2007-10-231-25/+22
* Loading bzImage directly.Rusty Russell2007-10-231-64/+29
* Revert lguest magic and use hook in head.SRusty Russell2007-10-231-29/+13
* Update lguest documentation to reflect the new virtual block device name.Chris Malley2007-10-231-3/+3
* Example launcher handle guests not being ready for inputRusty Russell2007-10-231-50/+57
* Update example launcher for virtioRusty Russell2007-10-231-462/+681
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-103/+31
* Change example launcher to use unsigned long not u32Jes Sorensen2007-10-231-13/+14
* Introduce guest mem offset, static link example launcherRusty Russell2007-10-232-102/+113
* Accept elf files that are valid but have sections that can not be mmap'ed for...Ronald G. Minnich2007-10-231-29/+32
* Make lguest_launcher.h types userspace-friendlyRusty Russell2007-10-232-3/+3