public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-18 22:01:59 to 2015-03-24 02:42:41 UTC [more...]

[PATCH v3 0/2] EEH Error Injection Support for VFIO Devices
 2015-03-24  2:41 UTC  (14+ messages)
` [PATCH v3 1/2] powerpc/eeh: Introduce eeh_pe_inject_err()
` [PATCH v3 2/2] drivers/vfio: Support EEH error injection

x86: kvm: rename migrate_count variable
 2015-03-24  0:20 UTC 

[PATCH] KVM: x86: inline kvm_ioapic_handles_vector()
 2015-03-24  0:17 UTC  (2+ messages)

[GIT PULL 00/11] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-03-23 23:32 UTC  (2+ messages)

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

[PATCH] KVM: x86: call irq notifiers with directed EOI
 2015-03-23 23:27 UTC  (6+ messages)

[Patch v5] x86: irq_comm: Add check for RH bit in kvm_set_msi_irq
 2015-03-23 22:46 UTC  (12+ messages)

[PATCH v2 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-23 21:50 UTC  (15+ messages)
` [PATCH v2 01/12] KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks
` [PATCH v2 02/12] KVM: move iodev.h from virt/kvm/ to include/kvm
` [PATCH v2 03/12] KVM: arm/arm64: remove now unneeded include directory from Makefile
` [PATCH v2 04/12] KVM: x86: "
` [PATCH v2 05/12] KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_range
` [PATCH v2 06/12] KVM: mark kvm->buses as empty once they were destroyed
` [PATCH v2 07/12] KVM: arm/arm64: simplify vgic_find_range() and callers
` [PATCH v2 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH v2 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus
` [PATCH v2 10/12] KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handling
` [PATCH v2 11/12] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
` [PATCH v2 12/12] KVM: arm/arm64: remove now obsolete VGIC specific MMIO handling code

[PATCH] KVM: nVMX: Add support for rdtscp
 2015-03-23 18:27 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

Windows 7 guest installer does not detect drive if physical partition used instead of disk file
 2015-03-23 17:18 UTC  (3+ messages)

[PATCH v5 0/6] QEMU ARM64 Migration Fixes
 2015-03-23 17:05 UTC  (7+ messages)
` [PATCH v5 1/6] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
` [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

[RESEND PATCH v2] powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLER
 2015-03-23 16:58 UTC 

[RESEND PATCH] KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE
 2015-03-23 16:54 UTC 

iscsi multipath failure with "libvirtError: Failed to open file '/dev/mapper/Mar': No such file or directory"
 2015-03-23 16:44 UTC 

[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
 2015-03-23 13:56 UTC  (3+ messages)
` [PATCH 02/20] MIPS: Clear [MSA]FPE CSR.Cause after notify_die()

KVM live migration i/o error
 2015-03-23 10:17 UTC  (4+ messages)

virtio fixes pull for 4.0?
 2015-03-23  9:29 UTC  (3+ messages)

[kvm-ppc:kvm-ppc-queue 7/9] ERROR: ".__spin_yield" [arch/powerpc/kvm/kvm.ko] undefined!
 2015-03-23  8:31 UTC  (3+ messages)

[PATCH 00/23] Bug fixes and improvements for HV KVM
 2015-03-23  8:31 UTC  (40+ messages)
` [PATCH 01/23] KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()
` [PATCH 02/23] KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count
` [PATCH 03/23] KVM: PPC: Book3S HV: Fix instruction emulation
` [PATCH 04/23] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation
` [PATCH 05/23] KVM: PPC: Book3S HV: Remove RMA-related variables from code
` [PATCH 06/23] KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
` [PATCH 07/23] KVM: PPC: Book3S: Allow reuse of vCPU object
` [PATCH 08/23] KVM: PPC: Book3S HV: Add guest->host real mode completion counters
` [PATCH 09/23] KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
` [PATCH 10/23] KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
` [PATCH 11/23] KVM: PPC: Book3S HV: Add ICP real mode counters
` [PATCH 12/23] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
` [PATCH 13/23] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
` [PATCH 14/23] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
` [PATCH 15/23] KVM: PPC: Book3S HV: Minor cleanups
` [PATCH 16/23] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
` [PATCH 17/23] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
` [PATCH 18/23] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
` [PATCH 19/23] KVM: PPC: Book3S HV: Use decrementer to wake napping threads
` [PATCH 20/23] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
` [PATCH 21/23] KVM: PPC: Book3S HV: Streamline guest entry and exit
` [PATCH 22/23] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
` [PATCH 23/23] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C

PCI passthrough of 40G ethernet interface (Openstack/KVM)
 2015-03-23  7:19 UTC  (24+ messages)
          ` [Qemu-devel] "

XP machine freeze
 2015-03-22 15:31 UTC  (3+ messages)

[PATCH v4 2/4] kvm/ppc/mpic: drop unused IRQ_testbit
 2015-03-21 14:54 UTC  (2+ messages)

unsubscribe
 2015-03-21 10:39 UTC 

[PATCH 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-20 14:25 UTC  (7+ messages)
` [PATCH 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC

Hardware support for vt-posted interrupts described in vt-directed-io-spec for assigned devices
 2015-03-20 14:21 UTC  (5+ messages)

[PATCH v2] kvm: avoid page allocation failure in kvm_set_memory_region()
 2015-03-20 12:21 UTC 

[PATCH] kvm: avoid page allocation failure in kvm_set_memory_region()
 2015-03-20 12:03 UTC  (3+ messages)

[Bug 93251] New: qemu-kvm guests randomly hangs after reboot command in guest
 2015-03-20 10:30 UTC  (8+ messages)
` [Bug 93251] "

[PATCH 0/9] qspinlock stuff -v15
 2015-03-20  7:43 UTC  (14+ messages)
` [PATCH 8/9] qspinlock: Generic paravirt support
` [PATCH 9/9] qspinlock, x86, kvm: Implement KVM support for paravirt qspinlock
    ` [PATCH 9/9] qspinlock,x86,kvm: "
` [Xen-devel] [PATCH 0/9] qspinlock stuff -v15

[Bug 82211] New: [Nested xen on kvm] L1 guest panic and reboot when L1 guest boot up
 2015-03-20  5:17 UTC  (2+ messages)
` [Bug 82211] Cannot boot Xen under KVM with X2APIC enabled

[PATCH/RFC 4/9] KVM: s390: Add MEMOP ioctls for reading/writing guest memory
 2015-03-19 23:24 UTC  (2+ messages)

[PATCH] vfio: Split virqfd into a separate module for vfio bus drivers
 2015-03-19 20:31 UTC  (4+ messages)

regression: nested: L1 3.15+ fails to load kvm-intel on L0 <3.15
 2015-03-19 20:08 UTC  (4+ messages)
  ` regression: nested: L1 3.15+ fails to load kvm-intel on L0 <3.10

[GSoC] project proposal
 2015-03-19 19:43 UTC  (6+ messages)

[RFC v5 00/13] KVM-VFIO IRQ forward control
 2015-03-19 14:55 UTC  (14+ messages)
` [RFC v5 01/13] KVM: arm/arm64: Enable the KVM-VFIO device
` [RFC v5 02/13] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v5 03/13] VFIO: platform: single handler using function pointer
` [RFC v5 04/13] KVM: kvm-vfio: User API for IRQ forwarding
` [RFC v5 05/13] VFIO: external user API for interaction with vfio devices
` [RFC v5 06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked}
` [RFC v5 07/13] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v5 08/13] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v5 09/13] KVM: arm: rename pause into power_off
` [RFC v5 10/13] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v5 11/13] kvm: arm/arm64: implement "
` [RFC v5 12/13] KVM: kvm-vfio: generic forwarding control
` [RFC v5 13/13] KVM: arm/arm64: vgic: "

[3.16.y-ckt stable] Patch "KVM: MIPS: Fix trace event to save PC directly" has been added to staging queue
 2015-03-19 10:13 UTC 

randconfig build error with next-20150318, in drivers/vfio/virqfd.c
 2015-03-19  4:49 UTC 

[PATCH v4 0/2] kvm: x86: Implement handling of RH=1 for MSI delivery in KVM
 2015-03-19  1:26 UTC  (3+ messages)
` [PATCH v4 1/2] kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery
` [PATCH v4 2/2] kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true

[PATCH] KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()
 2015-03-19  1:23 UTC  (3+ messages)

[PATCH] KVM: SVM: Fix confusing message if no exit handlers are installed
 2015-03-19  0:53 UTC  (2+ messages)

[PATCH/RFC 0/9] Next bunch of KVM/s390x changes for next
 2015-03-19  0:23 UTC  (3+ messages)
` [PATCH/RFC 4/9] KVM: s390: Add MEMOP ioctls for reading/writing guest memory

randconfig build error with next-20150318, in drivers/vfio/virqfd.c
 2015-03-18 23:03 UTC 

[PATCH kvm-unit-tests] x86: fix build (macro R interpreted as raw string)
 2015-03-18 22:53 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