kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-27 04:22:42 to 2013-08-30 12:41:37 UTC [more...]

[PATCH] KVM: mmu: allow page tables to be in read-only slots
 2013-08-30 12:41 UTC 

[RFC PATCH 00/12] KVM: MMU: locklessly wirte-protect
 2013-08-30 11:44 UTC  (37+ messages)
` [PATCH 01/12] KVM: MMU: remove unused parameter
` [PATCH 06/12] KVM: MMU: flush tlb if the spte can be locklessly modified
` [PATCH 07/12] KVM: MMU: redesign the algorithm of pte_list
` [PATCH 08/12] KVM: MMU: introduce nulls desc
` [PATCH 09/12] KVM: MMU: introduce pte-list lockless walker
` [PATCH 10/12] KVM: MMU: allow locklessly access shadow page table out of vcpu thread

[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
 2013-08-30 10:26 UTC  (15+ messages)
` [PATCH v9 01/13] KVM: PPC: POWERNV: move iommu_add_device earlier
` [PATCH v9 02/13] hashtable: add hash_for_each_possible_rcu_notrace()
` [PATCH v9 03/13] KVM: PPC: reserve a capability number for multitce support
` [PATCH v9 04/13] KVM: PPC: reserve a capability and KVM device type for realmode VFIO
` [PATCH v9 05/13] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH v9 06/13] powerpc: add real mode support for dma operations on powernv
` [PATCH v9 07/13] KVM: PPC: enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH v9 08/13] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH v9 09/13] powerpc/iommu: rework to support realmode
` [PATCH v9 10/13] KVM: PPC: remove warning from kvmppc_core_destroy_vm
` [PATCH v9 11/13] KVM: PPC: add trampolines for VFIO external API
` [PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH v9 13/13] KVM: PPC: Add hugepage "

Some questions about nested EPT
 2013-08-30  8:21 UTC 

[PATCH RFC] KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg
 2013-08-30  6:09 UTC 

Direct guest device access from nested guest
 2013-08-30  5:27 UTC  (7+ messages)
      ` [Qemu-devel] "
          ` Fwd: "

[PATCH V2 0/6] vhost code cleanup and minor enhancement
 2013-08-30  4:29 UTC  (7+ messages)
` [PATCH V2 1/6] vhost_net: make vhost_zerocopy_signal_used() returns void
` [PATCH V2 2/6] vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()
` [PATCH V2 3/6] vhost: switch to use vhost_add_used_n()
` [PATCH V2 4/6] vhost_net: determine whether or not to use zerocopy at one time
` [PATCH V2 5/6] vhost_net: poll vhost queue after marking DMA is done
` [PATCH V2 6/6] vhost_net: correctly limit the max pending buffers

[PATCH 0/2] RFC: KVM: Simple optimization based on Xiao's patch
 2013-08-30  3:52 UTC  (3+ messages)
` [PATCH 1/2] KVM: Take mmu_lock only while write-protecting pages in get_dirty_log
` [PATCH 2/2] KVM: Stop using extra buffer for copying dirty_bitmap to user-space

[PATCH 0/6] vhost code cleanup and minor enhancement
 2013-08-30  3:23 UTC  (7+ messages)
` [PATCH 6/6] vhost_net: remove the max pending check

[PATCH 0/2] KVM: PPC: BOOKE: MMU Fixes
 2013-08-30  1:06 UTC  (2+ messages)

[GIT PULL] ARM: KVM: VGIC fixes for 3.12
 2013-08-29 20:28 UTC  (6+ messages)
` [PATCH 1/4] ARM: KVM: vgic: simplify vgic_get_target_reg
` [PATCH 2/4] ARM: KVM: vgic: fix GICD_ICFGRn access
` [PATCH 3/4] ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs
` [PATCH 4/4] ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256

Is fallback vhost_net to qemu for live migrate available?
 2013-08-29 16:08 UTC  (7+ messages)

[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
 2013-08-29 12:48 UTC  (21+ messages)
` [PATCH 01/23] KVM: PPC: Book3S: Fix compile error in XICS emulation
` [PATCH 02/23] KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMX
` [PATCH 03/23] KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
` [PATCH 04/23] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PATCH 05/23] KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()
` [PATCH 06/23] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PATCH 07/23] KVM: PPC: Book3S PR: Use 64k host pages where possible

[PULL 00/19] ppc patch queue 2013-08-29
 2013-08-29 10:22 UTC  (18+ messages)
` [PULL 01/17] mm/cma: Move dma contiguous changes into a seperate config
` [PULL 02/17] KVM: PPC: Book3S: Ignore DABR register
` [PULL 03/17] powerpc/kvm: Contiguous memory allocator based hash page table allocation
` [PULL 04/17] powerpc/kvm: Contiguous memory allocator based RMA allocation
` [PULL 05/17] powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation
` [PULL 06/17] KVM: PPC: Book3S HV: Correct tlbie usage
` [PULL 07/17] KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlers
` [PULL 08/17] kvm/ppc: Call trace_hardirqs_on before entry
` [PULL 09/17] kvm/ppc/booke: Don't call kvm_guest_enter twice
` [PULL 10/17] KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entry
` [PULL 11/17] powerpc/kvm: Copy the pvr value after memset
` [PULL 12/17] arch: powerpc: kvm: add signed type cast for comparation
` [PULL 13/17] KVM: PPC: Book3S PR: return appropriate error when allocation fails
` [PULL 14/17] KVM: PPC: Book3S: Fix compile error in XICS emulation
` [PULL 15/17] KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMX
` [PULL 16/17] KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
` [PULL 17/17] KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()

