kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-05 09:09:19 to 2010-07-08 18:10:31 UTC [more...]

[PATCH v4 00/12] KVM: Add host swap event notifications for PV guest
 2010-07-08 18:10 UTC  (31+ messages)
` [PATCH v4 01/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v4 02/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v4 03/12] Add async PF initialization to PV guest
` [PATCH v4 04/12] Provide special async page fault handler when async PF capability is detected
` [PATCH v4 05/12] Export __get_user_pages_fast
` [PATCH v4 06/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v4 07/12] Maintain memslot version number
` [PATCH v4 08/12] Inject asynchronous page fault into a guest if page is swapped out
` [PATCH v4 09/12] Retry fault before vmentry
` [PATCH v4 10/12] Handle async PF in non preemptable context
` [PATCH v4 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v4 12/12] Send async PF when guest is not in userspace too

[PATCH] device-assignment: Better fd tracking
 2010-07-08 15:28 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/3] Add segment limit checks to emulator
 2010-07-08 14:10 UTC  (4+ messages)
` [RFC PATCH v2 1/3] Add helper methods to get segment limits
` [RFC PATCH v2 2/3] x86 emulator: Add cs_base() helper
` [RFC PATCH v2 3/3] x86 emulator: Add segment limit checks and helper functions

Alt SeaBIOS SSDT cpu hotplug
 2010-07-08 13:19 UTC  (6+ messages)

Confirm Your Webmail Account‏
 2010-07-08 12:00 UTC 

[PATCH 0/2] Fix walk_addr() page fault error codes
 2010-07-08 11:19 UTC  (9+ messages)
` [PATCH 1/2] KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
` [PATCH 2/2] KVM: MMU: Keep going on permission error

[KVM-AUTOTEST PATCH] KVM test: kvm_vm.py: do not check nic_mode when adding -tftp option
 2010-07-08 10:23 UTC  (5+ messages)
` [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files
  ` [KVM-AUTOTEST PATCH] KVM test: deal with incompatible env files gracefully (using version numbers)
  ` [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files

[PATCH 1/3] define hwpoison variables static
 2010-07-08  9:46 UTC  (9+ messages)
` [PATCH 2/3] Return EFAULT from kvm ioctl when guest access bad area
` [PATCH 3/3] Reenter guest after instruction emulation failure if emulation was due to access to non-mmio address
` [PATCH v2 "

[PATCH 0/2] Fix MCE not cleared on reset
 2010-07-08  9:12 UTC  (9+ messages)
` [PATCH 1/2] KVM: Expose MCE control MSRs to userspace
` [PATCH 2/2] KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LIST

[PATCH] kvm: merge fixes for vmstate/block name from qemu.git
 2010-07-08  8:37 UTC  (2+ messages)

[RFC PATCH 0/3] Add segment limit checks to emulator
 2010-07-08  8:07 UTC  (7+ messages)
` [RFC PATCH 1/3] Add helper methods to get segment limits
` [RFC PATCH 2/3] x86 emulator: Add cs_base() helper
` [RFC PATCH 3/3] x86 emulator: Add segment limit checks and helper functions

[PATCH PPC] correctly check gfn_to_pfn() return value
 2010-07-07 22:51 UTC  (2+ messages)

[KVM-AUTOTEST PATCH v4] [RFC] KVM test: rss.cpp: add file transfer support
 2010-07-07 20:34 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH v4] [RFC] KVM test: add python client for rss file transfer services

KVM git hangs with if=virtio (works under kvm 0.12.3)
 2010-07-07 20:28 UTC  (11+ messages)

[PATCH v5 1/9] KVM: MMU: fix forgot reserved bits check in speculative path
 2010-07-07 15:30 UTC  (18+ messages)
` [PATCH v5 2/9] KVM: MMU: fix race between 'walk_addr' and 'fetch'
  ` [PATCH v5 3/9] export __get_user_pages_fast() function
` [PATCH v5 4/9] KVM: MMU: introduce gfn_to_pfn_atomic() function
` [PATCH v5 5/9] KVM: MMU: introduce gfn_to_page_many_atomic() function
` [PATCH v5 6/9] KVM: MMU: introduce pte_prefetch_topup_memory_cache()
` [PATCH v5 7/9] KVM: MMU: prefetch ptes when intercepted guest #PF
` [PATCH v5 8/9] KVM: MMU: combine guest pte read between fetch and pte prefetch
` [PATCH v5 9/9] KVM: MMU: trace "

[ANNOUNCE] kvm-kmod-2.6.34.1
 2010-07-07 14:54 UTC 

[PATCH] x86: KVM, fix lock imbalance
 2010-07-07 14:14 UTC  (7+ messages)

[PATCH] KVM test: deps/Makefile - Compile rss with -static-libgcc
 2010-07-07 12:50 UTC 

[PATCH 1/6] KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding
 2010-07-07  9:50 UTC  (14+ messages)
` [PATCH 2/6] KVM: x86 emulator: fix the comment of out instruction
` [PATCH 3/6] KVM: x86 emulator: fix 'and AL,imm8' instruction decoding
` [PATCH 4/6] KVM: x86 emulator: fix 'mov rm,sreg' "
` [PATCH 5/6] KVM: x86 emulator: fix 'mov AL,moffs' "
    ` [PATCH] KVM: x86 emulator: re-implementing "
      ` [PATCHv2] "
` [PATCH 6/6] KVM: x86 emulator: fix cli/sti instruction emulation

random crash in post_kvm_run()
 2010-07-07  9:12 UTC  (14+ messages)

Security Alter
 2010-07-07  3:11 UTC 

[PATCH] KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption
 2010-07-06 18:39 UTC  (2+ messages)

[PATCH] test: Add rmap_chain.flat to unittests config file
 2010-07-06 18:33 UTC 

KVM Call agenda for July 6th
 2010-07-06 15:33 UTC  (13+ messages)
` [Qemu-devel] "

KVM call minutes for July 6
 2010-07-06 15:29 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 0/2] Fix failures caused by fork() interaction with internal slots
 2010-07-06 14:53 UTC  (6+ messages)
