public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2006-11-19 17:56:51 to 2006-12-15 05:28:43 UTC [more...]

Windows XP internal Power error
 2006-12-15  5:28 UTC  (17+ messages)

[RFT] Fix for unhandled msr c0000081 problems under Intel cpus
 2006-12-14 10:14 UTC  (5+ messages)

[PATCH 0/3] KVM: Updates
 2006-12-13 12:45 UTC  (6+ messages)
  ` [PATCH 1/3] KVM: Disallow the kvm-amd module on intel hardware, and vice versa
  ` [PATCH 1/3] KVM: add valid_vcpu() helper
  ` [PATCH 2/3] KVM: AMD SVM: handle MSR_STAR in 32-bit mode
  ` [PATCH 3/3] KVM: AMD SVM: Save and restore the floating point unit state

Problem with Ubuntu Edgy and AMD X2
 2006-12-13  9:32 UTC  (4+ messages)

[PATCH] Add valid_vcpu() helper
 2006-12-13  8:21 UTC  (2+ messages)

[ANNOUNCE] kvm userspace release 6
 2006-12-12 18:05 UTC  (14+ messages)

[ANNOUNCE] kvm userspace release 7
 2006-12-12 16:29 UTC 

[PATCH] KVM: Re-fix vmx hardware_enable() on macbooks
 2006-12-12 14:52 UTC 

[PATCH 0/3] KVM: Some more fixes
 2006-12-12 13:59 UTC  (4+ messages)
  ` [PATCH 1/3] KVM: Disallow the kvm-amd module on intel hardware, and vice versa
  ` [PATCH 2/3] KVM: Don't touch the virtual apic vt registers on 32-bit
  ` [PATCH 3/3] KVM: Fix vmx hardware_enable() on macbooks

[PATCH] kvm needs menu structure
 2006-12-12  7:46 UTC  (2+ messages)

KVM: Miscellaneous updates
 2006-12-11 10:19 UTC  (6+ messages)
` [PATCH 1/5] KVM: Make the GET_SREGS and SET_SREGS ioctls symmetric
` [PATCH 2/5] KVM: Move find_vmx_entry() to vmx.c
` [PATCH 3/5] KVM: Remove extranous put_cpu() from vcpu_put()
` [PATCH 4/5] KVM: MMU: Ignore pcd, pwt, and pat bits on ptes
` [PATCH 5/5] KVM: Add MAINTAINERS entry

Bugs on MacBook, and proposed code change
 2006-12-11  9:35 UTC  (2+ messages)

[PATCH 0/4] KVM: Minor cleanup patches
 2006-12-10 17:12 UTC  (5+ messages)
  ` [PATCH 1/4] KVM: Add missing include
  ` [PATCH 2/4] KVM: Put KVM in a new Virtualization menu
  ` [PATCH 3/4] KVM: Clean up AMD SVM debug registers load and unload
  ` [PATCH 4/4] KVM: Replace __x86_64__ with CONFIG_X86_64

[PATCH] Cleanup macros in qemu-kvm.c
 2006-12-10  9:37 UTC  (2+ messages)

[PATCH] Fix 32bit build on 2.6.17.10
 2006-12-10  9:20 UTC  (2+ messages)

[PATCH] KVM: AMD SVM: 32-bit host support
 2006-12-10  9:12 UTC 

[PATCH] Support 32bit SVM host
 2006-12-09 16:24 UTC  (3+ messages)

A littel suggestion : addition to kvm HowTo
 2006-12-07  7:28 UTC  (2+ messages)

[PATCH] KVM: mmu: honor global bit on huge pages
 2006-12-04 15:32 UTC  (4+ messages)

Vacaciones con un valor mayor de los $ 15.000 Dólares, por sólo $ 1295.00 Dólares!!
 2006-12-01 17:28 UTC 

Startup problem under Fedora: emulation failed but !mmio_needed?
 2006-12-01 16:35 UTC  (3+ messages)

[PATCH 0/38] KVM: Decouple Intel VT implementation from base kvm
 2006-11-30 20:31 UTC  (49+ messages)
` [PATCH 6/38] KVM: Make the guest debugger an arch operation
  ` [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] 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  (11+ 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 


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