public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-02-17 13:45:30 to 2010-02-21 12:18:15 UTC [more...]

Nested SVM and migration
 2010-02-21 12:18 UTC  (8+ messages)

[PATCH 0/11] Nested SVM fixes v2
 2010-02-21 12:12 UTC  (17+ messages)
` [PATCH 01/11] KVM: SVM: Don't use kmap_atomic in nested_svm_map
` [PATCH 02/11] KVM: SVM: Fix wrong interrupt injection in enable_irq_windows
` [PATCH 03/11] KVM: SVM: Fix schedule-while-atomic on nested exception handling
` [PATCH 04/11] KVM: SVM: Sync all control registers on nested vmexit
` [PATCH 05/11] KVM: SVM: Annotate nested_svm_map with might_sleep()
` [PATCH 06/11] KVM: SVM: Fix nested msr intercept handling
` [PATCH 07/11] KVM: SVM: Don't sync nested cr8 to lapic and back
` [PATCH 08/11] KVM: SVM: Activate nested state only when guest state is complete
` [PATCH 09/11] KVM: SVM: Make lazy FPU switching work with nested svm
` [PATCH 10/11] KVM: SVM: Remove newlines from nested trace points
` [PATCH 11/11] KVM: SVM: Don't call instruction emulator for invd and wbinvd

can not start "-vga std" after upgrade to git snapshot
 2010-02-21 12:08 UTC 

[PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2
 2010-02-21 10:01 UTC  (23+ messages)
` [PATCH 04/21] KVM: PPC: Teach MMIO Signedness
` [PATCH 08/21] KVM: PPC: Combine extension interrupt handlers
` [PATCH 09/21] KVM: PPC: Preload FPU when possible
` [PATCH 11/21] KVM: PPC: Implement mtsr instruction emulation
` [PATCH 12/21] KVM: PPC: Make software load/store return eaddr
` [PATCH 15/21] KVM: PPC: Fix error in BAT assignment
  ` [PATCH 01/21] KVM: PPC: Add QPR registers
  ` [PATCH 02/21] KVM: PPC: Make fpscr 64-bit
  ` [PATCH 03/21] KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
  ` [PATCH 05/21] KVM: PPC: Add AGAIN type for emulation return
  ` [PATCH 06/21] KVM: PPC: Add hidden flag for paired singles
  ` [PATCH 07/21] KVM: PPC: Add Gekko SPRs
  ` [PATCH 10/21] KVM: PPC: Fix typo in book3s_32 debug code
  ` [PATCH 13/21] KVM: PPC: Make ext giveup non-static
  ` [PATCH 14/21] KVM: PPC: Add helpers to call FPU instructions
  ` [PATCH 16/21] KVM: PPC: Add helpers to modify ppc fields
  ` [PATCH 17/21] KVM: PPC: Enable program interrupt to do MMIO
  ` [PATCH 18/21] KVM: PPC: Implement Paired Single emulation
  ` [PATCH 20/21] KVM: PPC: Enable use of secondary htab bucket
` [PATCH 19/21] KVM: PPC: Add capability for paired singles
` [PATCH 21/21] KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)

pci-passthrough logging
 2010-02-21  9:47 UTC  (2+ messages)

[PATCH] QEMU kill CR3_CACHE references
 2010-02-21  9:41 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/9] qemu-kvm: Extended use of upstream code
 2010-02-21  9:26 UTC  (13+ messages)
` [PATCH 1/9] qemu-kvm: Drop vmport changes
` [PATCH 2/9] qemu-kvm: Clean up register access API
` [PATCH 3/9] qemu-kvm: Use upstream kvm_enabled and cpu_synchronize_state
` [PATCH 4/9] qemu-kvm: Use upstream kvm_setup_guest_memory
` [PATCH 5/9] qemu-kvm: Use some more upstream prototypes
` [PATCH 6/9] qemu-kvm: Use upstream kvm_arch_get_supported_cpuid
` [PATCH 7/9] qemu-kvm: Use upstream kvm_pit_in_kernel
` [PATCH 8/9] KVM: Rework of guest debug state writing
` [PATCH 9/9] qemu-kvm: Use upstream guest debug code

[PATCH][uq/master] KVM: x86: Fix eflags corruption in kvm mode
 2010-02-21  9:14 UTC  (2+ messages)

[RFC] Balloon support for device assignment
 2010-02-21  8:53 UTC  (5+ messages)
` [RFC] KVM: "

[PATCH 1/2] qemu-kvm: extboot: Keep variables in RAM
 2010-02-20  3:21 UTC  (12+ messages)

[PATCH 0/3] KVM: VCPU state extensions
 2010-02-19 18:38 UTC  (7+ messages)
` [PATCH 2/3] KVM: x86: Save&restore interrupt shadow mask
  ` [PATCH 2/3 v3] "

[PATCH] KVM: PPC: Allocate vcpu struct using vmalloc
 2010-02-19 11:24 UTC 

Fail to attach CDWriter
 2010-02-19  9:47 UTC  (2+ messages)

[patch] x86: kvm: Convert i8254/i8259 locks to raw_spinlocks
 2010-02-19  1:14 UTC  (12+ messages)

[PATCH] virtio-spec: document block CMD and FLUSH
 2010-02-18 22:22 UTC 

[PATCH 2/2] qemu-kvm: extboot: Clean up host-guest interface
 2010-02-18 20:28 UTC  (2+ messages)

[PATCH 0/10] Nested SVM fixes (and Win7-64bit bringup)
 2010-02-18 16:33 UTC  (24+ messages)
` [PATCH 01/10] KVM: SVM: Don't use kmap_atomic in nested_svm_map
` [PATCH 02/10] KVM: SVM: Fix wrong interrupt injection in enable_irq_windows
` [PATCH 03/10] KVM: SVM: Fix schedule-while-atomic on nested exception handling
` [PATCH 04/10] KVM: SVM: Sync all control registers on nested vmexit
` [PATCH 05/10] KVM: SVM: Annotate nested_svm_map with might_sleep()
` [PATCH 06/10] KVM: SVM: Fix nested msr intercept handling
` [PATCH 07/10] KVM: SVM: Don't sync nested cr8 to lapic and back
` [PATCH 08/10] KVM: SVM: Activate nested state only when guest state is complete
` [PATCH 09/10] KVM: SVM: Make lazy FPU switching work with nested svm
` [PATCH 10/10] KVM: SVM: Remove newlines from nested trace points

[patch uq/master 0/4] uq/master: iothread consume signals via sigtimedwait and cleanups
 2010-02-18 14:33 UTC  (9+ messages)
` [patch uq/master 1/4] qemu: block SIGCHLD in vcpu thread(s)
` [patch uq/master 2/4] qemu: kvm specific wait_io_event
` [patch uq/master 3/4] qemu: kvm: consume internal signal with sigtimedwait
` [patch uq/master 4/4] qemu: kvm: remove pre-entry exit_request check with iothread enabled

extboot: Purpose of cmd value
 2010-02-18 14:07 UTC  (2+ messages)

[PATCH] Remove all references to KVM_CR3_CACHE
 2010-02-18 13:35 UTC  (2+ messages)

[patch 0/3] save/restore in-progress PIO
 2010-02-18 13:24 UTC  (9+ messages)
` [patch 1/3] KVM: x86: add ioctls to get/set PIO state
            ` qemu-kvm: do not allow vcpu stop with in progress PIO

qemu-kvm-0.12.2 hangs when booting grub, when kvm is disabled
 2010-02-18 13:19 UTC  (5+ messages)

[PATCH] [RFC] KVM test: Control files automatic generation to save memory
 2010-02-18 11:15 UTC 

[PATCH 0/4] More emulator correctness fixes
 2010-02-18 10:55 UTC  (7+ messages)
` [PATCH 1/4] KVM: Forbid modifying CS segment register by mov instruction
` [PATCH 2/4] KVM: Fix load_guest_segment_descriptor() to inject page fault
` [PATCH 3/4] KVM: Fix segment descriptor loading
` [PATCH 4/4] KVM: Fix emulate_sys[call, enter, exit]()'s fault handling

Poor performance with KVM, how to figure out why?
 2010-02-18 10:50 UTC  (3+ messages)

[PATCH v2] qemu-kvm: Speed up of the dirty-bitmap-traveling
 2010-02-18 10:30 UTC  (13+ messages)
          ` [Qemu-devel] "

[PATCH] [RFC] KVM test: Control files automatic generation to save memory
 2010-02-18 10:28 UTC  (2+ messages)

[PATCH] KVM test: Modifying finish.exe to support parallel installs
 2010-02-18 10:07 UTC  (2+ messages)

Recommended network driver for a windows KVM guest
 2010-02-18  8:22 UTC  (2+ messages)

[PATCH 00/18] KVM: PPC: Virtualize Gekko guests
 2010-02-18  8:04 UTC  (17+ messages)

[PATCH 0/2] KVM: SVM improvements around INT3 and NMI
 2010-02-18  7:52 UTC  (12+ messages)
` [PATCH 2/2] KVM: SVM: Make stepping out of NMI handlers more robust

[PATCH v2] KVM: VMX: Update instruction length on intercepted BP
 2010-02-18  7:35 UTC  (12+ messages)

[PATCH] qemu-kvm Set kvm_features name for kvm_cr3_cache
 2010-02-17 21:35 UTC  (4+ messages)

[ kvm-Bugs-2915201 ] Nested kvm (SVM)
 2010-02-17 19:02 UTC 

[PATCH] kvm-kmod: Build fix for #define KVM_DEBUG
 2010-02-17 19:00 UTC  (2+ messages)

[ kvm-Bugs-2915201 ] Nested kvm (SVM)
 2010-02-17 17:47 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2010-02-17 16:32 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-02-17 16:32 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-02-17 16:33 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-02-17 16:29 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-02-17 16:30 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-02-17 16:31 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2010-02-17 16:31 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-02-17 16:32 UTC 

[PATCH] KVM: VMX: Update instruction length on intercepted BP
 2010-02-17 16:11 UTC  (13+ messages)

[PATCH 00/20] KVM updates for the 2.6.34 merge window (batch 4/4)
 2010-02-17 13:45 UTC  (9+ messages)
` [PATCH 04/20] KVM: PIT: unregister kvm irq notifier if fail to create pit
` [PATCH 05/20] KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failure
` [PATCH 07/20] KVM: ia64: destroy ioapic device if fail to setup default irq routing
` [PATCH 10/20] KVM: x86 emulator: Add group8 instruction decoding
` [PATCH 11/20] KVM: x86 emulator: Add group9 "
` [PATCH 12/20] KVM: x86 emulator: Add Virtual-8086 mode of emulation
` [PATCH 13/20] KVM: x86 emulator: fix memory access during x86 emulation
` [PATCH 20/20] KVM: x86 emulator: disallow opcode 82 in 64-bit mode


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