messages from 2015-03-26 15:05:31 to 2015-03-31 08:56:07 UTC [more...]
XP machine freeze
2015-03-31 8:56 UTC (9+ messages)
[PATCH v4 00/15] s390x cpu model implementation
2015-03-31 7:56 UTC (27+ 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
` [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
[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
2015-03-31 1:57 UTC (8+ messages)
` [PATCH 01/25] arm: "
` [PATCH 06/25] powerpc: "
` [PATCH 11/25] x86: "
[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
[Qemu-devel] E5-2620v2 - emulation stop error
2015-03-30 19:32 UTC (40+ messages)
` "
[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)
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 (19+ 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)
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
[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 (5+ 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 (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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox