public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-25 23:21:41 to 2015-03-30 14:40:24 UTC [more...]

[PATCH] kvm: x86: i8259: return initialized data on invalid-size read
 2015-03-30 14:40 UTC  (2+ messages)

[GIT PULL] MIPS KVM Guest FPU & SIMD (MSA) Support for 4.1
 2015-03-30 14:36 UTC  (2+ messages)

[PATCH v4 00/15] s390x cpu model implementation
 2015-03-30 14:28 UTC  (16+ messages)
` [PATCH v4 01/15] Introduce stub routine cpu_desc_avail
` [PATCH v4 02/15] target-s390x: Introduce cpu facilities
` [PATCH v4 03/15] target-s390x: Generate facility defines per cpu model
` [PATCH v4 04/15] target-s390x: Introduce cpu models
` [PATCH v4 05/15] target-s390x: Define cpu model specific facility lists
` [PATCH v4 06/15] target-s390x: Add cpu model alias definition routines
` [PATCH v4 07/15] target-s390x: Update linux-headers/asm-s390/kvm.h
` [PATCH v4 08/15] target-s390x: Add KVM VM attribute interface for cpu models
` [PATCH v4 09/15] target-s390x: Add cpu class initialization routines
` [PATCH v4 10/15] target-s390x: Prepare accelerator during cpu object realization
` [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model
` [PATCH v4 12/15] Add optional parameters to QMP command query-cpu-definitions
` [PATCH v4 13/15] target-s390x: Extend "
` [PATCH v4 14/15] target-s390x: Introduce facility test routine
` [PATCH v4 15/15] target-s390x: Enable cpu model usage

[PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes
 2015-03-30 14:12 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: CMOV emulation on legacy mode is wrong
` [PATCH 2/5] KVM: x86: POPA emulation may not clear bits [63:32]
` [PATCH 3/5] KVM: x86: BSF and BSR emulation change register unnecassarily
` [PATCH 4/5] KVM: x86: INIT and reset sequences are different
` [PATCH 5/5] KVM: x86: BSP in MSR_IA32_APICBASE is writable

KVM call agenda for 2015-03-31
 2015-03-30 12:06 UTC 

[PATCH v3 00/11] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-30 10:47 UTC  (25+ messages)
` [PATCH v3 01/11] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH v3 02/11] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH v3 03/11] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH v3 04/11] KVM: x86: "
` [PATCH v3 05/11] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH v3 06/11] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH v3 07/11] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH v3 08/11] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH v3 09/11] KVM: arm/arm64: merge GICv3 RD_base and SGI_base register frames
` [PATCH v3 10/11] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH v3 11/11] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
    ` [PATCH v3a "

[PATCH 1/2] KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
 2015-03-30  5:19 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Remove page table walk helpers

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-03-30  4:46 UTC  (12+ messages)
` [v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked

[PATCH] kvm: mmu: lazy collapse small sptes into large sptes
 2015-03-29 23:48 UTC 

[PATCH 3/3] KVM: nVMX: nested_vmx_check_msr_switch_controls simplification: remove unnecessary caching of physical address width
 2015-03-29 20:56 UTC 

[PATCH 2/3] KVM: nVMX: add missing checks for address bits beyond physical address width on VM-entry
 2015-03-29 20:56 UTC 

[PATCH 1/3] KVM: x86: optimization: cache physical address width to avoid excessive enumerations of CPUID entries
 2015-03-29 20:56 UTC 

[PATCH 0/2] KVM: x86: Removing redundant definitions from emulator
 2015-03-29 13:33 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: removing redundant eflags bits definitions
` [PATCH 2/2] KVM: x86: Remove redundant definitions

[PATCH v3 0/2] kvm: x86: Implement handling of RH=1 for MSI delivery in KVM
 2015-03-29  2:17 UTC  (3+ messages)

copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
 2015-03-29  0:25 UTC  (4+ messages)

[RFC PATCH 2/2] KVM: task switch: generate #DB trap if TSS.T is set
 2015-03-28 22:27 UTC 

[RFC PATCH 1/2] KVM: remove useless check of "ret" variable prior to returning the same value
 2015-03-28 22:27 UTC 

[PATCH v2 00/12] Remaining improvements for HV KVM
 2015-03-28  3:21 UTC  (13+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
` [PATCH 02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
` [PATCH 03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
` [PATCH 04/12] KVM: PPC: Book3S HV: Minor cleanups
` [PATCH 05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
` [PATCH 06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
` [PATCH 07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
` [PATCH 08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads
` [PATCH 09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
` [PATCH 10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit
` [PATCH 11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
` [PATCH 12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8

[PATCH] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
 2015-03-28  1:48 UTC 

[GIT PULL] KVM fixes for 4.0-rc5
 2015-03-27 22:04 UTC 

Error upgrading vm from windows 8 to 8.1
 2015-03-27 20:54 UTC  (2+ messages)

Guest memory backed by PCI BAR (x86)
 2015-03-27 15:27 UTC  (10+ messages)

[Bug 93251] New: qemu-kvm guests randomly hangs after reboot command in guest
 2015-03-27 15:25 UTC  (6+ messages)
` [Bug 93251] "

[PATCH 0/9] qspinlock stuff -v15
 2015-03-27 14:07 UTC  (5+ messages)

[PATCH] kvmtool: Add minimal support for macvtap
 2015-03-27 13:48 UTC 

iscsi multipath failure with "libvirtError: Failed to open file '/dev/mapper/Mar': No such file or directory"
 2015-03-27 13:00 UTC  (2+ messages)

[PATCH] kvm: vfio: fix fail to set error notification
 2015-03-27 12:47 UTC  (2+ messages)

[Qemu-devel] E5-2620v2 - emulation stop error
 2015-03-27 11:54 UTC  (37+ messages)
                        `  "

[PATCH 00/12] Remaining improvements for HV KVM
 2015-03-27 11:47 UTC  (14+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
` [PATCH 02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
` [PATCH 03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
` [PATCH 04/12] KVM: PPC: Book3S HV: Minor cleanups
` [PATCH 05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
` [PATCH 06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
` [PATCH 07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
` [PATCH 08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads
` [PATCH 09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
` [PATCH 10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit
` [PATCH 11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
` [PATCH 12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8

ARM: KVM/XEN: how should we support virt-what?
 2015-03-27 10:25 UTC  (6+ messages)

[PATCH v2 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-27  9:33 UTC  (9+ messages)
` [PATCH v2 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH v2 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code

[PATCH v5 0/3] EEH Error Injection Support for VFIO Devices
 2015-03-27  6:02 UTC  (5+ messages)
` [PATCH v5 1/3] powerpc/eeh: Move PE state constants around
` [PATCH v5 2/3] powerpc/eeh: Introduce eeh_pe_inject_err()
` [PATCH v5 3/3] drivers/vfio: Support EEH error injection

[PATCH] KVM: nVMX: Add support for rdtscp
 2015-03-27  1:34 UTC  (7+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

x86: kvm: Revert "remove sched notifier for cross-cpu migrations"
 2015-03-26 23:38 UTC  (28+ messages)

[PATCH v5 0/6] QEMU ARM64 Migration Fixes
 2015-03-26 17:26 UTC  (11+ messages)
` [PATCH v5 2/6] target-arm: kvm: save/restore mp state
` [PATCH v5 3/6] hw/intc: arm_gic_kvm.c restore config first
` [PATCH v5 4/6] target-arm: kvm64 sync FP register state
` [PATCH v5 5/6] target-arm: kvm64 fix save/restore of SPSR regs
` [PATCH v5 6/6] target-arm: cpu.h document why env->spsr exists

[PATCH v2 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
 2015-03-26 16:30 UTC  (5+ messages)
` [PATCH v2 15/20] MIPS: KVM: Wire up FPU capability
  ` [PATCH v2 19/20] MIPS: KVM: Expose MSA registers
` [PATCH v2 20/20] MIPS: KVM: Wire up MSA capability

[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
 2015-03-26 14:52 UTC  (6+ messages)
` [PATCH 14/20] MIPS: KVM: Expose FPU registers
` [PATCH 20/20] MIPS: KVM: Wire up MSA capability

[PATCH] kvm: x86: vmx: rename some ops
 2015-03-26 10:15 UTC 

[PATCH v4 0/4] EEH Error Injection Support for VFIO Devices
 2015-03-26  2:48 UTC  (11+ messages)
` [PATCH v4 1/4] powerpc/eeh: Eliminate duplicated PE states
` [PATCH v4 3/4] drivers/vfio: Support EEH error injection
` [PATCH v4 4/4] drivers/vfio: Remove duplicated PE states

PCI passthrough of 40G ethernet interface (Openstack/KVM)
 2015-03-26  1:00 UTC  (22+ 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