public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-29 12:29:46 to 2010-08-02 14:09:30 UTC [more...]

[PATCH 0/4] qemu-kvm: Add some nested svm tests
 2010-08-02 14:11 UTC  (7+ messages)
` [PATCH 1/4] test: Run tests with asid 1
` [PATCH 2/4] test: Add nested svm next_rip test
` [PATCH 3/4] test: Add mode-switch test for nested svm
` [PATCH 4/4] test: Add test to check if asid 0 is allowed

KVM Processor cache size
 2010-08-02 13:49 UTC  (4+ messages)

unable to load viostor driver in w2k3 x86
 2010-08-02 13:44 UTC 

[PATCH 0/24] Nested VMX, v5
 2010-08-02 13:38 UTC  (12+ messages)
` [PATCH 7/24] Understanding guest pointers to vmcs12 structures
` [PATCH 8/24] Hold a vmcs02 for each vmcs12

[PATCH] KVM: x86 mmu: simplify BUG_ON conditions
 2010-08-02 13:26 UTC 

Migration issues in qemu.git
 2010-08-02 13:15 UTC  (5+ messages)

2.6.35-rc1 regression with pvclock and smp guests
 2010-08-02 10:12 UTC  (24+ messages)

[PATCH 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()
 2010-08-02  9:53 UTC  (11+ messages)
` [PATCH 2/3] KVM: MMU: move bits lost judgement into a separate function
  ` [PATCH 3/3] KVM: MMU: mark page dirty only when page is really written
    ` [PATCH v2 "
  ` [PATCH v2 2/3] KVM: MMU: move bits lost judgement into a separate function
` [PATCH v2 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()

[PATCHv2] KVM: x86 emulator: check io permissions only once for string pio
 2010-08-02  9:52 UTC  (2+ messages)

Disable EPT
 2010-08-02  9:41 UTC  (4+ messages)

What should I do when I want to update the version of kvm in thel 5.4
 2010-08-02  9:26 UTC 

[PATCH 0/2] Speedup ins instruction emulation a little
 2010-08-02  9:08 UTC  (25+ messages)
` [PATCH 1/2] KVM: x86 emulator: don't update vcpu state if instruction is restarted
` [PATCH 2/2] KVM: x86 emulator: check io permissions only once for string pio

[PATCH RFC 0/4] Paravirt-spinlock implementation for KVM guests (Version 0)
 2010-08-02  8:53 UTC  (10+ messages)
` [PATCH RFC 2/4] Add yield hypercall for KVM guests
` [PATCH RFC 3/4] Paravirtualized spinlock implementation "

Alt SeaBIOS SSDT cpu hotplug
 2010-08-02  8:12 UTC  (11+ messages)

[PATCH] KVM: x86 emulator: fix LMSW able to clear cr0.pe
 2010-08-02  7:51 UTC  (3+ messages)

[PATCH 00/15] More emulator cleanups
 2010-08-02  7:37 UTC  (19+ messages)
` [PATCH 01/15] KVM: x86 emulator: push segment override out of decode_modrm()
` [PATCH 02/15] KVM: x86 emulator: use correct type for memory address in operands
` [PATCH 03/15] KVM: x86 emulator: simplify xchg decode tables
` [PATCH 04/15] KVM: x86 emulator: use SrcAcc to simplify xchg decoding
` [PATCH 05/15] KVM: x86 emulator: put register operand fetch into a function
` [PATCH 06/15] KVM: x86 emulator: drop use_modrm_ea
` [PATCH 07/15] KVM: x86 emulator: simplify REX.W check
` [PATCH 08/15] KVM: x86 emulator: introduce Force64 for forcing operand size to 64 bits
` [PATCH 09/15] KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode
` [PATCH 10/15] KVM: x86 emulator: use struct operand for mov reg,cr and mov cr,reg for reg op
` [PATCH 11/15] KVM: x86 emulator: use struct operand for mov reg,dr and mov dr,reg "
` [PATCH 12/15] KVM: x86 emulator: add NoAccess flag for memory instructions that skip access
` [PATCH 13/15] KVM: x86 emulator: switch LEA to use SrcMem decoding
` [PATCH 14/15] KVM: x86 emulator: change invlpg emulation to use src.mem.addr
` [PATCH 15/15] KVM: x86 emulator: Decode memory operands directly into a 'struct operand'

[PATCH] Fix memory leak in register save load due to xsave support
 2010-08-02  3:44 UTC 

Multiplexing RFLAGS.TF
 2010-08-02  3:18 UTC  (3+ messages)

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-08-02  2:07 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-08-02  2:06 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-08-02  2:05 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-08-02  2:04 UTC 

VT-d regression issue
 2010-08-02  0:52 UTC  (12+ messages)

[PATCH 00/27] KVM PPC PV framework v3
 2010-08-01 20:21 UTC  (30+ messages)
` [PATCH 04/27] KVM: PPC: Convert DAR to shared page
` [PATCH 05/27] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 07/27] KVM: PPC: Implement hypervisor interface
  ` [PATCH 01/27] KVM: PPC: Introduce shared page
  ` [PATCH 02/27] KVM: PPC: Convert MSR to "
  ` [PATCH 03/27] KVM: PPC: Convert DSISR "
  ` [PATCH 06/27] KVM: PPC: Convert SPRG[0-4] "
  ` [PATCH 08/27] KVM: PPC: Add PV guest critical sections
  ` [PATCH 10/27] KVM: PPC: Tell guest about pending interrupts
  ` [PATCH 14/27] KVM: PPC: Expose magic page support to guest
  ` [PATCH 19/27] KVM: PPC: PV tlbsync to nop
  ` [PATCH 20/27] KVM: PPC: Introduce kvm_tmp framework
  ` [PATCH 21/27] KVM: PPC: Introduce branch patching helper
  ` [PATCH 23/27] KVM: PPC: PV mtmsrd L=1
  ` [PATCH 25/27] KVM: PPC: PV wrteei
  ` [PATCH 26/27] KVM: PPC: Add Documentation about PV interface
` [PATCH 09/27] KVM: PPC: Add PV guest scratch registers
` [PATCH 11/27] KVM: PPC: Make PAM a define
` [PATCH 12/27] KVM: PPC: First magic page steps
` [PATCH 13/27] KVM: PPC: Magic Page Book3s support
` [PATCH 15/27] KVM: Move kvm_guest_init out of generic code
` [PATCH 16/27] KVM: PPC: Generic KVM PV guest support
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs
` [PATCH 18/27] KVM: PPC: PV instructions to loads and stores
` [PATCH 22/27] KVM: PPC: PV assembler helpers
` [PATCH 24/27] KVM: PPC: PV mtmsrd L=0 and mtmsr
` [PATCH 27/27] KVM: PPC: Add get_pvinfo interface to query hypercall instructions

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (11+ messages)
` [PATCH 3/7] KVM: PPC: correctly check gfn_to_pfn() return value
` [PATCH 5/7] KVM: PPC: Use MSR_DR for external load_up
  ` [PATCH 1/7] KVM: PPC: Book3S_32 MMU debug compile fixes
  ` [PATCH 2/7] KVM: PPC: RCU'ify the Book3s MMU
  ` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
  ` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts

virtio module question
 2010-08-01 17:04 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: fix LMSW able to clear cr0.pe
 2010-08-01 15:37 UTC 

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-08-01  8:50 UTC  (13+ messages)

[PATCH] vhost: locking/rcu cleanup
 2010-08-01  8:41 UTC  (2+ messages)

[RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net
 2010-08-01  8:31 UTC  (9+ messages)

enabling X86_FEATURE_ARCH_PERFMON in guest
 2010-08-01  7:51 UTC  (2+ messages)

[PATCH 0/3] device-assignment: PCI option ROM fixes
 2010-07-31 17:08 UTC  (7+ messages)
` [PATCH 1/3] device-assignment: Fix slow option ROM mapping
` [PATCH 2/3] device-assignment: Always use slow mapping for PCI option ROM
` [PATCH 3/3] device-assignment: Byte-wise ROM read

