public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-09 10:46:57 to 2014-12-12 11:23:42 UTC [more...]

[PATCH 0/5] Fix vgic initialization problems
 2014-12-12 11:23 UTC  (23+ messages)
` [PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()
` [PATCH 2/5] arm/arm64: KVM: Rename vgic_initialized to vgic_ready
` [PATCH 3/5] arm/arm64: KVM: Add (new) vgic_initialized macro
` [PATCH 4/5] arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized
` [PATCH 5/5] arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQs

[PATCH] KVM: x86: reset RVI upon system reset
 2014-12-12 10:27 UTC  (13+ messages)

[PATCH] kvm: coalesced_mmio: remove one redundant check inside of coalesced_mmio_in_range()
 2014-12-12  1:24 UTC  (4+ messages)

[PULL] virtio: virtio 1.0 support, misc patches
 2014-12-11 23:45 UTC  (6+ messages)

[patch 0/2] KVM: add option to advance tscdeadline hrtimer expiration (v3)
 2014-12-11 21:37 UTC  (14+ messages)
` [patch 1/2] KVM: x86: add method to test PIR bitmap vector
` [patch 2/2] KVM: x86: add option to advance tscdeadline hrtimer expiration

kvm-unit-tests: add tscdeadline-latency test
 2014-12-11 18:39 UTC  (4+ messages)

[PATCH] KVM: add KVM_CAP_VMX_APICV to advertise hardware apic-v support
 2014-12-11 17:15 UTC  (6+ messages)

[PATCH 0/4] kvmtool: ARM: fixing initrd, serial IRQs and bzImage message
 2014-12-11 17:15 UTC  (6+ messages)
` [PATCH 1/4] kvmtool: ARM: fix initrd functionality
` [PATCH 2/4] kvmtool: ARM: allow level interrupts in device tree
` [PATCH 3/4] kvmtool: ARM: advertise 8250 IRQs as level-triggered
` [PATCH 4/4] kvmtool: remove warning about bzImage on non-x86 architectures

[v2 00/25] Add VT-d Posted-Interrupts support
 2014-12-11 15:45 UTC  (14+ messages)
` [v2 17/25] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v2 18/25] KVM: kvm-vfio: implement the VFIO skeleton "

[GIT PULL 0/9] KVM/ARM Changes for v3.19
 2014-12-11 12:04 UTC  (20+ messages)
` [GIT PULL 1/9] KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function
` [GIT PULL 2/9] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
` [GIT PULL 3/9] kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
` [GIT PULL 4/9] kvm: add a memslot flag for incoherent memory regions
` [GIT PULL 5/9] arm, arm64: KVM: allow forced dcache flush on page faults
` [GIT PULL 6/9] arm, arm64: KVM: handle potential incoherency of readonly memslots
` [GIT PULL 7/9] arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO read
` [GIT PULL 8/9] arm/arm64: vgic: Remove unreachable irq_clear_pending
` [GIT PULL 9/9] arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all

[PATCH v3 3/3] KVM: nVMX: Enable nested msr load/restore feature
 2014-12-11  5:54 UTC 

[PATCH v3 2/3] KVM: nVMX: Improve nested msr switch checking
 2014-12-11  5:53 UTC 

[PATCH v3 1/3] KVM: nVMX: Add nested msr load/restore algorithm
 2014-12-11  5:52 UTC 

[ANNOUNCE][RFC] KVMGT - the implementation of Intel GVT-g(full GPU virtualization) for KVM
 2014-12-11  1:38 UTC  (11+ messages)

[PATCH kvm-unit-tests] x86: test_conforming_switch misses es initialization
 2014-12-10 21:08 UTC  (2+ messages)

[PATCH] x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit
 2014-12-10 21:05 UTC  (4+ messages)

[PATCH kvm-unit-tests 00/15] arm64: initial drop
 2014-12-10 20:00 UTC  (16+ messages)
` [PATCH 01/15] arm: fix run script testdev probing
` [PATCH 02/15] virtio: don't use size_t
` [PATCH 03/15] arm: setup: fix type mismatch
` [PATCH 04/15] Makefile: cscope may need to look in lib/$ARCH
` [PATCH 05/15] arm: use absolute headers
` [PATCH 06/15] arm: setup: drop unused arguments
` [PATCH 07/15] arm: selftest: rename svc mode to kernel mode
` [PATCH 08/15] arm64: initial drop
` [PATCH 09/15] arm64: vectors support
` [PATCH 10/15] arm: get PHYS_MASK from pgtable-hwdef.h
` [PATCH 11/15] arm: import more linux page table api
` [PATCH 12/15] arm: prepare mmu code for arm64
` [PATCH 13/15] arm64: import some Linux page table API
` [PATCH 14/15] arm64: prepare for 64k pages
` [PATCH 15/15] arm64: enable mmu

