public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-05 12:39:08 to 2012-02-08 17:51:55 UTC [more...]

[PATCH] qemu-kvm: Drop broken --no-cpu-emulation
 2012-02-08 17:48 UTC  (2+ messages)

[RFC] Next gen kvm api
 2012-02-08 17:20 UTC  (50+ messages)
    ` [Qemu-devel] "

[PATCH v2] KVM: Factor out kvm_vcpu_kick to arch-generic code
 2012-02-08 16:52 UTC  (5+ messages)

[PATCH uq/master] apic: Fix legacy vmstate loading for KVM
 2012-02-08 16:40 UTC  (2+ messages)

[PATCH for 3.3] KVM: Fix write protection race during dirty logging
 2012-02-08 16:38 UTC  (8+ messages)

[patch 0/8] KVM: Remaining body of TSC emulation work (Zachary Amsden)
 2012-02-08 15:56 UTC  (6+ messages)
` [patch 1/8] Infrastructure for software and hardware based TSC rate scaling
` [patch 7/8] Dont mark TSC unstable due to S4 suspend

[RFC][PATCH] srcu: Implement call_srcu()
 2012-02-08 15:43 UTC  (8+ messages)
              ` [RFC] need to improve slot creation/destruction? -- "

RFC: Device isolation groups
 2012-02-08 15:27 UTC  (3+ messages)
` [PATCH 1/3] Device isolation group infrastructure (v3)

[PATCH 0/4 V13] Avoid soft lockup message when KVM is stopped by host
 2012-02-08 15:07 UTC  (5+ messages)
` [PATCH 1/4 V13] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V13] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V13] Add ioctl for KVM_KVMCLOCK_CTRL
` [PATCH 4/4 V13] Add check for suspended vm in softlockup detector

[PATCH v3 0/3] KVM: perf: a smart tool to analyse kvm events
 2012-02-08 14:26 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: export svm/vmx exit-code definitions to userspace
` [PATCH v3 2/3] KVM: x86: add tracepoints to trace mmio begin and complete
` [PATCH v3 3/3] KVM: perf: kvm events analysis tool

Pe: [PATCH v5 1/3] virtio-scsi: first version
 2012-02-08 13:37 UTC  (10+ messages)

[PATCH v4 0/4] Fix task switches into/out of VM86
 2012-02-08 13:34 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86 emulator: Fix task switch privilege checks
` [PATCH v4 2/4] KVM: x86 emulator: VM86 segments must have DPL 3
` [PATCH v4 3/4] KVM: SVM: Fix CPL updates
` [PATCH v4 4/4] KVM: x86 emulator: Allow PM/VM86 switch during task switch

[PATCH] KVM: x86: Avoid NULL dereference in kvm_apic_accept_pic_intr()
 2012-02-08 12:13 UTC  (4+ messages)

x86: kvmclock: abstract save/restore sched_clock_state
 2012-02-08 10:53 UTC  (2+ messages)

qemu-kvm monitor command cpu_set query
 2012-02-08 10:45 UTC 

Be Informed,
 2012-02-08  7:26 UTC 

LOAN
 2012-02-07 10:38 UTC 

[PATCH 0/6] Fixes for kvm on s390
 2012-02-08  7:28 UTC  (11+ messages)
` [PATCH 1/6] kvm-s390: Sanitize fpc registers for KVM_SET_FPU
` [PATCH 2/6] kvm-s390: do store status after handling STOP_ON_STOP bit
` [PATCH 3/6] kvm-s390: make sigp restart return busy when stop pending
  ` Fixed restart patch
    ` [PATCH 3/6 v2] kvm-s390: make sigp restart return busy when stop pending
` [PATCH 4/6] kvm-s390: ignore sigp stop overinitiative
` [PATCH 5/6] kvm-s390: add stop_on_stop flag when doing stop and store
` [PATCH 6/6] kvm-s390: provide control registers via kvm_run

buildbot failure in kvm on next-i386
 2012-02-08  5:45 UTC 

[PATCH 0/4 v4] KVM: Introduce kvm_memory_slot::arch
 2012-02-08  4:02 UTC  (5+ messages)
` [PATCH 1/4] KVM: Introduce gfn_to_index() which returns the index for a given level
` [PATCH 2/4] KVM: Split lpage_info creation out from __kvm_set_memory_region()
` [PATCH 3/4] KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()
` [PATCH 4/4] KVM: Introduce kvm_memory_slot::arch and move lpage_info into it

VMXON region vs VMCS region?
 2012-02-08  0:48 UTC  (4+ messages)

[PATCH 0/4 V12] Avoid soft lockup message when KVM is stopped by host
 2012-02-07 23:04 UTC  (6+ messages)
