public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-26 22:24:10 to 2015-03-31 17:20:05 UTC [more...]

[RFC v5 00/13] KVM-VFIO IRQ forward control
 2015-03-31 17:20 UTC  (3+ messages)
` [RFC v5 06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked}

[GSoC] project proposal
 2015-03-31 17:14 UTC  (5+ messages)

[Qemu-devel] E5-2620v2 - emulation stop error
 2015-03-31 16:45 UTC  (20+ messages)
      `  "

[GIT PULL 0/8] KVM: s390: Features and fixes for 4.1 (kvm/next)
 2015-03-31 16:14 UTC  (13+ messages)
` [GIT PULL 1/8] KVM: s390: store the breaking-event address on pgm interrupts
` [GIT PULL 2/8] KVM: s390: enable more features that need no hypervisor changes
` [GIT PULL 3/8] KVM: s390: fix get_all_floating_irqs
` [GIT PULL 4/8] KVM: s390: deliver floating interrupts in order of priority
` [GIT PULL 5/8] KVM: s390: cpu timer irq priority
` [GIT PULL 6/8] KVM: s390: add ioctl to inject local interrupts
` [GIT PULL 7/8] KVM: s390: refactor vcpu injection function
` [GIT PULL 8/8] KVM: s390: migrate vcpu interrupt state

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-03-31 16:05 UTC  (12+ messages)
` [PATCH 01/25] arm: "
` [PATCH 06/25] powerpc: "
` [PATCH 11/25] x86: "

[PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
 2015-03-31 15:40 UTC  (5+ messages)
` [PATCH v2 1/4] linux-headers: partial sync from my kernel tree (DEV)
` [PATCH v2 2/4] target-arm: kvm - implement software breakpoints
` [PATCH v2 3/4] target-arm: kvm - support for single step
` [PATCH v2 4/4] target-arm: kvm - add support for HW assisted debug

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-03-31 15:08 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: add commentary for kvm_debug_exit_arch struct
` [PATCH v2 02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
` [PATCH v2 07/10] KVM: arm64: guest debug, add support for single-step
` [PATCH v2 08/10] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v2 09/10] KVM: arm64: trap nested debug register access
` [PATCH v2 10/10] KVM: arm64: add trace points for guest_debug debug

[PATCH v4 00/15] s390x cpu model implementation
 2015-03-31 13:16 UTC  (31+ 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
    ` [Qemu-devel] "
` [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model
    ` [Qemu-devel] "
` [PATCH v4 12/15] Add optional parameters to QMP command query-cpu-definitions
  ` [Qemu-devel] "
` [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

KVM call agenda for 2015-03-31
 2015-03-31 12:50 UTC  (2+ messages)

XP machine freeze
 2015-03-31 11:23 UTC  (11+ messages)

copy_huge_page: unable to handle kernel NULL pointer dereference at 0000000000000008
 2015-03-31 10:01 UTC  (6+ messages)

[PATCH v2] kvm: avoid page allocation failure in kvm_set_memory_region()
 2015-03-31  9:24 UTC  (2+ messages)

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-03-31  1:13 UTC  (14+ messages)
` [v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked

[PATCH 0/5] KVM: x86: 64/32 bit fixes and INIT/BSP fixes
 2015-03-30 19:37 UTC  (12+ 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

[PATCH 0/9] qspinlock stuff -v15
 2015-03-30 16:43 UTC  (9+ messages)

[RFC PATCH 1/2] KVM: remove useless check of "ret" variable prior to returning the same value
 2015-03-30 14:57 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Removing redundant definitions from emulator
 2015-03-30 14:52 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: removing redundant eflags bits definitions
` [PATCH 2/2] KVM: x86: Remove redundant definitions

[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 v3 00/11] KVM: arm/arm64: move VGIC MMIO to kvm_io_bus
 2015-03-30 10:47 UTC  (18+ messages)
` [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

[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 v3 0/2] kvm: x86: Implement handling of RH=1 for MSI delivery in KVM
 2015-03-29  2:17 UTC  (3+ messages)

[RFC PATCH 2/2] KVM: task switch: generate #DB trap if TSS.T is set
 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  (9+ messages)

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

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

[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  (7+ 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  (3+ messages)
` [PATCH v5 1/3] powerpc/eeh: Move PE state constants around

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

x86: kvm: Revert "remove sched notifier for cross-cpu migrations"
 2015-03-26 22:40 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox