virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-02-09 09:23:09 to 2007-02-16 07:04:36 UTC [more...]

[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
 2007-02-16  7:04 UTC  (35+ messages)
` [patch 01/21] Xen-paravirt: Fix typo in sync_constant_test_bit()s name
` [patch 02/21] Xen-paravirt: ignore vgacon if hardware not present
` [patch 03/21] Xen-paravirt: Add pagetable accessors to pack and unpack pagetable entries
` [patch 04/21] Xen-paravirt: ===================================================================
` [patch 05/21] Xen-paravirt: paravirt_ops: hooks to set up initial pagetable
` [patch 06/21] Xen-paravirt: paravirt_ops: allocate a fixmap slot
` [patch 07/21] Xen-paravirt: remove ctor for pgd cache
` [patch 08/21] Xen-paravirt: Allow paravirt backend to choose kernel PMD sharing
` [patch 09/21] Xen-paravirt: Allow paravirt backend to select PGD allocation alignment
` [patch 10/21] Xen-paravirt: add hooks to intercept mm creation and destruction
` [patch 11/21] Xen-paravirt: Add apply_to_page_range() which applies a function to a pte range
` [patch 12/21] Xen-paravirt: Allocate and free vmalloc areas
` [patch 13/21] Xen-paravirt: Add nosegneg capability to the vsyscall page notes
` [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options
` [patch 15/21] Xen-paravirt: Add Xen interface header files
` [patch 16/21] Xen-paravirt: Core Xen implementation
` [patch 17/21] Xen-paravirt: Add the Xen virtual console driver
` [patch 18/21] Xen-paravirt: Add Xen grant table support
` [patch 19/21] Xen-paravirt: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 20/21] Xen-paravirt: Add Xen virtual block device driver
` [patch 21/21] Xen-paravirt: Add the Xen virtual network "

xen hvc console
 2007-02-15 22:41 UTC 

[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
 2007-02-15 17:32 UTC  (66+ messages)
` [patch 01/21] Xen-paravirt: Fix typo in sync_constant_test_bit()s name
` [patch 02/21] Xen-paravirt: Handle a zero-sized VT console
` [patch 03/21] Xen-paravirt: Add pagetable accessors to pack and unpack pagetable entries
` [patch 04/21] Xen-paravirt: paravirt_ops: hooks to set up initial pagetable
` [patch 05/21] Xen-paravirt: paravirt_ops: allocate a fixmap slot
        `  "
` [patch 06/21] Xen-paravirt: remove ctor for pgd cache
` [patch 07/21] Xen-paravirt: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/21] Xen-paravirt: Allow paravirt backend to select PGD allocation alignment
` [patch 09/21] Xen-paravirt: add hooks to intercept mm creation and destruction
` [patch 10/21] Xen-paravirt: Name: dont export paravirt_ops structure, do individual functions
` [patch 11/21] Xen-paravirt: Add apply_to_page_range() which applies a function to a pte range
` [patch 12/21] Xen-paravirt: Allocate and free vmalloc areas
` [patch 13/21] Xen-paravirt: Add nosegneg capability to the vsyscall page notes
    `  "
` [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options
      `  "
` [patch 15/21] Xen-paravirt: Add Xen interface header files
` [patch 16/21] Xen-paravirt: Add code into head.S to handle being booted by Xen
` [patch 17/21] Xen-paravirt: Add the Xen virtual console driver
` [patch 18/21] Xen-paravirt: Add Xen grant table support
` [patch 19/21] Xen-paravirt: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 20/21] Xen-paravirt: Add Xen virtual block device driver
` [patch 21/21] Xen-paravirt: Add the Xen virtual network "

[PATCH 1/7] cleanup: paravirt unhandled fallthrough
 2007-02-14 23:00 UTC  (34+ messages)
` [PATCH 2/7] cleanup: Initialize esp0 properly all the time
  ` [PATCH 3/7] cleanup: Make hvc_console.c compile on non-PowerPC
    ` [PATCH 4/7] cleanup: Move mce_disabled to asm/mce.h
      ` [PATCH 5/7] cleanup: Rename cpu_gdt_descr and remove extern declaration from smpboot.c
        ` [PATCH 6/7] cleanup: Remove extern declaration from mm/discontig.c, put in header
          ` [PATCH 7/7] cleanup: make disable_acpi() valid w/o CONFIG_ACPI
            ` [PATCH 1/2] lguest preparation: EXPORT_SYMBOL_GPL 5 functions
              ` [PATCH 2/2] lguest preparation: expose futex infrastructure: get_futex_key, get_key_refs and drop_key_refs
                ` [PATCH 1/8] lguest: Kconfig and headers
                  ` [PATCH 2/8] lguest: the host code (lg.ko)
                    ` [PATCH 3/8] lguest: Guest code
                      ` [PATCH 4/8] lguest: Makefile
                        ` [PATCH 5/8] lguest: trivial guest network driver
                          ` [PATCH 6/8] lguest: trivial guest console driver
                            ` [PATCH 7/8] lguest: trivial guest block driver
                              ` [PATCH 8/8] lguest: documentatation and example launcher

vgacon disable again
 2007-02-14 10:52 UTC  (5+ messages)

[rfc/patch] use hvc for xen console
 2007-02-13 16:13 UTC  (3+ messages)

[PATCH 0/10] lguest
 2007-02-13  3:10 UTC  (44+ messages)
` [PATCH 1/10] lguest: Don't rely on last-linked fallthru when no paravirt handler
  ` [PATCH 2/10] lguest: Export symbols for lguest as a module
  ` [PATCH 4/10] lguest: Initialize esp0 properly all the time
    ` [PATCH 5/10] Make hvc_console.c compile on non-PowerPC
      ` [PATCH 6/10] lguest code: the little linux hypervisor
        ` [PATCH 7/10] lguest: Simple lguest network driver
          ` [PATCH 8/10] lguest: console driver
            ` [PATCH 9/10] lguest: block driver
              ` [PATCH 10/10] lguest: documentatation including example launcher
                ` [q] kbuild for private asm-offsets (Re: [PATCH 6/10] lguest code: the little linux hypervisor.)
      ` [PATCH 6a/10] lguest: Config and headers
        ` [PATCH 6b/10] lguest: the host code (lg.ko)
          ` [PATCH 6c/10] lguest: the guest code
            ` [PATCH 6d/10] lguest: the Makefiles
                  ` [PATCH 11/10] lguest: use disable_acpi()

porting lguest to x86_64
 2007-02-13  2:17 UTC  (6+ messages)

BOO write: Today's prognosis
 2007-02-12 13:38 UTC 

[PATCH 0 of 7] lguest host code
 2007-02-10  9:33 UTC  (12+ messages)
` [PATCH 1 of 7] lguest: Move mce_disabled to asm/mce.h so lguest can use it
  ` [PATCH 2 of 7] lguest: Rename cpu_gdt_descr and remove extern declaration from smpboot.c
    ` [PATCH 3 of 7] lguest: Remove extern declaration from mm/discontig.c, put in header
      ` [PATCH 4 of 7] lguest: Config and headers
        ` [PATCH 5 of 7] lguest: the host code (lg.ko)
          ` [PATCH 6 of 7] lguest: Guest code
            ` [PATCH 7 of 7] lguest: Makefile


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).