[PATCH 00/22] Direct decode in emulator
 2010-07-31  1:58 UTC  (2+ messages)

Why does virtmanager (VNC) console get stuck in caps lock mode?
 2010-07-30 21:35 UTC  (3+ messages)

[PATCH V3] VFIO driver: Non-privileged user level PCI drivers
 2010-07-30 20:42 UTC  (9+ messages)

[RFC PATCH 00/14] Patchset of network related subtests
 2010-07-30 16:32 UTC  (3+ messages)
` [RFC PATCH 12/14] KVM-test: Add a subtest of netperf
  ` [Qemu-devel] "

[PATCH] test: support argc/argv parameters to main()
 2010-07-30  7:20 UTC 

[PATCH 1/2] KVM test: Make hugepage setup script print useful information
 2010-07-29 23:38 UTC  (2+ messages)
` [PATCH 2/2] KVM test: Fix hugepages variant post command

kvm IPC
 2010-07-29 23:17 UTC 

kvm scheduler
 2010-07-29 23:08 UTC 

[PATCH 0/8] Nested SVM unit tests
 2010-07-29 16:55 UTC  (2+ messages)

[PATCH 0/2] cpu_register_physical_memory() is completely broken
 2010-07-29 21:18 UTC  (6+ messages)
` [PATCH 1/2] Fix segfault in mmio subpage handling code
` [PATCH 2/2] Remove guest triggerable abort()

[PATCH 0/6] svm intercept tests
 2010-07-29 21:40 UTC  (3+ messages)

[PATCH] test: Add emulator test for iret instruction
 2010-07-29 15:50 UTC  (2+ messages)

[PATCH 0/6] Nonatomic interrupt injection
 2010-07-29 15:44 UTC  (9+ messages)
` [PATCH 1/6] KVM: Check for pending events before attempting injection

[PATCH] vhost: locking/rcu cleanup
 2010-07-29 12:23 UTC 


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