` [PATCH 2/2] KVM: Prevent internal slots from being COWed

[PATCH 0/24] Nested VMX, v5
 2010-07-06  9:50 UTC  (9+ messages)
` [PATCH 8/24] Hold a vmcs02 for each vmcs12
` [PATCH 9/24] Implement VMCLEAR
` [PATCH 10/24] Implement VMPTRLD
` [PATCH 14/24] Prepare vmcs02 from vmcs01 and vmcs12

[ kvm-Bugs-2124690 ] external modules dont support seperate linux output dir
 2010-07-06  9:28 UTC 

[patch 0/3] [RESEND] kvm test: test rmap chains
 2010-07-06  7:32 UTC  (6+ messages)
` [patch 1/3] kvm test: protect fwfcg accesses with spinlock
` [patch 2/3] kvm test: export vm helpers
` [patch 3/3] kvm test: long rmap chains

Congratulations: You have won
 2010-07-06  6:10 UTC 

[PATCH V2] VFIO driver: Non-privileged user level PCI drivers
 2010-07-06  4:50 UTC  (2+ messages)

KVM and cpu limiting
 2010-07-06  4:39 UTC  (4+ messages)
  ` Fwd: "

[PATCH] KVM test: Enable unattended install for Win2000
 2010-07-06  1:36 UTC 

[PATCH v4 1/6] KVM: MMU: introduce gfn_to_pfn_atomic() function
 2010-07-06  0:50 UTC  (24+ messages)
` [PATCH v4 4/6] KVM: MMU: prefetch ptes when intercepted guest #PF
` [PATCH v4 5/6] KVM: MMU: combine guest pte read between walk and pte prefetch

[KVM-AUTOTEST PATCH v2] KVM test: use kvm_utils.find_command() where appropriate
 2010-07-05 23:08 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] KVM test: when available, use new syntax instead of -tftp, -bootp and -redir
 2010-07-05 17:30 UTC 

[PATCH] KVM-test: Add a new macaddress pool algorithm
 2010-07-05 16:23 UTC 

[PATCH v3 0/4] Fix accessed bit tracking
 2010-07-05 13:45 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: MMU: Introduce drop_spte()
` [PATCH v3 2/4] KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
` [PATCH v3 3/4] KVM: MMU: Atomically check for accessed bit when dropping an spte
` [PATCH v3 4/4] KVM: MMU: Don't drop accessed bit while updating "

[PATCH] block: Restore extboot functionality after mismerge
 2010-07-05 12:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).