virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-07-30 00:48:56 to 2007-08-13 15:01:22 UTC [more...]

[PATCH 1/7] Move lg.h to the i386 specific lguest directory
 2007-08-13 15:01 UTC  (20+ messages)
` [PATCH 2/7] Added generic lg.h in "
` [PATCH 3/7] Move the lguest files that are i386 specific
` [PATCH 4/7] Moved the io struct up to the generic lg.h
` [PATCH 5/7] Change lguest launcher to use asm generic include
` [PATCH 6/7] Remove __pa() use in hvc_lguest
` [PATCH 7/7] Move lguest_dma_info into generic lg.h
` [PATCH 0/7] Modify lguest32 to make room for lguest64

[kvm-devel] [PATCH 0/2][KVM] guest time accounting
 2007-08-13 14:37 UTC  (9+ messages)

[PATCH] [545/2many] MAINTAINERS - XEN HYPERVISOR INTERFACE
 2007-08-13  6:39 UTC 

[PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE
 2007-08-13  6:33 UTC 

[Lguest] error rebooting lguest
 2007-08-11  2:44 UTC  (2+ messages)

Introducing paravirt_ops for x86_64
 2007-08-10 20:30 UTC  (96+ messages)
` [PATCH 1/25] [PATCH] header file move
  ` [PATCH 2/25] [PATCH] tlb flushing routines
    ` [PATCH 3/25] [PATCH] irq_flags / halt routines
      ` [PATCH 4/25] [PATCH] Add debugreg/load_rsp native hooks
        ` [PATCH 5/25] [PATCH] native versions for system.h functions
          ` [PATCH 6/25] [PATCH] add native_apic read and write functions, as well as boot clocks ones
            ` [PATCH 7/25] [PATCH] interrupt related native paravirt functions
              ` [PATCH 8/25] [PATCH] use macro for sti/cli in spinlock definitions
                ` [PATCH 9/25] [PATCH] report ring kernel is running without paravirt
                  ` [PATCH 10/25] [PATCH] export math_state_restore
                    ` [PATCH 11/25] [PATCH] introduce paravirt_release_pgd()
                      ` [PATCH 12/25] [PATCH] native versions for set pagetables
                        ` [PATCH 13/25] [PATCH] turn msr.h functions into native versions
                          ` [PATCH 14/25] [PATCH] add native functions for descriptors handling
                            ` [PATCH 15/25] [PATCH] get rid of inline asm for load_cr3
                              ` [PATCH 16/25] [PATCH] introducing paravirt_activate_mm
                                ` [PATCH 17/25] [PATCH] turn page operations into native versions
                                  ` [PATCH 18/25] [PATCH] turn priviled operations into macros in entry.S
                                    ` [PATCH 19/25] [PATCH] time-related functions paravirt provisions
                                        ` [PATCH 20/25] [PATCH] replace syscall_init
                                        ` [PATCH 21/25] [PATCH] export cpu_gdt_descr
                                          ` [PATCH 22/25] [PATCH] turn priviled operation into a macro
                                            ` [PATCH 23/25] [PATCH] paravirt hooks for arch initialization
                                              ` [PATCH 24/25] [PATCH] provide paravirt patching function
                                                ` [PATCH 25/25] [PATCH] add paravirtualization support for x86_64
      ` [Lguest] Introducing paravirt_ops "

[PATCH 1/25 -v2] header file move
 2007-08-10 19:12 UTC  (25+ messages)
  ` [PATCH 2/25 -v2] tlb flushing routines
    ` [PATCH 3/25 -v2] irq_flags / halt routines
      ` [PATCH 4/25 -v2] Add debugreg/load_rsp native hooks
        ` [PATCH 5/25 -v2] native versions for system.h functions
          ` [PATCH 6/25 -v2] add native_apic read and write functions, as well as boot clocks ones
            ` [PATCH 7/25 -v2] interrupt related native paravirt functions
              ` [PATCH 8/25 -v2] use macro for sti/cli in spinlock definitions
                ` [PATCH 9/25 -v2] report ring kernel is running without paravirt
                  ` [PATCH 10/25 -v2] export math_state_restore
                    ` [PATCH 11/25 -v2] native versions for set pagetables
                      ` [PATCH 12/25 -v2] turn msr.h functions into native versions
                        ` [PATCH 13/25 -v2] add native functions for descriptors handling
                          ` [PATCH 14/25 -v2] get rid of inline asm for load_cr3
                            ` [PATCH 15/25 -v2] introducing paravirt_activate_mm
                              ` [PATCH 16/25 -v2] turn page operations into native versions
                                ` [PATCH 17/25 -v2] introduce paravirt_release_pgd()
                                  ` [PATCH 18/25 -v2] turn priviled operations into macros in entry.S
                                    ` [PATCH 19/25 -v2] time-related functions paravirt provisions
                                        ` [PATCH 20/25 -v2] replace syscall_init
                                        ` [PATCH 21/25 -v2] export cpu_gdt_descr
                                          ` [PATCH 22/25 -v2] turn priviled operation into a macro
                                            ` [PATCH 23/25 -v2] provide paravirt patching function
                                              ` [PATCH 24/25 -v2] paravirt hooks for arch initialization
                                                ` [PATCH 25/25 -v2] add paravirtualization support for x86_64

[PATCH 0/25 -v2] paravirt_ops for x86_64, second round
 2007-08-10 19:12 UTC 

Customer service-virtualization
 2007-08-10 15:26 UTC 

Partner sent you a greeting card from bluemountain.com!
 2007-08-10 14:24 UTC 

(no subject)
 2007-08-10  7:30 UTC 

2.6.22 x86_64 : kernel initial decompression hangs on vmware
 2007-08-10  1:48 UTC  (5+ messages)

[PATCH 1/5 -v2] move lg.h to include/asm-<arch>
 2007-08-09 12:21 UTC  (9+ messages)
` [PATCH 2/5 -v2] Change lguest launcher to use asm generic include
` [PATCH 3/5 -v2] Remove __pa() use in hvc_lguest
` [PATCH 4/5 -v2] Added generic lg.h in the include/linux directory
` [PATCH 5/5 -v2] Move the lguest files that are i386 specific

[PATCH] Fix Malicious Guest GDT Host Crash
 2007-08-09  5:13 UTC  (3+ messages)

[PATCH 0/5 -v2] Modify lguest32 to make room for lguest64 (version 2)
 2007-08-09  4:36 UTC 

[PATCH 0/7] Modify lguest32 to make room for lguest64
 2007-08-09  0:32 UTC 

[Q]lguest git repo location?
 2007-08-06  6:57 UTC  (4+ messages)

[PATCH] Enable lguest drivers in Kconfig
 2007-08-06  0:48 UTC 

Wall Street HOT Alert
 2007-08-04 20:19 UTC 

Vmware crashes if compress/misc.c scrolls?
 2007-08-04 20:14 UTC  (6+ messages)
      ` [syslinux] "

Delivery Status Notification (Failure)
 2007-08-03  6:22 UTC 

complaint
 2007-08-02 16:09 UTC 

warning
 2007-08-02  5:20 UTC 

How to enable XEN in 2.6.23-rcS kernel?
 2007-07-31 16:41 UTC  (2+ messages)

Avoid enhancement pills
 2007-07-31 14:29 UTC 

Data
 2007-07-31 14:26 UTC 

Announcement
 2007-07-31 11:35 UTC 

Fwd: Thank you, we are ready to give a business loan
 2007-07-30 19:51 UTC 

Mail
 2007-07-30  2:01 UTC 

[PATCH] BLOCK=n , LGUEST=m/y compile error
 2007-07-30  1:29 UTC  (4+ messages)
` [PATCH] Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=n


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