[QEMU patch 0/2] QEMU lapic tsc deadline advancement
 2014-12-10 18:59 UTC  (13+ messages)
` [QEMU patch 1/2] kvm: sync kernel headers
` [QEMU patch 2/2] kvm: allow configuration of tsc deadline timer advancement
  ` [Qemu-devel] "

[patch 0/2] KVM: add option to advance tscdeadline hrtimer expiration (v2)
 2014-12-10 17:57 UTC  (10+ messages)
` [patch 1/2] KVM: x86: add method to test PIR bitmap vector
` [patch 2/2] KVM: x86: add option to advance tscdeadline hrtimer expiration

[patch 0/2] KVM: add option to advance tscdeadline hrtimer expiration
 2014-12-10 17:53 UTC  (6+ messages)
` [patch 1/2] KVM: x86: add method to test PIR bitmap vector
` [patch 2/2] KVM: x86: add option to advance tscdeadline hrtimer expiration

[Bug 87611] Duplicate interrupt abbreviation [patch proposal included]
 2014-12-10 17:38 UTC  (2+ messages)

[PATCH RFC v5 00/19] qemu: towards virtio-1 host support
 2014-12-10 17:37 UTC  (8+ messages)
` [PATCH RFC v5 05/19] virtio: support more feature bits
  ` [Qemu-devel] "
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v5 18/19] virtio: support revision-specific features
  ` [Qemu-devel] "

[PATCH] x86: Remove Fix Mes in emulate.c from needing fault addresses
 2014-12-10 15:23 UTC  (2+ messages)

[PATCH] KVM: nVMX: Disable unrestricted mode if ept=0
 2014-12-10 12:06 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Emulator fixes for VM86
 2014-12-10 11:53 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Do not push eflags.vm on pushf
` [PATCH 2/2] KVM: x86: Emulate should check #UD before #GP

[PATCH] KVM: x86: Remove prefix flag when GP macro is used
 2014-12-10 11:51 UTC  (2+ messages)

[PATCH] KVM: x86: nVMX: support for MSR loading/storing
 2014-12-10  9:44 UTC  (8+ messages)

[PATCH] KVM: x86: nVMX: support for MSR loading/storing
 2014-12-10  9:13 UTC  (5+ messages)

Windows 7 VM BSOD
 2014-12-10  9:16 UTC  (14+ messages)

Lack of support on Ivy Bridge - EP processor
 2014-12-10  1:03 UTC 

[PATCH v2 0/2] x86/arm64: add xenconfig
 2014-12-10  0:40 UTC  (4+ messages)
` [PATCH v2 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm
` [PATCH v2 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper

[PATCH v3 0/2]: x86/arm64: add xenconfig
 2014-12-09 23:27 UTC  (9+ messages)
` [PATCH v3 1/2] x86, platform, kconfig: clarify kvmconfig is for kvm
` [PATCH v3 2/2] x86, arm64, platform, xen, kconfig: add xen defconfig helper
  ` [Xen-devel] "

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-12-09 19:42 UTC  (5+ messages)
` [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect

[PATCH v3 0/8] KVM-VFIO IRQ forward control
 2014-12-09 17:20 UTC  (5+ messages)
` [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

[PATCH] vgic: move reset initialization into vgic_init_maps()
 2014-12-09 15:46 UTC  (2+ messages)

[PATCH v10 04/20] vfio: amba: VFIO support for AMBA devices
 2014-12-09 14:18 UTC  (2+ messages)

KVM call for 2014-12-09
 2014-12-09 13:44 UTC 

KVM call for agenda for 2014-12-08
 2014-12-09 13:40 UTC  (3+ messages)
` [Qemu-devel] "

bridge mode without network rework
 2014-12-09 11:21 UTC  (3+ messages)

[qemu] virtio drivers implementation details
 2014-12-09 10:46 UTC  (3+ messages)


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