KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 14:13:56 to 2015-09-14 12:52:36 UTC [more...]

[PATCH] KVM: nVMX: nested VPID emulation
 2015-09-14 12:52 UTC 

[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
 2015-09-14 12:11 UTC  (35+ messages)
` [PATCH v2 01/22] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v2 02/22] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v2 03/22] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v2 04/22] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v2 05/22] KVM: ARM64: Add a helper for CP15 registers reset to UNKNOWN
` [PATCH v2 06/22] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v2 07/22] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v2 08/22] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v2 09/22] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v2 10/22] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v2 11/22] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v2 12/22] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v2 13/22] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v2 14/22] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v2 15/22] KVM: ARM64: Add a helper for CP15 registers reset to specified value
` [PATCH v2 16/22] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v2 17/22] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v2 18/22] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v2 19/22] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v2 20/22] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v2 21/22] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v2 22/22] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH 00/39] drop null test before destroy functions
 2015-09-14 11:55 UTC  (4+ messages)
` [PATCH 31/39] KVM: MMU: "

[PATCH v2 0/8] Rework architected timer and forwarded IRQs handling
 2015-09-14 11:48 UTC  (21+ messages)
` [PATCH v2 2/8] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH v2 3/8] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH v2 6/8] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PATCH v2 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics

[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-09-14 11:29 UTC  (4+ messages)

[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-09-14 11:24 UTC  (11+ messages)
` [PATCH v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
` [PATCH v3 09/10] KVM: arm/arm64: vgic: forwarding control

[PATCH] KVM: fix polling for guest halt continued even if disable it
 2015-09-14  9:38 UTC 

[PATCH v7 0/3] KVM: Dynamic Halt-Polling
 2015-09-14  9:01 UTC  (5+ messages)

[RESEARCH] Patch delivery delay
 2015-09-14  8:58 UTC 

[PATCH v7 00/17] Add VT-d Posted-Interrupts support
 2015-09-14  7:57 UTC  (30+ messages)
` [PATCH v7 02/17] KVM: Add some helper functions for Posted-Interrupts
` [PATCH v7 03/17] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [PATCH v7 04/17] KVM: Get Posted-Interrupts descriptor address from 'struct kvm_vcpu'
` [PATCH v7 06/17] KVM: Make struct kvm_irq_routing_table accessible
` [PATCH v7 07/17] KVM: make kvm_set_msi_irq() public
` [PATCH v7 08/17] vfio: Select IRQ_BYPASS_MANAGER for vfio PCI devices
` [PATCH v7 10/17] KVM: x86: Update IRTE for posted-interrupts
` [PATCH v7 11/17] KVM: Define two weak arch callbacks for irq bypass manager
` [PATCH v7 12/17] KVM: Implement IRQ bypass consumer callbacks for x86
` [PATCH v7 13/17] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
` [PATCH v7 14/17] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [PATCH v7 15/17] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [PATCH v7 16/17] KVM: Warn if 'SN' is set during posting interrupts by software
` [PATCH v7 17/17] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[GIT PULL] KVM/ARM fixes for 4.3-rc2
 2015-09-13 10:56 UTC  (5+ messages)
` [PATCH 1/4] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 2/4] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0
` [PATCH 3/4] arm64: KVM: set {v,}TCR_EL2 RES1 bits
` [PATCH 4/4] arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores

Fwd: ToDO list
 2015-09-13  9:11 UTC 

[PATCH V4 0/4] Fast MMIO eventfd fixes
 2015-09-13  8:52 UTC  (19+ messages)
` [PATCH V4 1/4] kvm: factor out core eventfd assign/deassign logic
` [PATCH V4 2/4] kvm: fix double free for fast mmio eventfd
` [PATCH V4 3/4] kvm: fix zero length mmio searching
` [PATCH V4 4/4] kvm: add tracepoint for fast mmio

[PATCH 0/3] PPC HV bug fixes + hcalls for FreeBSD
 2015-09-12 16:51 UTC  (7+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD

[RFC PATCH] vfio/pci: Use kernel VPD access functions
 2015-09-12  1:11 UTC  (2+ messages)

[PATCH] vfio: Whitelist PCI bridges
 2015-09-11 19:42 UTC 

[PATCH kvmtool] Make static libc and guest-init functionality optional
 2015-09-11 14:40 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-09-11 12:53 UTC  (12+ messages)
` [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1

[Bug 104271] New: Boot crashes on Lenovo W520 KVM and Discrete Graphic enabled in BIOS
 2015-09-11  9:38 UTC  (7+ messages)
` [Bug 104271] Boot crashes on Lenovo W520 with "

[PATCH 00/23] userfaultfd v4
 2015-09-11  8:47 UTC  (3+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt

[PATCH] KVM: make the declaration of functions within 80 characters
 2015-09-11  6:12 UTC 

A question about "CONFIG_KVM_DEVICE_ASSIGNMENT" configuration
 2015-09-11  0:55 UTC  (6+ messages)

linux-next: Tree for Sep 10
 2015-09-10 22:43 UTC  (2+ messages)

[PATCH 2/4] vhost: move features to core
 2015-09-10 19:15 UTC  (2+ messages)

[kvm-unit-tests RFC PATCH 0/2] try another approach for uapi headers
 2015-09-10 16:24 UTC  (4+ messages)
` [kvm-unit-tests RFC PATCH 1/2] lib: link in linux kernel headers (uapi)
` [kvm-unit-tests RFC PATCH 2/2] Revert "arm/arm64: import include/uapi/linux/psci.h"

[PATCH 0/1] virtio/s390: one bugfix
 2015-09-10 14:58 UTC  (3+ messages)
` [PATCH 1/1] virtio/s390: handle failures of READ_VQ_CONF ccw

[PATCH kvm-unit-tests] x86: ioapic: test TMR behavior
 2015-09-10 14:17 UTC 

[kvm-unit-tests PATCH 00/11] RESEND staging branch
 2015-09-10 13:11 UTC  (12+ messages)
` [kvm-unit-tests PATCH 01/11] arm/arm64: uart0_init: check /chosen/stdout-path
` [kvm-unit-tests PATCH 02/11] arm/arm64: allow building a single test
` [kvm-unit-tests PATCH 03/11] README: add some CONTRIBUTING notes
` [kvm-unit-tests PATCH 04/11] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH 05/11] run_tests: pass test name to run script
` [kvm-unit-tests PATCH 06/11] arm/run: use ACCEL to choose between kvm and tcg
` [kvm-unit-tests PATCH 07/11] run_tests: probe for max-smp
` [kvm-unit-tests PATCH 08/11] lib/printf: support the %u unsigned fmt field
` [kvm-unit-tests PATCH 09/11] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH 10/11] lib/arm: add flush_tlb_page mmu function
` [kvm-unit-tests PATCH 11/11] makefiles: use bash

[GIT PULL] Second batch of KVM changes for 4.3
 2015-09-10 11:29 UTC 

[PATCH] kvmtool Makefile: relax arm test
 2015-09-10 10:35 UTC  (7+ messages)

[PATCH v2 00/18] implement vNVDIMM
 2015-09-10 10:35 UTC  (13+ messages)
` [PATCH v2 06/18] pc: implement NVDIMM device abstract
  ` [Qemu-devel] "
` [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area
  ` [Qemu-devel] "

[RFC PATCH v4 1/3] vfio: platform: add device properties skeleton and user API
 2015-09-10  6:39 UTC  (9+ messages)
` [RFC PATCH v4 2/3] vfio: platform: access device property as a list of strings
` [RFC PATCH v4 3/3] vfio: platform: return device properties as arrays of unsigned integers

Who wants to mentor for Outreachy Dec-Mar?
 2015-09-09 13:14 UTC  (3+ messages)

[PATCH v3 0/5] KVM: arm64: Implement API for vGICv3 live migration
 2015-09-09 11:28 UTC  (5+ messages)
` [PATCH v3 2/5] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace

KVM call for agenda for 2015-09-15
 2015-09-09 10:55 UTC 

[PULL] vhost: cleanups and fixes
 2015-09-09  9:15 UTC 

Cher utilisateur de messagerie Web
 2015-09-09  8:54 UTC 

[PATCH v2 0/8] KVM: x86: enable cflushopt/clwb/pcommit and simplify code
 2015-09-09  6:05 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: allow guest to use cflushopt and clwb
` [PATCH v2 2/8] KVM: x86: add pcommit support
` [PATCH v2 3/8] KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
` [PATCH v2 4/8] KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
` [PATCH v2 5/8] KVM: VMX: simplify invpcid "
` [PATCH v2 6/8] KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
` [PATCH v2 7/8] KVM: VMX: clean up bit operation on SECONDARY_VM_EXEC_CONTROL
` [PATCH v2 8/8] KVM: VMX: drop rdtscp_enabled field

[PATCH 0/9] KVM: x86: enable cflushopt/clwb/pcommit and simplify code
 2015-09-08 20:33 UTC  (12+ messages)
` [PATCH 3/9] KVM: x86: add pcommit support
` [PATCH 6/9] KVM: VMX: simplify invpcid handling in vmx_cpuid_update()
` [PATCH 8/9] KVM: VMX: introduce set_clear_2nd_exec_ctrl()

GOOD NEWS
 2015-09-08 20:14 UTC 

GOOD NEWS
 2015-09-08 20:03 UTC 

答复: I'm now looking into kvm-unit-tests and encounted with some problems
 2015-09-08 17:21 UTC  (5+ messages)

[PATCH 19/23] userfaultfd: activate syscall
 2015-09-08 14:13 UTC  (11+ messages)
` [Qemu-devel] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).