` [PATCH 1/4 V12] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V12] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V12] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/4] Add check for suspended vm in softlockup detector

[PATCH 0/4 V11] Avoid soft lockup message when KVM is stopped by host
 2012-02-07 21:28 UTC  (6+ messages)
` [PATCH 2/4 V11] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V11] Add ioctl for KVMCLOCK_GUEST_STOPPED

[PATCH 1/1] kvm : vmx : Remove yield_on_hlt
 2012-02-07 21:15 UTC  (3+ messages)

Host hangs when guest invoked
 2012-02-07 20:59 UTC 

[PATCH v2 0/8] pci-assign: better MSI-X table support
 2012-02-07 20:04 UTC  (2+ messages)

[PATCH] Introduce x86_cpuinit.early_percpu_clock_init hook
 2012-02-07 19:47 UTC  (3+ messages)

[PATCH uq/master] kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
 2012-02-07 19:02 UTC  (2+ messages)

KVM call agenda for Tuesday 7
 2012-02-07 19:06 UTC  (16+ messages)
` [Qemu-devel] "

[PATCH 0/4] KVM: Introduce kvm_memory_slot::arch
 2012-02-07 17:42 UTC  (4+ messages)

Possible APIC conflict with 2.6.38.8 Kernel
 2012-02-07 16:14 UTC  (2+ messages)

[PATCH v2] KVM: Fix assigned device MSI-X entry setting leak
 2012-02-07 15:56 UTC  (6+ messages)

windows PIO question
 2012-02-07  8:25 UTC  (5+ messages)

[PATCH v8] kvm: make vcpu life cycle separated from kvm instance
 2012-02-07  6:13 UTC  (3+ messages)

Partial review of kvm arm git patches
 2012-02-06 23:13 UTC  (3+ messages)

[PATCH 0/9] pci-assign: 64bit MMIO + better MSI-X table support
 2012-02-06 17:29 UTC  (3+ messages)

[PATCH] reset edge sense circuit of i8259 on init
 2012-02-06 18:16 UTC  (2+ messages)

KVM 1.0 and virtio for win2k
 2012-02-06 18:44 UTC 

[PATCH uq/master] kvm: Allow to set shadow MMU size
 2012-02-06 18:32 UTC  (2+ messages)

[PATCH] KVM: Fix compilation on non-x86
 2012-02-06 18:33 UTC  (2+ messages)

virtio_ioport_write unexpected address
 2012-02-06 15:53 UTC 

[PATCH] emulator: add movdqa tests
 2012-02-06 12:00 UTC  (4+ messages)

[PATCH] qemu-kvm: Prevent user space APIC code execution with in-kernel irqchip
 2012-02-06 11:51 UTC 

[PATCH 1/2] kvm tool: Report error and don't segfault if kvm__init() fails
 2012-02-06 11:35 UTC  (5+ messages)
` [PATCH 2/2] kvm tool: Initialise kvm fd's to -1 in kvm__new()

[PATCH] qemu-kvm: Couple in-kernel PIT enabling to in-kernel irqchip
 2012-02-06 11:21 UTC 

[PATCH] qemu-kvm: Fix GSI handling with in-kernel irqchip
 2012-02-06 11:20 UTC 

[PATCH v3 0/4] Fix task switches into/out of VM86
 2012-02-06 10:54 UTC  (9+ messages)
` [PATCH v3 3/4] KVM: SVM: Fix CPL updates
` [PATCH v3 4/4] KVM: x86 emulator: Allow PM/VM86 switch during task switch

[PATCH] kvm-tool: Don't try to cleanup ioeventfd if we never initialised it
 2012-02-06 10:22 UTC  (2+ messages)

CAN YOU BE TRUSTED?
 2012-02-06  0:54 UTC 

Re-validate your mailbox
 2012-02-05 23:20 UTC 

[PATCH 0/4] uq/master: Introduce KVM PIT support
 2012-02-05 20:36 UTC  (4+ messages)
` [PATCH 3/4] kvm: Add kvm_has_pit_state2 helper

[PATCH] kvm tool: Don't close not yet opened files and SIGSEV fix
 2012-02-05 20:19 UTC  (4+ messages)

[net-next-2.6 PATCH 0/6 v4] macvlan: MAC Address filtering support for passthru mode
 2012-02-05 16:54 UTC  (2+ messages)

[PATCH 0/6] uq/master: TPR access optimization for Windows guests
 2012-02-05 12:39 UTC  (7+ messages)
` [PATCH 1/6] target-i386: Add infrastructure for reporting TPR MMIO accesses
` [PATCH 2/6] kvmvapic: Add option ROM
` [PATCH 3/6] kvmvapic: Introduce TPR access optimization for Windows guests
` [PATCH 4/6] kvmvapic: Simplify mp/up_set_tpr
` [PATCH 5/6] optionsrom: Reserve space for checksum
` [PATCH 6/6] kvmvapic: Use optionrom helpers


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