KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-17 03:54:18 to 2015-03-20 11:34:18 UTC [more...]

[PATCH 00/23] Bug fixes and improvements for HV KVM
 2015-03-20 11:34 UTC  (32+ 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

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

KVM live migration i/o error
 2015-03-20 10:03 UTC  (2+ messages)

Hardware support for vt-posted interrupts described in vt-directed-io-spec for assigned devices
 2015-03-20  9:54 UTC  (2+ messages)

[PATCH] kvm: avoid page allocation failure in kvm_set_memory_region()
 2015-03-20  9:51 UTC 

[PATCH 0/9] qspinlock stuff -v15
 2015-03-20  7:43 UTC  (15+ 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  (5+ messages)
` [Bug 82211] Cannot boot Xen under KVM with X2APIC enabled

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

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

[Patch v5] x86: irq_comm: Add check for RH bit in kvm_set_msi_irq
 2015-03-19 22:51 UTC  (8+ messages)

[PATCH] KVM: x86: call irq notifiers with directed EOI
 2015-03-19 21:44 UTC  (7+ messages)

[PATCH] KVM: x86: inline kvm_ioapic_handles_vector()
 2015-03-19 20:52 UTC 

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

[PATCH 00/12] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-19 15:44 UTC  (8+ messages)
` [PATCH 08/12] KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGIC
` [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus

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

XP machine freeze
 2015-03-19  0:51 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)

[PATCH v2 0/6] vfio-pci: Misc enhancements
 2015-03-18 20:13 UTC  (7+ messages)
` [PATCH v2 1/6] vgaarb: Stub vga_set_legacy_decoding()
` [PATCH v2 2/6] vfio-pci: Add module option to disable VGA region access
` [PATCH v2 3/6] vfio-pci: Add VGA arbiter client
` [PATCH v2 4/6] vfio-pci: Allow PCI IDs to be specified as module options
` [PATCH v2 5/6] vfio-pci: Remove warning if try-reset fails
` [PATCH v2 6/6] vfio-pci: Move idle devices to D3hot power state

[Bug 92871] New: nested kvm - Warning in L0 kernel when trying to launch L2 guest in L1 guest
 2015-03-18 19:28 UTC  (3+ messages)
` [Bug 92871] "

[PATCH v14 19/20] vfio: initialize the virqfd workqueue in VFIO generic code
 2015-03-18 13:39 UTC  (4+ messages)

[GIT PULL 00/11] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-03-18 11:44 UTC  (12+ messages)
` [GIT PULL 01/11] KVM: s390: Spelling s/intance/instance/
` [GIT PULL 02/11] KVM: s390: cleanup jump lables in kvm_arch_init_vm
` [GIT PULL 03/11] KVM: s390: Fix low-address protection for real addresses
` [GIT PULL 04/11] KVM: s390: Guest's memory access functions get access registers
` [GIT PULL 05/11] KVM: s390: Optimize paths where get_vcpu_asce() is invoked
` [GIT PULL 06/11] KVM: s390: Add access register mode
` [GIT PULL 07/11] KVM: s390: Add MEMOP ioctls for reading/writing guest memory
` [GIT PULL 08/11] KVM: s390: introduce post handlers for STSI
` [GIT PULL 09/11] KVM: s390: Create ioctl for Getting/Setting guest storage keys
` [GIT PULL 10/11] KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask
` [GIT PULL 11/11] KVM: s390: represent SIMD cap in kvm facility

[PATCH 0/3] KVM: Fix sparse warnings
 2015-03-18  1:39 UTC  (2+ messages)

[PATCH RESEND] KVM: nVMX: mask unrestricted_guest if disabled on L0
 2015-03-18  1:09 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/eeh: Introduce eeh_pe_inject_err()
 2015-03-17 23:11 UTC  (4+ messages)
` [PATCH v2 2/2] drivers/vfio: Support EEH error injection

[PATCH v4 0/5] QEMU ARM64 Migration Fixes
 2015-03-17 19:08 UTC  (11+ messages)
` [PATCH v4 1/5] target-arm: kvm: save/restore mp state
` [PATCH v4 3/5] target-arm: kvm64 sync FP register state
` [PATCH v4 4/5] target-arm: kvm64 fix save/restore of SPSR regs
` [PATCH v4 5/5] target-arm: cpu.h document why env->spsr exists

KVM emulation failure with recent kernel and QEMU Seabios
 2015-03-17 17:08 UTC  (6+ messages)

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

[PATCH] vfio: Depend on EVENTFD
 2015-03-17 14:42 UTC 

KVM call for agenda for 2015-03-17
 2015-03-17 12:22 UTC  (2+ messages)

[vfio:next 19/21] drivers/vfio/virqfd.c:19:1: sparse: symbol 'virqfd_lock' was not declared. Should it be static?
 2015-03-17 10:49 UTC  (3+ messages)
` [PATCH vfio] vfio: virqfd_lock can be static

[Bug 53601] New: nVMX meta-bug
 2015-03-17  9:12 UTC  (2+ messages)
` [Bug 53601] "

[Bug 94971] New: nVMX meta bug
 2015-03-17  9:12 UTC  (2+ messages)
` [Bug 94971] "

[PATCH 3.12 022/175] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
 2015-03-17  8:41 UTC  (4+ messages)
  ` [PATCH 3.12 048/175] KVM: MIPS: Don't leak FPU/DSP to guest
  ` [PATCH 3.12 070/175] MIPS: Export FP functions used by lose_fpu(1) for KVM
  ` [PATCH 3.12 110/175] KVM: MIPS: Fix trace event to save PC directly

[PATCHv3] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
 2015-03-17  6:44 UTC  (4+ messages)

[Bug 94771] New: [Nested kvm on kvm] 32bit win7 guest as L2 guest sho blue screen
 2015-03-17  4:53 UTC  (3+ messages)
` [Bug 94771] "
` [Bug 94771] [Nested kvm on kvm] 32bit win7 guest as L2 guest show "

[Bug 90381] New: error when loading kvm_intel module
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 90381] error when loading kvm_intel module kvm_intel unuseable

[Bug 60782] New: [Nested] Windows XP Mode can not work
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 60782] "

[Bug 54471] New: nVMX: TRUE* MSRs unnecessary
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 54471] "

[Bug 54461] New: nVMX: Downgrading nested VMX features from user-space
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 54461] "

[Bug 54521] New: nVMX: accurately emulate VMXON region
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 54521] "

[Bug 54161] New: nVMX: nested vpid
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 54161] "

[Bug 54141] New: nVMX: Support TPR shadow
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 54141] "

[Bug 53761] New: nVMX: MSR bitmap merging
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 53761] "

[Bug 53851] New: nVMX: Support live migration of whole L1 guest
 2015-03-17  3:53 UTC  (2+ messages)
` [Bug 53851] "


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