public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-21 21:04:00 to 2014-05-28 14:21:28 UTC [more...]

[PATCH 00/21] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-28 14:21 UTC  (6+ messages)
` [PATCH 14/21] MIPS: KVM: Add nanosecond count bias KVM register

[PATCH] KVM: PPC: Book3S PR: Rework SLB switching code
 2014-05-28 14:13 UTC  (3+ messages)

[PATCH] kvmtool: virtio: pass trapped vcpu to IO accessors
 2014-05-28 13:51 UTC  (2+ messages)

[PATCH 0/3] New PAPR hypercall plus individual hypercall enables
 2014-05-28 13:35 UTC  (7+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: Controls for in-kernel PAPR hypercall handling
` [PATCH 2/3] KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
` [PATCH 3/3] KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling

release VCPUs while VM is running,
 2014-05-28 13:16 UTC  (2+ messages)

[RFC] Implement Batched (group) ticket lock
 2014-05-28 12:16 UTC 

[PATCH 0/8] Bug fixes for HV KVM, v2
 2014-05-28 12:14 UTC  (10+ messages)
` [PATCH 1/8] KVM: PPC: Book3S: Add ONE_REG register names that were missed
` [PATCH 2/8] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number
` [PATCH 3/8] KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates()
` [PATCH 4/8] KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base address
` [PATCH 5/8] KVM: PPC: Book3S HV: Fix dirty map for hugepages
` [PATCH 6/8] KVM: PPC: Book3S HV: Make sure we don't miss dirty pages
` [PATCH 7/8] KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugs
` [PATCH 8/8] KVM: PPC: Book3S HV: Fix machine check delivery to guest

[Bug 76331] New: kernel BUG at drivers/iommu/intel-iommu.c:844!
 2014-05-28 10:41 UTC  (4+ messages)
` [Bug 76331] "

[PATCH v2 0/9] arm64: KVM: debug infrastructure support
 2014-05-28 10:34 UTC  (25+ messages)
` [PATCH v2 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v2 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH v2 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v2 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v2 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH v2 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH v2 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v2 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH v2 9/9] arm64: KVM: enable trapping of all "

[PATCH v6 0/4] live migration dirty bitmap support for ARMv7
 2014-05-28  9:08 UTC  (15+ messages)
` [PATCH v6 1/4] add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v6 2/4] live migration support for initial write protect of VM
` [PATCH v6 3/4] live migration support for VM dirty log management
` [PATCH v6 4/4] add 2nd stage page fault handling during live migration

[GIT PULL RESEND] KVM fixes for 3.15-rc6
 2014-05-28  8:23 UTC 

Question about MSR_K7_HWCR in kvm_set_msr_common
 2014-05-28  8:14 UTC 

[PATCH v3] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-28  3:30 UTC  (4+ messages)
` [libvirt] "

[GIT PULL] KVM fixes for 3.15-rc6
 2014-05-27 23:01 UTC  (3+ messages)

[PATCH kvm-unit-tests] x86: access: test pde.13
 2014-05-27 15:49 UTC 

KVM call minutes for 2014-05-27
 2014-05-27 14:21 UTC 

[GIT PULL] KVM/ARM and PSCI v0.2 Changes for 3.16
 2014-05-27  9:47 UTC  (22+ messages)
` [PATCH 01/16] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH 02/16] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH 03/16] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH 04/16] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH 05/16] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH 06/16] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH 07/16] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH 08/16] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH 09/16] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH 10/16] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH 11/16] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
` [PATCH 12/16] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space
` [PATCH 13/16] PSCI: Add initial support for PSCIv0.2 functions
` [PATCH 14/16] Documentation: devicetree: Add new binding for PSCIv0.2
` [PATCH 15/16] ARM: Check if a CPU has gone offline
` [PATCH 16/16] arm64: KVM: Enable minimalistic support for Cortex-A53

[PATCH] KVM: x86: MOV CR/DR emulation should ignore mod
 2014-05-27  9:24 UTC  (4+ messages)
  ` [PATCH kvm-unit-tests] x86: test mov DR with ignored mod bits

[PATCH kvm-unit-tests 00/18] lib/x86 TLC, extending tests for both 32- and 64-bits, and SMAP tests
 2014-05-27  9:22 UTC  (2+ messages)

KVM call agenda for 2014-05-27
 2014-05-27  9:19 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH] arm: Fix compile warning for psci
 2014-05-27  9:18 UTC 

[PATCH v2 4/4] KVM: x86: get CPL from SS.DPL
 2014-05-27  5:22 UTC  (3+ messages)

