public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-09 21:15:19 to 2013-05-14 11:11:53 UTC [more...]

[PATCH v3 0/7] ARM: KVM: various mmu related fixes for 3.10
 2013-05-14 11:11 UTC  (7+ messages)
` [PATCH v3 1/7] ARM: KVM: be more thorough when invalidating TLBs
` [PATCH v3 2/7] ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmid
` [PATCH v3 3/7] ARM: KVM: relax cache maintainance when building page tables
` [PATCH v3 4/7] ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDs
` [PATCH v3 5/7] ARM: KVM: don't special case PC when doing an MMIO
` [PATCH v3 6/7] ARM: KVM: get rid of S2_PGD_SIZE

Performance Analysis - EMUL_MTSPR: Increased counts
 2013-05-14 10:27 UTC  (2+ messages)

problems with windows xp 32 bit guest - mouse and network
 2013-05-14 10:10 UTC  (3+ messages)

[RFC PATCH 0/2] Hyper-V timers
 2013-05-14  9:46 UTC  (5+ messages)
` [RFC PATCH 1/2] Hyper-H reference counter
` [RFC PATCH 2/2] Hyper-V iTSC handler

[PATCH 0/2] KVM/MIPS32: Fixes for Linux 3.10
 2013-05-14  9:27 UTC  (6+ messages)
` [PATCH 1/2] KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API
` [PATCH 2/2] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()

[PATCH] KVM: x86: Remove support for reporting coalesced APIC IRQs
 2013-05-14  9:10 UTC  (6+ messages)
  ` [PATCH v2] "

KVM: x86: limit difference between kvmclock updates
 2013-05-14  9:05 UTC  (2+ messages)

VFIO VGA test branches
 2013-05-14  6:42 UTC  (4+ messages)
    ` [Qemu-devel] "

migration failure in one direction
 2013-05-14  4:54 UTC 

[PATCH v3 0/3] kvm/ppc: interrupt disabling fixes
 2013-05-14  0:44 UTC  (4+ messages)
` [PATCH v3 1/3] kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
` [PATCH v3 2/3] kvm/ppc: Call trace_hardirqs_on before entry
` [PATCH v3 3/3] kvm/ppc: IRQ disabling cleanup

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-13 20:01 UTC  (21+ messages)
` [RFC 1/2] virtio_balloon: move balloon_lock mutex to callers
` [RFC 2/2] virtio_balloon: auto-ballooning support

[nVMX Test] Build kernel (defconfig) on L2, w/ VMCS Shadowing enabled on L0
 2013-05-13 18:55 UTC  (17+ messages)

[PATCH v3 00/32] Port of KVM to arm64
 2013-05-13 15:46 UTC  (20+ messages)
` [PATCH v3 24/32] arm64: KVM: 32bit GP register access
` [PATCH v3 30/32] arm64: KVM: enable initialization of a 32bit vcpu

[PATCH v4] KVM :PPC: Userspace Debug support
 2013-05-13 14:33 UTC  (10+ messages)
` [PATCH] powerpc: export debug register save function for KVM
` [PATCH] KVM: PPC: Add userspace debug stub support

[PATCH 0/3] KVM: MMU: Simple mmu cleanups
 2013-05-13 13:20 UTC  (15+ messages)
` [PATCH 1/3] KVM: MMU: Clean up set_spte()'s ACC_WRITE_MASK handling
` [PATCH 2/3] KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()
` [PATCH 3/3] KVM: MMU: Consolidate common code in mmu_free_roots()

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-05-13 12:25 UTC  (2+ messages)

[PATCH 00/13] perf: kvm live mode
 2013-05-13  9:40 UTC  (2+ messages)

KVM call agenda for 2013-05-14
 2013-05-13  9:32 UTC 

[PATCH v2 0/5] ARM: KVM: various mmu related fixes for 3.10
 2013-05-13  8:58 UTC  (7+ messages)
` [PATCH v2 3/5] ARM: KVM: relax cache maintainance when building page tables

[nVMX with: v3.9-11789-ge0fd9af] Stack trace when L2 guest is rebooted
 2013-05-13  7:06 UTC  (30+ messages)

[PATCH 0/3] vhost cleanups and separate module
 2013-05-13  3:39 UTC  (7+ messages)

[v1][KVM][PATCH 1/1] kvm:ppc:booehv: direct ISI exception to Guest
 2013-05-13  2:04 UTC  (12+ messages)
      ` [v1][PATCH "

[v3][KVM][PATCH 1/1] kvm:ppc: control doorbell exception with CONFIG_PPC_DOORBELL
 2013-05-13  2:00 UTC 

Hot Spare Virtual Machines
 2013-05-12 20:52 UTC  (3+ messages)

[RFC PATCH 0/2] ARM: KVM: Moving GIC/timer out of arch/arm
 2013-05-12 10:23 UTC  (14+ messages)
` [RFC PATCH 1/2] ARM: KVM: move GIC/timer code to a common location
` [RFC PATCH 2/2] ARM: KVM: standalone Makefile for vgic and timers

[PATCH 0/5] kvm-unittests: add pci PORT IO and MMIO speed tests
 2013-05-12  9:28 UTC  (2+ messages)

[PATCH] KVM: add missing misc_deregister() on error in kvm_init()
 2013-05-12  9:06 UTC  (2+ messages)

Investment Placement
 2013-05-03 18:12 UTC 

Has anyone used tc to police traffic for VMs?
 2013-05-11 15:00 UTC  (2+ messages)

[PATCH v2 0/4] kvm/ppc: interrupt disabling fixes
 2013-05-10 22:53 UTC  (14+ messages)
` [PATCH v2 1/4] powerpc: hard_irq_disable(): Call trace_hardirqs_off after disabling
` [PATCH v2 2/4] kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
` [PATCH v2 3/4] kvm/ppc: Call trace_hardirqs_on before entry
` [PATCH v2 4/4] kvm/ppc: IRQ disabling cleanup

[RFC][KVM][PATCH 1/1] kvm:ppc:booke-64: soft-disable interrupts
 2013-05-10 21:50 UTC  (14+ messages)
        ` [RFC][PATCH "

[PATCH] kvm/ppc/booke64: fix build breakage from Altivec, and disable e6500
 2013-05-10 19:15 UTC  (19+ messages)

[PATCH v19] pvpanic: pvpanic device driver
 2013-05-10 18:57 UTC  (3+ messages)

[v2][KVM][PATCH 1/1] kvm:ppc: enable doorbell exception with CONFIG_PPC_DOORBELL
 2013-05-10 18:18 UTC  (4+ messages)

[PATCH 0/6] KVM: PPC: IOMMU in-kernel handling
 2013-05-10  7:53 UTC  (4+ messages)
` [PATCH 2/6] KVM: PPC: Add support for multiple-TCE hcalls

how emulated disk IO translated to physical disk IO on host side
 2013-05-10  7:51 UTC  (2+ messages)

regression in v3.9? a guest stuck in BIOS if emulate_invalid_guest_state=Y
 2013-05-10  2:51 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