aboutsummaryrefslogtreecommitdiff
path: root/Documentation/lguest
AgeCommit message (Expand)Author
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-30lguest: fix descriptor corruption in example launcherRusty Russell
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin
2009-06-12lguest: suppress notifications in example LauncherRusty Russell
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: fix writev returning short on console outputRusty Russell
2009-06-12lguest: clean up length-used value in example launcherRusty Russell
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell
2009-06-12lguest: be paranoid about guest playing with device descriptors.Rusty Russell
2009-04-19lguest: document 32-bit and PAE requirementsRusty Russell
2009-04-19lguest: tell git to ignore Documentation/lguest/lguestMatt Kraai
2009-03-30lguest: barrier me harderRusty Russell
2009-01-30lguest: disable the FORTIFY for lguest.Tim 'mithro' Ansell
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui
2008-12-30virtio: use LGUEST_VRING_ALIGN instead of relying on pagesizeRusty Russell
2008-10-31lguest: fix example launcher compile after moved asm-x86 dir.Rusty Russell
2008-10-28doc/x86: fix doc subdirsUwe Hermann
2008-08-26lguest: update commentryRusty Russell
2008-08-12lguest: don't set MAC address for guest unless specifiedRusty Russell
2008-07-29lguest: turn Waker into a thread, not a processRusty Russell
2008-07-29lguest: Enlarge virtio ringsRusty Russell
2008-07-29lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell
2008-07-29lguest: Remove 'network: no dma buffer!' warningRusty Russell
2008-07-29lguest: Adaptive timeoutRusty Russell
2008-07-29lguest: Tell Guest net not to notify us on every packet xmitRusty Russell
2008-07-29lguest: net block unneeded receive queue update notificationsRusty Russell
2008-07-29lguest: wrap last_avail accesses.Rusty Russell
2008-07-29lguest: virtio-rng supportRusty Russell
2008-07-29lguest: Support assigning a MAC addressMark McLoughlin
2008-07-29lguest: Don't leak /dev/zero fdMark McLoughlin
2008-07-29lguest: fix verbose printing of device features.Rusty Russell
2008-05-30lguest: notify on emptyRusty Russell
2008-05-02lguest: make Launcher see device status updatesRusty Russell
2008-05-02virtio: de-structify virtio_block status byteRusty Russell
2008-03-28lguest: comment documentation update.Rusty Russell
2008-03-28lguest: Don't need comment terminator before disk section.Rusty Russell
2008-03-28lguest: lguest.txt documentation fixPaul Bolle
2008-03-28lguest: Add puppies which where previously missing.Tim Ansell
2008-03-11lguest: Do not append space to guests kernel command linePaul Bolle
2008-02-04virtio: reset functionRusty Russell
2008-02-04virtio: clarify NO_NOTIFY flag usageRusty Russell