public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-25 18:07:32 to 2014-05-29 11:33:03 UTC [more...]

[PATCH v2 00/23] MIPS: KVM: Fixes and guest timer rewrite
 2014-05-29 11:31 UTC  (28+ messages)
` [PATCH v2 01/23] MIPS: KVM: Allocate at least 16KB for exception handlers
` [PATCH v2 02/23] MIPS: Export local_flush_icache_range for KVM
` [PATCH v2 03/23] MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst
` [PATCH v2 04/23] MIPS: KVM: Use tlb_write_random
` [PATCH v2 05/23] MIPS: KVM: Add CP0_EPC KVM register access
` [PATCH v2 06/23] MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h
` [PATCH v2 07/23] MIPS: KVM: Add CP0_Count/Compare KVM register access
` [PATCH v2 08/23] MIPS: KVM: Add CP0_UserLocal "
` [PATCH v2 09/23] MIPS: KVM: Add CP0_HWREna "
` [PATCH v2 10/23] MIPS: KVM: Deliver guest interrupts after local_irq_disable()
` [PATCH v2 11/23] MIPS: KVM: Fix timer race modifying guest CP0_Cause
` [PATCH v2 12/23] MIPS: KVM: Migrate hrtimer to follow VCPU
` [PATCH v2 13/23] MIPS: KVM: Rewrite count/compare timer emulation
` [PATCH v2 14/23] MIPS: KVM: Override guest kernel timer frequency directly
` [PATCH v2 15/23] MIPS: KVM: Add master disable count interface
` [PATCH v2 16/23] MIPS: KVM: Add count frequency KVM register
` [PATCH v2 17/23] MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
` [PATCH v2 18/23] MIPS: KVM: Whitespace fixes in kvm_mips_callbacks
` [PATCH v2 19/23] MIPS: KVM: Fix kvm_debug bit-rottage
` [PATCH v2 20/23] MIPS: KVM: Remove ifdef DEBUG around kvm_debug
` [PATCH v2 21/23] MIPS: KVM: Quieten kvm_info() logging
` [PATCH v2 22/23] MIPS: KVM: Remove redundant NULL checks before kfree()
` [PATCH v2 23/23] MIPS: KVM: Remove redundant semicolon

[RFC] Implement Batched (group) ticket lock
 2014-05-29  9:51 UTC  (8+ messages)

[PATCH v2 0/9] arm64: KVM: debug infrastructure support
 2014-05-29  8:55 UTC  (19+ messages)
` [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 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v2 9/9] arm64: KVM: enable trapping of all "

[PATCH v6 0/4] live migration dirty bitmap support for ARMv7
 2014-05-29  8:51 UTC  (21+ 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

About releasing vcpu when closing vcpu fd
 2014-05-29  8:12 UTC  (2+ messages)

[PATCH 0/3] New PAPR hypercall plus individual hypercall enables
 2014-05-29  7:45 UTC  (13+ 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
      ` [PATCH v2 "
          ` powerpc/pseries: Use new defines when calling h_set_mode

Some more basic questions
 2014-05-29  6:45 UTC  (3+ messages)

[PATCH 00/15] MIPS: Add mips_paravirt
 2014-05-28 23:18 UTC  (9+ messages)
` [PATCH 11/15] MIPS: paravirt: Add pci controller for virtio
` [PATCH 15/15] MIPS: paravirt: Provide _machine_halt function to exit VM on shutdown of guest

[PATCH v3] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-28 22:09 UTC  (5+ messages)

[PATCH v2 00/13] MIPS: Add mips_paravirt
 2014-05-28 21:52 UTC  (14+ messages)
` [PATCH v2 01/13] MIPS: OCTEON: Enable use of FPU
` [PATCH v2 02/13] MIPS: Move system level config items from CPU_CAVIUM_OCTEON to CAVIUM_OCTEON_SOC
` [PATCH v2 03/13] MIPS: OCTEON: Move CAVIUM_OCTEON_CVMSEG_SIZE to CPU_CAVIUM_OCTEON
` [PATCH v2 04/13] MIPS: Don't use RI/XI with 32-bit kernels on 64-bit CPUs
` [PATCH v2 05/13] MIPS: Don't build fast TLB refill handler with 32-bit kernels
` [PATCH v2 06/13] MIPS: Add minimal support for OCTEON3 to c-r4k.c
` [PATCH v2 07/13] MIPS: Add function get_ebase_cpunum
` [PATCH v2 08/13] MIPS: OCTEON: Add OCTEON3 to __get_cpu_type
` [PATCH v2 09/13] MIPS: Add functions for hypervisor call
` [PATCH v2 10/13] MIPS: Add code for new system 'paravirt'
` [PATCH v2 11/13] MIPS: paravirt: Add pci controller for virtio
` [PATCH v2 12/13] MIPS: Enable build for new system 'paravirt'
` [PATCH v2 13/13] MIPS: Add minimal defconfig for mips_paravirt

[PATCH v3 00/12] kvm tools: Misc patches (mips support)
 2014-05-28 20:28 UTC  (13+ messages)
` [PATCH v3 01/12] kvm tools: Print message on failure of KVM_CREATE_VM
` [PATCH v3 02/12] kvm tools: Fix print format warnings
` [PATCH v3 03/12] kvm tools: Move definition of TERM_MAX_DEVS to header
` [PATCH v3 04/12] kvm tools: Allow to load ELF binary
` [PATCH v3 05/12] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH v3 06/12] kvm tools, mips: Add MIPS support
` [PATCH v3 07/12] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH v3 08/12] kvm tools, mips: Enable build of mips support
` [PATCH v3 09/12] kvm tools: Handle virtio/pci I/O space as little endian
` [PATCH v3 10/12] kvm tools, mips: Add support for loading elf binaries
` [PATCH v3 11/12] kvm tools: Modify term_putc to write more than one char
` [PATCH v3 12/12] kvm tools: Return number of bytes written by term_putc

Divide error in kvm_unlock_kick()
 2014-05-28 16:42 UTC 

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

[PATCH v2 1/2] KVM: PPC: Book3S PR: Use SLB entry 0
 2014-05-28 14:22 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: PPC: Book3S PR: Rework SLB switching code

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

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

[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  (2+ messages)
` [Bug 76331] "

[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 

[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  (4+ messages)
` [PATCH 4/7] KVM: PPC: Book3S HV: Fix dirty map for hugepages

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


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