public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-30 05:02:10 to 2010-08-02 20:33:44 UTC [more...]

[PATCH 0/2] Add some checks before emulating vmrun
 2010-08-02 20:33 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: Check for nested vmrun intercept "
` [PATCH 2/2] KVM: SVM: Check for asid != 0 on nested vmrun

2.6.35-rc1 regression with pvclock and smp guests
 2010-08-02 20:26 UTC  (28+ messages)

Swap usage with KVM
 2010-08-02 20:22 UTC  (7+ messages)

[PATCH] ceph/rbd block driver for qemu-kvm (v4)
 2010-08-02 19:46 UTC 

grub booting from virtio but can't see virtio disks
 2010-08-02 19:05 UTC 

kvm scheduler
 2010-08-02 19:19 UTC  (4+ messages)

[RFC PATCH 00/14] Patchset of network related subtests
 2010-08-02 19:10 UTC  (5+ messages)
` [RFC PATCH 12/14] KVM-test: Add a subtest of netperf
  ` [Qemu-devel] "
` [RFC PATCH 14/14] KVM-test: Add subtest of testing offload by ethtool

KVM Processor cache size
 2010-08-02 18:38 UTC  (5+ messages)

bad O_DIRECT read and write performance with small block sizes with virtio
 2010-08-02 17:46 UTC  (2+ messages)

[PATCH] test: add svm tests
 2010-08-02 17:31 UTC  (3+ messages)

[PATCH] KVM test: Subtest unittest: append extra_params to qemu cmdline
 2010-08-02 17:29 UTC 

Alt SeaBIOS SSDT cpu hotplug
 2010-08-02 17:27 UTC  (16+ messages)

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-08-02 17:34 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-08-02 17:34 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-08-02 17:32 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-08-02 17:32 UTC 

[RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net
 2010-08-02 16:32 UTC  (15+ messages)

kvm IPC
 2010-08-02 15:54 UTC  (2+ messages)

[PATCH 0/4] qemu-kvm: Add some nested svm tests
 2010-08-02 14:56 UTC  (10+ 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

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

[PATCH repost] sched: export sched_set/getaffinity to modules
 2010-08-02 15:02 UTC  (14+ 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)

[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] 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  (3+ messages)

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (5+ messages)
` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration

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] vhost: locking/rcu cleanup
 2010-08-01  8:41 UTC  (2+ 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)

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


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