public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2006-11-10 15:47:44 to 2006-11-30 20:24:52 UTC [more...]

[PATCH 0/38] KVM: Decouple Intel VT implementation from base kvm
 2006-11-30 20:24 UTC  (48+ messages)
  ` [PATCH 1/38] KVM: Create kvm-intel.ko module
  ` [PATCH 2/38] KVM: Make /dev/registration happen when the arch specific module is loaded
  ` [PATCH 3/38] KV: Make hardware detection an arch operation
  ` [PATCH 4/38] KVM: Make the per-cpu enable/disable functions arch operations
  ` [PATCH 5/38] KVM: Make the hardware setup operations (non-percpu) "
  ` [PATCH 7/38] KVM: Make msr accessors "
  ` [PATCH 8/38] KVM: Make the segment "
  ` [PATCH 9/38] KVM: Cache guest cr4 in vcpu structure
  ` [PATCH 10/38] KVM: Cache guest cr0 "
  ` [PATCH 11/38] KVM: Add get_segment_base() arch accessor
  ` [PATCH 12/38] KVM: Add idt and gdt descriptor accessors
  ` [PATCH 13/38] KVM: Make syncing the register file to the vcpu structure an arch operation
  ` [PATCH 14/38] KVM: Make the vcpu execution loop "
  ` [PATCH 15/38] KVM: Move the vmx exit handlers to vmx.c
  ` [PATCH 16/38] KVM: Make vcpu_setup() an arch operation
  ` [PATCH 17/38] KVM: Make __set_cr0() (and dependencies) arch operations
  ` [PATCH 18/38] KVM: Make __set_cr4() an arch operation
  ` [PATCH 19/38] KVM: Make __set_efer() "
  ` [PATCH 20/38] KVM: Make set_cr3() and tlb flushing arch operations
  ` [PATCH 21/38] KVM: Make inject_page_fault() an arch operation
  ` [PATCH 22/38] KVM: Make inject_gp() "
  ` [PATCH 23/38] KVM: Use the idt and gdt accessors in realmode emulation
  ` [PATCH 24/38] KVM: Use the general purpose register accessors rather than direct access
  ` [PATCH 25/38] KVM: Move the vmx tsc accessors to vmx.c
  ` [PATCH 26/38] KVM: Access rflags through an arch operation
  ` [PATCH 27/38] KVM: Move the vmx segment field definitions to vmx.c
  ` [PATCH 28/38] KVM: Add an arch accessor for cs d/b and l bits
  ` [PATCH 29/38] KVM: Add a set_cr0_no_modeswitch() arch accessor
  ` [PATCH 30/38] KVM: Make vcpu_load() and vcpu_put() arch operations
  ` [PATCH 31/38] KVM: Make vcpu creation and destruction "
  ` [PATCH 32/38] KVM: Move vmcs static variables to vmx.c
  ` [PATCH 33/38] KVM: Make is_long_mode() an arch operation
  ` [PATCH 34/38] KVM: Use the tlb flush arch operation instead of an inline
  ` [PATCH 35/38] KVM: Remove guest_cpl()
  ` [PATCH 36/38] KVM: Move vmcs accessors to vmx.c
  ` [PATCH 37/38] KVM: Move vmx helper inlines "
  ` [PATCH 38/38] KVM: Remove vmx includes from arch independent code
` [PATCH 6/38] KVM: Make the guest debugger an arch operation

Startup problem under Fedora: emulation failed but !mmio_needed?
 2006-11-30 17:55 UTC 

[PATCH] Add loglevels to all printk()s
 2006-11-30 14:49 UTC  (3+ messages)

trivial Makefile patch + problem report
 2006-11-30 14:48 UTC  (11+ messages)

[PATCH] KVM: x86 emulator: handle smsw
 2006-11-30 13:18 UTC 

[PATCH] KVM: Zero guest memory before use
 2006-11-30 12:35 UTC 

[PATCH] KVM: Fix mov to/from control register emulation, with r8-r15 as gpr
 2006-11-30 10:56 UTC 

inter-VM communication?
 2006-11-30 10:26 UTC  (5+ messages)

[PATCH] KVM: printk log levels
 2006-11-30  9:08 UTC 

[PATCH] KVM: More i386 fixes
 2006-11-30  9:08 UTC 

sucess: kvm-5/2.6.18.3/debian sarge on IBM blade LS41 (dual amd 8216 HE)
 2006-11-29 15:29 UTC 

can't start on x86-64, v5
 2006-11-29 12:05 UTC  (2+ messages)

[ANNOUNCE] KVM userspace release 5
 2006-11-28 15:58 UTC 

Map VM's memory?
 2006-11-28 14:07 UTC  (2+ messages)

