kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-07 11:18:55 to 2015-09-11 11:09:18 UTC [more...]

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

[PATCH v7 00/17] Add VT-d Posted-Interrupts support
 2015-09-11 11:05 UTC  (27+ 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 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

[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
 2015-09-11 11:04 UTC  (30+ 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 V4 0/4] Fast MMIO eventfd fixes
 2015-09-11 10:19 UTC  (17+ 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

[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  (17+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 19/23] userfaultfd: activate syscall
  ` [Qemu-devel] "

[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] "

[PATCH v7 0/3] KVM: Dynamic Halt-Polling
 2015-09-10  7:13 UTC  (4+ messages)

[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] Rework architected timer and forwarded IRQs handling
 2015-09-09  8:57 UTC  (15+ 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 v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-09-09  8:41 UTC  (5+ messages)
` [PATCH v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[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)

KVM memory slots limit on powerpc
 2015-09-08  9:22 UTC  (7+ messages)
  ` [Qemu-ppc] "

[Bug 104091] New: [bisected] Starting a VM causes the host to halt and create Machine Check Exceptions
 2015-09-08  4:13 UTC  (2+ messages)
` [Bug 104091] "

[PATCH] kvm: irqchip: fix memory leak
 2015-09-07 20:06 UTC  (2+ messages)

[PATCH] virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1
 2015-09-07 16:15 UTC  (2+ messages)

[PATCH 0/2] arm/arm64: KVM: Fix arthictected timer issues
 2015-09-07 15:54 UTC  (5+ messages)
` [PATCH 1/2] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate

[kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case
 2015-09-07 14:59 UTC  (8+ messages)
` [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule
  ` [Qemu-devel] "

[kvm-unit-tests PATCH] makefiles: use bash
 2015-09-07 14:48 UTC 

[PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl
 2015-09-07 12:33 UTC  (3+ messages)

[PATCH 5/5] KVM: nVMX: VMWRITE emulation: remove unnecessary check for compatibility mode
 2015-09-07 11:43 UTC  (2+ messages)

[PATCH 4/5] KVM: nVMX: fix limit checking: memory operand size varies for different VMX instructions
 2015-09-07 11:40 UTC  (2+ messages)

[PATCH 3/5] KVM: nVMX: add limit check for expand-down segments
 2015-09-07 11:39 UTC  (2+ messages)

[PATCH 1/5] KVM: nVMX: refactor segment checks, make the code more clean and straightforward
 2015-09-07 11:37 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;
as well as URLs for NNTP newsgroup(s).