virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-09-06 09:57:46 to 2007-10-10 06:35:09 UTC [more...]

[PATCH RFC REPOST 1/2] paravirt: refactor struct paravirt_ops into smaller pv_*_ops
 2007-10-10  6:35 UTC  (2+ messages)

[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
 2007-10-09 20:25 UTC  (59+ messages)
` [patch 01/43] lguest: lguest example launcher truncates block device file to 0 length on problems
` [patch 02/43] lguest: fix modules oopsing in lguest guests
` [patch 03/43] lguest: Normalize config options for guest support
` [patch 04/43] lguest: Consolidate host virtualization support under Virtualization menu
` [patch 05/43] lguest: Example launcher should include asm/e820.h instead of asm-i386/
` [patch 06/43] lguest: turn err into errx in lguest call sites
` [patch 07/43] lguest: Use copy_to_user() not put_user for struct timespec
` [patch 08/43] lguest: Lguest currently depends on 32-bit x86, not just x86
` [patch 09/43] lguest: lguest.txt update
` [patch 10/43] lguest: Make lguest_launcher.h types userspace-friendly
` [patch 11/43] lguest: lguest_devices belongs in lguest_bus.c: its not i386-specific
` [patch 12/43] lguest: Only start khvcd when someone uses hvc_console driver
` [patch 13/43] lguest: Move lguest hcalls to arch-specific header
` [patch 14/43] lguest: Move lguest guest support to arch/i386 where it logically belongs
` [patch 15/43] lguest: Rename switcher.S to i386_switcher.S, since its very i386-specific
` [patch 16/43] lguest: Accept elf files that are valid but have sections that can not be mmaped for some reason
` [patch 17/43] lguest: Introduce guest mem offset, static link example launcher
` [patch 18/43] lguest: Remove fixed limit on number of guests, and lguests array
` [patch 19/43] lguest: Make shadow IDT a complete IDT with 256 entries
` [patch 20/43] lguest: Move i386 part of core.c to i386_core.c
` [patch 21/43] lguest: Reorder guest saved regs to match hyperall order
` [patch 22/43] lguest: Introduce "hcall" pointer to indicate pending hypercall
` [patch 23/43] lguest: Make hypercalls arch-independent
` [patch 24/43] lguest: Change example launcher to use unsigned long not u32
` [patch 25/43] lguest: Move register setup into i386_core.c
` [patch 26/43] lguest: guest.h declares a struct timespec, make it include linux/time.h
` [patch 27/43] lguest: Pagetables to use normal kernel types
` [patch 28/43] lguest: Rename "cr3" to "gpgdir" to avoid x86-specific naming
` [patch 29/43] lguest: Introduce "used_vectors" bitmap which can be used to reserve vectors
` [patch 30/43] lguest: Allow guest to specify syscall vector to use
` [patch 31/43] lguest: Boot with virtual == physical to get closer to native Linux
    ` [Lguest] "
` [patch 32/43] lguest: Virtio interface
` [patch 33/43] lguest: Net driver using virtio
` [patch 34/43] lguest: Block "
  ` [Lguest] "
` [patch 35/43] lguest: Virtio console driver
` [patch 36/43] lguest: Module autoprobing support for virtio drivers
` [patch 37/43] lguest: Virtio helper routines for a descriptor ringbuffer implementation
` [patch 38/43] lguest: This gets rid of the lguest bus, drivers and DMA mechanism, to make way for a generic virtio mechanism
` [patch 39/43] lguest: This patch gets rid of the old lguest host I/O infrastructure and replaces it with a single hypercall "LHCALL_NOTIFY" which takes an address
` [patch 40/43] lguest: Lguest support for Virtio
` [patch 41/43] lguest: Update example launcher for virtio
` [patch 42/43] lguest: Example launcher handle guests not being ready for input
` [patch 43/43] lguest: generalize lgread_u32/lgwrite_u32
  ` [Lguest] "
` [Lguest] [patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)

[PATCH RFC REPOST 2/2] paravirt: clean up lazy mode handling
 2007-10-09 18:24 UTC 

[RFC] KVM Source layout Proposal to accommodate new CPU architecture
 2007-10-08  9:57 UTC  (11+ messages)
  ` [kvm-devel] "
                        ` [kvm-devel] [RFC] KVM Source layout Proposal to accommodate newCPU architecture

[PATCH 0/5] Boot protocol changes
 2007-10-04 11:20 UTC  (3+ messages)

[PATCH RFC] paravirt: cleanup lazy mode handling
 2007-10-02 22:43 UTC  (7+ messages)

[PATCH RFC] paravirt_ops: refactor struct paravirt_ops into smaller pv_*_ops
 2007-09-29 17:01 UTC  (10+ messages)

[PATCH 1/3] virtio interface
 2007-09-26  9:08 UTC  (19+ messages)
  ` [PATCH 2/3] virtio ring implementation
    ` [PATCH 3/3] virtio module alias support
    ` [kvm-devel] [PATCH 2/3] virtio ring implementation
  ` [kvm-devel] [PATCH 1/3] virtio interface

[PATCH 2/3] Virtualization config cleanup: move lgeust under virtualization menu
 2007-09-25  4:45 UTC  (6+ messages)
` [PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required
  ` [PATCH 3/3] Virtualization config cleanup: The real patch 1/3

[PATCH 1/3] Virtualization config cleanup: Select CONFIG_PARAVIRT when required
 2007-09-25  3:58 UTC 

[PATCH 0/3] virtio implementation (draft VI)
 2007-09-24  9:13 UTC 

[PATCH 1/6] virtio interace
 2007-09-23 11:46 UTC  (41+ messages)
` [PATCH 0/6] virtio with config abstraction and ring implementation
  ` [Lguest] [PATCH 0/6] virtio with config abstraction and ringimplementation
  ` [PATCH 2/6] virtio_config
  ` [kvm-devel] [PATCH 1/6] virtio interace
    ` [PATCH 3/6] virtio net driver
      ` [PATCH 4/6] virtio block driver
        ` [PATCH 5/6] virtio console driver
          ` [PATCH 6/6] virtio ring helper
            ` [kvm-devel] "
      ` [kvm-devel] [PATCH 3/6] virtio net driver
    ` [kvm-devel] [PATCH 2/6] virtio_config

[PATCH 2/3] Consolidate host virtualization support under Virtualization menu
 2007-09-20 16:47 UTC  (26+ messages)
  ` [PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental

[PATCH 0/6] virtio with config abstraction and ring implementation
 2007-09-20 12:03 UTC 

[PATCH 1/3] Normalize config options for guest support
 2007-09-14  5:17 UTC 

[PATCH] Add macros for acessing lguest fields
 2007-09-13  6:32 UTC 

Miguel has sent you a message
 2007-09-12 17:09 UTC 

Fwd: Thank you, we are accepting your application
 2007-09-11 12:20 UTC 

Inv update
 2007-09-11  5:02 UTC 

Did you hear this
 2007-09-10 22:02 UTC 

[PATCH] Add macros for acessing lguest fields
 2007-09-10 18:20 UTC 

[PATCH] input: Fix interrupt enable in i8042_ctr when enabling interrupt fails
 2007-09-10 13:14 UTC  (2+ messages)

[PATCH] input: Fix interrupt enable in i8042_ctr when enabling interrupt fails
 2007-09-10 12:41 UTC 

VMI kernel logging needs to be fixed
 2007-09-08  0:49 UTC 

[PATCH] Fix preemptible lazy mode bug
 2007-09-06  9:57 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).