BUG: commit 50a2c6e breaks KVM/ARM (reset/init vcpu order)
 2014-05-26 21:04 UTC  (9+ messages)
      ` 回复: "

Your Urgent reply
 2014-05-26 17:56 UTC 

[PATCH v2 0/4] KVM: x86: get CPL from SS.DPL
 2014-05-26 17:01 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86: use new CS.RPL as CPL during task switch
` [PATCH v2 3/4] KVM: x86: check CS.DPL against RPL "
` [PATCH v2 4/4] KVM: x86: get CPL from SS.DPL

Did you get my last message?
 2014-05-26 21:58 UTC 

[PATCH] KVM: lapic: sync highest ISR to hardware apic on EOI
 2014-05-26 15:39 UTC  (3+ messages)

[PATCH v2 0/4] KVM: x86: get CPL from SS.DPL
 2014-05-26 12:53 UTC  (2+ messages)

Handle multiple interrupts injection in one vmexit
 2014-05-26 11:09 UTC  (3+ messages)

[PATCH v2 1/4] KVM: x86: use new CS.RPL as CPL during task switch
 2014-05-26  5:09 UTC 

[PATCH 0/7] Bug fixes for HV KVM
 2014-05-26  3:30 UTC  (11+ messages)
` [PATCH 1/7] KVM: PPC: Book3S: Add ONE_REG register names that were missed
` [PATCH 2/7] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number
` [PATCH 3/7] KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates()
` [PATCH 4/7] KVM: PPC: Book3S HV: Fix dirty map for hugepages
` [PATCH 5/7] KVM: PPC: Book3S HV: Make sure we don't miss dirty pages
` [PATCH 6/7] KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugs
` [PATCH 7/7] KVM: PPC: Book3S HV: Fix machine check delivery to guest

[PATCH v2 3/4] KVM: x86: check CS.DPL against RPL during task switch
 2014-05-25 23:13 UTC 

[PATCH v2 2/4] KVM: x86: drop set_rflags callback
 2014-05-25 23:06 UTC 

[PATCH] arm64: KVM: Enable minimalistic support for Cortex-A53
 2014-05-25 18:07 UTC  (2+ messages)

[Bug 65561] New: KVM:Entry failed on Single stepping sti instruction
 2014-05-25  8:00 UTC  (20+ messages)
` [Bug 65561] "

haster lån @ 3%
 2014-05-25  1:06 UTC 

KVM and Windows 2008 R2 Crashing
 2014-05-23 22:27 UTC 

[PATCH 00/15] MIPS: Add mips_paravirt
 2014-05-23 21:47 UTC  (19+ messages)
` [PATCH 06/15] MIPS: Add minimal support for OCTEON3 to c-r4k.c
` [PATCH 07/15] MIPS: Add mips_cpunum() function
` [PATCH 10/15] MIPS: Add code for new system 'paravirt'
` [PATCH 11/15] MIPS: paravirt: Add pci controller for virtio

[PATCH v2 0/6] Implement split core for POWER8
 2014-05-23 10:50 UTC  (13+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: Rework the secondary inhibit code
` [PATCH v2 2/6] powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()
` [PATCH v2 3/6] powerpc: Add threads_per_subcore
` [PATCH v2 4/6] powerpc: Check cpu_thread_in_subcore() in __cpu_up()
` [PATCH v2 5/6] KVM: PPC: Book3S HV: Use threads_per_subcore in KVM
` [PATCH v2 6/6] powerpc/powernv: Add support for POWER8 split core on powernv

qemu-kvm swapping even though vm.swappiness = 0
 2014-05-23  9:21 UTC 

Naive questions regarding KVM
 2014-05-23  5:51 UTC  (4+ messages)

Question about the kvm emulator
 2014-05-23  2:24 UTC  (3+ messages)

[PATCH v1 RFC 0/6] KVM: s390: cpu model implementation
 2014-05-22 22:39 UTC  (20+ messages)
` [PATCH v1 RFC 6/6] KVM: s390: add cpu model support
                    ` [Qemu-devel] "

[PATCH] KVM: PPC: Add CAP to indicate hcall fixes
 2014-05-22 15:44 UTC 

[PATCH] KVM: PPC: MPIC: Reset IRQ source private members
 2014-05-22 15:34 UTC 

[Bug 76621] New: Bridged networking stopped working after yum update
 2014-05-22 10:31 UTC  (9+ messages)
` [Bug 76621] "

KVM Test report, kernel d9f89b88... qemu e5bfd640
 2014-05-22  9:34 UTC 

[PATCH 0/4] VFIO Misc fixes
 2014-05-22  5:10 UTC  (3+ messages)
` [PATCH 1/4] PCI: Export MSI message relevant functions


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