[PATCH] KVM: AMD SVM: Avoid three more new instructions
 2006-11-28 13:13 UTC 

[PATCH 0/6] KVM: Add AMD SVM support
 2006-11-28 12:44 UTC  (7+ messages)
` [PATCH 1/6] KVM: AMD SVM: Add architecture definitions for AMD SVM
` [PATCH 2/6] KVM: AMD SVM: Enhance x86 emulator
` [PATCH 3/6] KVM: AMD SVM: Add missing tlb flushes to the guest mmu
` [PATCH 4/6] KVM: AMD SVM: Add data structures
` [PATCH 5/6] KVM: AMD SVM: Implementation
` [PATCH 6/6] KVM: AMD SVM: Plumbing

kvm and/or kqemu?
 2006-11-28 12:10 UTC  (5+ messages)

[PATCH 0/2] KVM: Sync with -mm tree
 2006-11-27  8:49 UTC  (3+ messages)
  ` [PATCH 1/2] KVM: Clarify licensing
  ` [PATCH 2/2] KVM: Make enum values in userspace interface explicit

[PATCH] KVM: Avoid using vmx instruction directly
 2006-11-22  9:10 UTC  (13+ messages)
      ` [kvm-devel] "

[ANNOUNCE] new kvm release: kvm-4
 2006-11-21 10:45 UTC 

[PATCH] KVM: Fix emulator mov cr decoding
 2006-11-20 10:29 UTC 

[PATCH 0/3] KVM: Assorted minor fixes
 2006-11-20 10:29 UTC  (8+ messages)
  ` [PATCH 1/3] KVM: Handle rdmsr(MSR_EFER)
  ` [PATCH 2/3] KVM: Pass fs, gs segment bases to x86 emulator
  ` [PATCH 3/3] KVM: Fix mmu reset locking when setting cr0

[PATCH] KVM: Fix emulator mov cr decoding
 2006-11-20  9:56 UTC 

KVM on Debian
 2006-11-19 19:18 UTC 

[PATCH] KVM: Expose MSRs to userspace (v2)
 2006-11-19 17:56 UTC 

Question about KVM/Virtualization
 2006-11-19 14:05 UTC 

Anonymous kvm source access through subversion
 2006-11-19 12:06 UTC 

[PATCH] KVM: fix calculation of initial value of rdx register
 2006-11-19  8:22 UTC  (10+ messages)

[PATCH 0/3] KVM: Save/resume support
 2006-11-17  8:17 UTC  (11+ messages)
  ` [PATCH 1/3] KVM: Expose interrupt bitmap
  ` [PATCH 2/3] KVM: Add time stamp counter msr and accessors
  ` [PATCH 3/3] KVM: Expose MSRs to userspace
      ` [kvm-devel] "

KVM 3 Debian package ready
 2006-11-16  7:07 UTC 

compilation on ubuntu 32 bit host?
 2006-11-15  9:52 UTC  (14+ messages)
                  ` Ubunto live cd (was: Re: compilation on ubuntu 32 bit host?)

[ANNOUNCE] kvm release 3
 2006-11-15  9:05 UTC 

Versioning of KVM
 2006-11-15  8:19 UTC  (5+ messages)

KVM on Debian
 2006-11-15  7:47 UTC  (2+ messages)

Screenshots
 2006-11-14 19:56 UTC 

Copyright of user directory
 2006-11-14 19:39 UTC  (2+ messages)

Version control system for KVM?
 2006-11-14 16:48 UTC  (6+ messages)

irc channel for kvm
 2006-11-14 14:53 UTC 

qemu-kvm
 2006-11-14 13:55 UTC  (15+ messages)
              ` [PATCH] 1/2: Fall back to plain Qemu if KVM is not present, report errors from libkvm
              ` [PATCH] 2/2: "

Need help writing kernel module rpm spec
 2006-11-14 11:26 UTC 

KVM on Debian
 2006-11-14  9:09 UTC  (4+ messages)

overriding BIOS (was: Re: [ANNOUNCE] kvm howto)
 2006-11-13 20:39 UTC  (2+ messages)

[PATCH] KVM: Segment access cleanup
 2006-11-12 14:55 UTC 

[PATCH] KVM: Fix asm constraints for segment loads
 2006-11-12 14:02 UTC 

[PATCH] KVM: Fix segment state changes across processor mode switches
 2006-11-12 13:53 UTC 

[PATCH] KVM: Fix asm constraints
 2006-11-12 13:52 UTC 

Etherboot problems
 2006-11-12  8:20 UTC  (7+ messages)

[KVM] ANNOUNCE: new kvm userspace release
 2006-11-12  8:15 UTC  (5+ messages)

KVM name?
 2006-11-10 22:47 UTC  (2+ messages)

Install problems
 2006-11-10 15:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox