public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-11-07 07:58:26 to 2007-11-10 01:29:47 UTC [more...]

[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
 2007-11-10  1:29 UTC  (29+ messages)
  ` [PATCH 1/24] mm/sparse-vmemmap.c: make sure init_mm is included
      ` [PATCH 2/24] irqflags consolidation
          ` [PATCH 3/24] consolidate spinlock.h
              ` [PATCH 4/24] tlb functions consolidation
                  ` [PATCH 5/24] smp x86 consolidation
                    ` [PATCH 6/24] Add debugreg/load_rsp native hooks
                        ` [PATCH 7/24] consolidate msr.h
                            ` [PATCH 8/24] consolidate system.h
                                ` [PATCH 9/24] Wipe out traditional opt from x86_64 Makefile
                                    ` [PATCH 10/24] paravirt hooks at entry functions
                                        ` [PATCH 11/24] read/write_crX, clts and wbinvd for 64-bit paravirt
                                            ` [PATCH 12/24] provide native irq initialization function
                                                ` [PATCH 13/24] report ring kernel is running without paravirt
                                                    ` [PATCH 14/24] export math_state_restore
                                                        ` [PATCH 15/24] native versions for set pagetables
                                                            ` [PATCH 16/24] add native functions for descriptors handling
                                                                ` [PATCH 17/24] This patch add provisions for time related functions so they
                                                                    ` [PATCH 18/24] export cpu_gdt_descr
                                                                        ` [PATCH 19/24] turn priviled operation into a macro in head_64.S
                                                                          ` [PATCH 20/24] tweak io_64.h for paravirt
                                                                              ` [PATCH 21/24] native versions for page table entries values
                                                                                  ` [PATCH 22/24] prepare x86_64 architecture initialization for paravirt
                                                                                      ` [PATCH 23/24] consolidation of paravirt for 32 and 64 bits
                                                                                          ` [PATCH 24/24] make vsmp a paravirt client

[ANNOUNCE] kvm-51 release
 2007-11-10  0:22 UTC  (9+ messages)

[PATCH] qemu: simulate edge-triggered interrupt in master PIC for time-drift-fix
 2007-11-09 22:35 UTC  (3+ messages)
` [RFC] "

Cannot install Win XP on AMD X2 with kvm-51
 2007-11-09 22:09 UTC  (5+ messages)

Bug: cpu0 unhandled rdmsr: 0x1900 and inject_general_protection
 2007-11-09 14:05 UTC  (3+ messages)

IA64 KVM
 2007-11-09 11:40 UTC  (10+ messages)

[PATCH 0/3] virtio PCI driver
 2007-11-09 11:03 UTC  (17+ messages)
  ` [PATCH 1/3] Export vring functions for modules to use
      ` [PATCH 2/3] Put the virtio under the virtualization menu
          ` [PATCH 3/3] virtio PCI device

[PATCH]3/5 Using kvm_arch prefix to define functions, and replace
 2007-11-09  9:01 UTC  (7+ messages)
      ` [PATCH]3/5 Using kvm_arch prefix to definefunctions, "
    ` [PATCH]3/5 Using kvm_arch prefix to define functions, andreplace

[PATCH 0/3] Kvm clocksource, new spin
 2007-11-09  8:37 UTC  (5+ messages)
  ` [PATCH 1/3] include files for kvmclock
      ` [PATCH 2/3] kvmclock - the host part
          ` [PATCH 3/3] kvmclock implementation, the guest part

[ kvm-Bugs-1828760 ] Cannot boot guest on 32bit host
 2007-11-09  4:53 UTC 

Add WBINVD exit support
 2007-11-09  3:15 UTC 

git-clone error?
 2007-11-09  2:47 UTC  (5+ messages)

[RFC] virtio-blk PCI backend
 2007-11-09  1:38 UTC  (12+ messages)

rsyncing to Guest Ubuntu System
 2007-11-09  0:34 UTC  (2+ messages)

[PATCH] [v2] Fix declerations that should be in kvm-common.h & not in kvm-x86.h
 2007-11-08 22:15 UTC 

2.6.23 git current compile error on UP
 2007-11-08 20:09 UTC  (2+ messages)

[PATCH] Fix building of kvmctl
 2007-11-08 20:05 UTC 

[PATCH 00 of 17] [v4] libkvm refactor
 2007-11-08 18:59 UTC  (9+ messages)
` [PATCH 11 of 17] Move msrs functions to libkvm-x86.c
        ` [PATCH] make msrs functions public for x86

[PATCH] Fix declerations that should be in kvm-common.h & not in kvm-x86.h
 2007-11-08 17:45 UTC 

[PATCH] 4/5 Combine kvm_init and kvm_init_x86 into onefunction (Correction V2)
 2007-11-08 17:28 UTC  (5+ messages)
  ` [PATCH] 4/5 Combine kvm_init and kvm_init_x86 intoonefunction (Correction V3)

[PATCH] 5/5 Make kvm_init as arch-indepenent
 2007-11-08 13:56 UTC  (2+ messages)

[PATCH]0/5 Patch to split x86 specific code from kvm_main.c
 2007-11-08 13:36 UTC  (4+ messages)
          ` [Resend ] [PATCH]0/5 Patch to split x86 specific code fromkvm_main.c, rebase to latest commits

SMP support on AMD64
 2007-11-08 13:07 UTC  (8+ messages)

[PATCH 0/5] KVM fixes for 2.6.24-rc2
 2007-11-08 10:35 UTC  (6+ messages)
  ` [PATCH 1/5] KVM: x86 emulator: fix 'push imm8' emulation
  ` [PATCH 2/5] KVM: SVM: Fix SMP with kernel apic
  ` [PATCH 3/5] KVM: SVM: Defer nmi processing until switch to host state is complete
  ` [PATCH 4/5] KVM: x86 emulator: invd instruction
  ` [PATCH 5/5] KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions

[PATCH 1/2] KVM userspace: Add PCI device passthrough support
 2007-11-08 10:00 UTC  (9+ messages)
      ` [PATCH 2/2] KVM Userspace: IRQ injection into guest
    ` [Qemu-devel] [PATCH 1/2] KVM userspace: Add PCI device passthrough support

FreeBSD image hangs during boot
 2007-11-08  9:44 UTC  (13+ messages)

[PATCH] 2/5 mov kvm_x86_ops to x86.c
 2007-11-08  8:48 UTC  (2+ messages)

[Patch]1/5 Move some includes to x86, since the related functions have been moved to x86.c
 2007-11-08  8:48 UTC  (2+ messages)

[PATCH] 4/5 Combine kvm_init and kvm_init_x86 into one function
 2007-11-08  7:21 UTC 

[PATCH] Add accessor for kvm->vm_fd
 2007-11-08  6:43 UTC  (5+ messages)

A question about virtio and KVM
 2007-11-07 17:09 UTC  (7+ messages)

[Patch][Fix win2k install] Add delay between dma issue & result
 2007-11-07 16:48 UTC 

Starting a VM reboots my machine
 2007-11-07 16:25 UTC  (5+ messages)

RFC: Paravirtualized DMA accesses for KVM
 2007-11-07 14:21 UTC  (17+ messages)
    ` [PATCH 1/8] KVM: PVDMA Host: Handle reqeusts for guest DMA mappings
      ` [PATCH 2/8] KVM: Move #include asm/kvm_para.h outside of __KERNEL__
      ` [PATCH 3/8] KVM: PVDMA Guest: Guest-side routines for paravirtualized DMA
      ` [PATCH 4/8] KVM: PVDMA: Introduce is_pv_device() dma operation
      ` [PATCH 5/8] KVM: PVDMA: Update dma_alloc_coherent to make it paravirt-aware
      ` [PATCH 6/8] KVM: PVDMA Guest: Add Makefile rule
      ` [PATCH 7/8] PVDMA: Guest: Add Kconfig options to select PVDMA
      ` [PATCH 8/8] KVM: Update drivers/Makefile to check for CONFIG_VIRTUALIZATION

KVM paravirt clocksource - Take 3 out of <put your number here>
 2007-11-07 13:59 UTC  (13+ messages)
` include files for kvmclock
  ` kvmclock - the host part

[PATCH 07 of 17] Move kvm_create_memory_alias & kvm_destroy_memory_alias to libkvm-x86.c
 2007-11-07 13:52 UTC  (2+ messages)

KVM Test result, kernel 35e0154.. , userspace b0e5e88
 2007-11-07 12:28 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