[RFC][PATCH 2/6] cpus: release allocated vcpu objects and exit vcpu thread
 2013-08-29 10:08 UTC  (2+ messages)
    ` [Qemu-devel] "

[PATCH] KVM: x86: should release vcpu when closing vcpu fd
 2013-08-29  3:20 UTC  (4+ messages)

[PATCH] tile: support KVM for tilegx
 2013-08-29  0:26 UTC  (9+ messages)
` [PATCH v2] "
        ` [PATCH v3 1/3] tile: support KVM host mode
        ` [PATCH v3 2/3] tile: enable building as a paravirtualized KVM_GUEST
        ` [PATCH v3 3/3] tile: enable VIRTIO support for KVM

[PATCH-v3 0/4] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
 2013-08-28 21:36 UTC  (15+ messages)
` [PATCH-v3 1/4] idr: Percpu ida
    ` [PATCH] percpu ida: Switch to cpumask_t, add some comments

VGA passthrough of GTX 660 to KVM guest
 2013-08-28 19:33 UTC  (9+ messages)

[PATCH V13 4/4] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
 2013-08-28 18:01 UTC  (2+ messages)

[PATCH] vfio-pci: Test for extended config space
 2013-08-28 14:48 UTC 

KVM: x86: update masterclock when kvmclock_offset is calculated
 2013-08-28 14:47 UTC  (8+ messages)
    ` KVM: x86: update masterclock when kvmclock_offset is calculated (v2)

[PATCH v3 00/10] [PULL] qemu-kvm.git uq/master queue
 2013-08-28 14:33 UTC  (11+ messages)
` [PATCH 01/10] Initialize IA32_FEATURE_CONTROL MSR in reset and migration
` [PATCH 02/10] target-i386: remove tabs from target-i386/cpu.h
` [PATCH 03/10] kvm: migrate vPMU state
` [PATCH 04/10] kvm: add KVM_IRQFD_FLAG_RESAMPLE support
` [PATCH 05/10] kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled
` [PATCH 06/10] kvm: Simplify kvm_handle_io
` [PATCH 07/10] kvm-all.c: max_cpus should not exceed KVM vcpu limit
` [PATCH 08/10] kvm: i386: fix LAPIC TSC deadline timer save/restore
` [PATCH 09/10] kvm: shorten the parameter list for get_real_device()
` [PATCH 10/10] kvm-stub: fix compilation

[PATCH] KVM: PPC: Book3S PR: return appropriate error when allocation fails
 2013-08-28 14:26 UTC  (2+ messages)

[PATCH] arch: powerpc: kvm: add signed type cast for comparation
 2013-08-28 14:24 UTC  (4+ messages)

[PATCH v2] kvm: warn if num cpus is greater than num recommended
 2013-08-28 12:33 UTC  (4+ messages)
` [libvirt] "

[PATCH 0/3] Trivial KVM patches for 3.12
 2013-08-28  6:40 UTC  (5+ messages)
` [PATCH 1/3] KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp
` [PATCH 2/3] KVM: vmx: count exits to userspace during invalid guest emulation
` [PATCH 3/3] KVM: x86: add comments where MMIO does not return to the emulator

[PATCH v8] KVM: PPC: reserve a capability and ioctl numbers for realmode VFIO
 2013-08-28  6:38 UTC  (7+ messages)

[PATCH 0/3] Some fixes for PPC HV-style KVM
 2013-08-28  5:42 UTC  (3+ messages)
` [PATCH 2/3] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
  ` [PATCH v2 "

Windows Server 2008R2 KVM guest performance issues
 2013-08-27 16:45 UTC  (9+ messages)

[PATCH uq/master] kvm-stub: fix compilation
 2013-08-27 15:13 UTC 

nested migration issues
 2013-08-27 13:38 UTC  (4+ messages)

Oracle RAC in libvirt+KVM environment
 2013-08-27 12:09 UTC  (21+ messages)
                                  `  "

[PATCH] kvm tools: powerpc: Fix init order for xics
 2013-08-27 11:52 UTC  (2+ messages)

[PATCH v2] cpu: Move cpu state syncs up into cpu_dump_state()
 2013-08-27 11:19 UTC 

[PATCH v3 0/6] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
 2013-08-27 11:18 UTC  (4+ messages)

[PATCH 00/10 v7] KVM: PPC: IOMMU in-kernel handling
 2013-08-27  7:35 UTC  (10+ messages)
` [PATCH 02/10] KVM: PPC: reserve a capability number for multitce support

FAQ on linux-kvm.org has broken link
 2013-08-27  7:31 UTC  (10+ 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).