public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-24 17:10:16 to 2014-04-29 00:54:58 UTC [more...]

[PATCH v4 2/5] live migration support for initial write protect of VM
 2014-04-29  0:54 UTC 

[PATCH v4 0/5] live migration dirty bitmap support for ARMv7
 2014-04-29  0:54 UTC 

KVM: x86: expose invariant tsc cpuid bit
 2014-04-27  1:30 UTC  (2+ messages)
` KVM: x86: expose invariant tsc cpuid bit (v2)

[patch 0/2] expose invariant tsc flag for kvm guests (v2)
 2014-04-28 20:36 UTC  (10+ messages)
` [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed
    ` target-i386: block migration and savevm if invariant tsc is exposed (v3)
            ` [PATCH] savevm: check vmsd for migratability status

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-04-28 20:20 UTC  (24+ messages)
  ` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
  ` [RFC PATCH v5 02/11] ARM SMMU: Add capability IOMMU_CAP_DMA_EXEC
  ` [RFC PATCH v5 03/11] VFIO_IOMMU_TYPE1 for platform bus devices on ARM
  ` [RFC PATCH v5 04/11] VFIO_IOMMU_TYPE1: Introduce the VFIO_DMA_MAP_FLAG_EXEC flag
  ` [RFC PATCH v5 05/11] VFIO_PLATFORM: Initial skeleton of VFIO support for platform devices
  ` [RFC PATCH v5 06/11] VFIO_PLATFORM: Return info for device and its memory mapped IO regions
  ` [RFC PATCH v5 07/11] VFIO_PLATFORM: Read and write support for the device fd
  ` [RFC PATCH v5 08/11] VFIO_PLATFORM: Support MMAP of MMIO regions
  ` [RFC PATCH v5 09/11] VFIO_PLATFORM: Return IRQ info
  ` [RFC PATCH v5 10/11] VFIO_PLATFORM: Initial interrupts support
  ` [RFC PATCH v5 11/11] VFIO_PLATFORM: Support for maskable and automasked interrupts

[patch 0/2] expose invariant tsc flag for kvm guests
 2014-04-28 19:23 UTC  (13+ messages)
` [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed

[PATCH v10 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-28 17:19 UTC  (16+ messages)
` [PATCH v10 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v10 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v10 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v10 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v10 11/12] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND

[PATCH v4] kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
 2014-04-28 16:39 UTC 

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

KVM call agenda for 2014-04-28
 2014-04-28 15:34 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 1/2] KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()
 2014-04-28 15:31 UTC  (6+ messages)

[PATCH 0/2] KVM: async_pf: use_mm/mm_users fixes
 2014-04-28 15:27 UTC  (6+ messages)
    ` [PATCH 3/2] KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)

[PATCH kvm-unit-tests 00/18] lib/x86 TLC, extending tests for both 32- and 64-bits, and SMAP tests
 2014-04-28 15:23 UTC  (19+ messages)
` [PATCH kvm-unit-tests 01/18] libcflat: move stringification trick to a common place
` [PATCH kvm-unit-tests 02/18] x86: move size #defines to processor.h
` [PATCH kvm-unit-tests 03/18] x86: desc: change set_gdt_entry argument to selector
` [PATCH kvm-unit-tests 04/18] x86: desc: move idt_entry_t and gdt_entry_t to header
` [PATCH kvm-unit-tests 05/18] x86: desc: reuse cstart.S GDT and TSS
` [PATCH kvm-unit-tests 06/18] x86: taskswitch: use desc library
` [PATCH kvm-unit-tests 07/18] x86: unify GDT format between 32-bit and 64-bit
` [PATCH kvm-unit-tests 08/18] x86: move CR0 and CR4 constants to processor.h
` [PATCH kvm-unit-tests 09/18] x86: desc: support ISTs for alternate stacks in 64-bit mode
` [PATCH kvm-unit-tests 10/18] x86: eventinj: fix inline assembly and make it more robust to new compilers
` [PATCH kvm-unit-tests 11/18] x86: eventinj: enable NP test in 64-bit mode
` [PATCH kvm-unit-tests 12/18] x86: eventinj: port consecutive exception tests to x86-64
` [PATCH kvm-unit-tests 13/18] x86: xsave: use cpuid functions from processor.h
` [PATCH kvm-unit-tests 14/18] x86: svm: rename get_pte function
` [PATCH kvm-unit-tests 15/18] x86: vm: remove dead code
` [PATCH kvm-unit-tests 16/18] x86: vm: export get_pte and return a pointer to it
` [PATCH kvm-unit-tests 17/18] x86: vm: mark intermediate PTEs as user-accessible
` [PATCH kvm-unit-tests 18/18] x86: smap: new testcase

kvm smm mode support?
 2014-04-28 14:22 UTC  (7+ messages)

[PATCH] KVM: x86: Fix page-tables reserved bits
 2014-04-28 12:20 UTC  (6+ messages)

[PATCH 0/3] Emulate VMXON region correctly
 2014-04-28 11:31 UTC  (6+ messages)
` [PATCH 1/3] KVM: nVMX: rearrange get_vmx_mem_address
` [PATCH 2/3] KVM: nVMX: additional checks on vmxon region
` [PATCH 3/3] KVM: nVMX: fail on invalid vmclear/vmptrld pointer

[PATCH v5 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-28 11:30 UTC  (3+ messages)
` [PATCH v5 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS
 2014-04-28 10:49 UTC  (3+ messages)

[RFC PATCH v3 0/6] Emulator speedups - avoid initializations where possible
 2014-04-28 10:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: co-maintainance of KVM/{arm,arm64}
 2014-04-28 10:28 UTC  (4+ messages)

[PATCH v2] KVM: vmx: Advance rip to after an ICEBP instruction
 2014-04-28 10:18 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86/debug: return report_summary
 2014-04-28  9:16 UTC  (2+ messages)

[PATCH v2] KVM: x86: Check for host supported fields in shadow vmcs
 2014-04-28  9:14 UTC  (7+ messages)

[PATCH] kvm: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-28  9:13 UTC  (12+ messages)
` [PATCH v2] kvm: Use pci_enable_msix_exact() "

[PATCH] arch/x86/kvm/x86.c: remove a superfluous test for !X86_64
 2014-04-28  8:41 UTC  (4+ messages)

[PATCH v2 0/3] Fix usage of trace events with '-' in trace system name
 2014-04-28  7:27 UTC  (5+ messages)
` [PATCH 1/3] perf tools: parse tracepooints with '-' in "
` [PATCH 2/3] perf-test: add numeric identifier to evlist_test
` [PATCH 3/3] perf-test: Add a test of kvm-390: trace event

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-27 18:09 UTC  (2+ messages)

RFC: sharing config interrupt between virtio devices for saving MSI
 2014-04-27 15:44 UTC  (4+ messages)

[PATCH 1/2] arch/x86/kvm/x86.c: remove superflous check condition
 2014-04-27 15:29 UTC  (6+ messages)
` [PATCH 2/2] arch/x86/kvm/x86.c: variable longmode ist just used in one place, remove it therefore

[arch/x86/kvm/x86.c:5699]: (error) Uninitialized variable: param
 2014-04-27  9:53 UTC  (2+ messages)

KVM/ARM Workflow
 2014-04-26 11:16 UTC 

[PATCH] arm: KVM: fix possible misalignment of PGDs and bounce page
 2014-04-25 17:28 UTC  (5+ messages)

[PATCH/RFC 00/11] perf/s390/kvm: trace events, perf kvm stat
 2014-04-25  9:12 UTC  (12+ messages)
` [PATCH 01/11] s390: add sie exit reasons tables
` [PATCH 02/11] KVM: s390: Use trace tables from sie.h
` [PATCH 03/11] KVM: s390: decoder of SIE intercepted instructions
` [PATCH 04/11] KVM: s390: Use intercept_insn decoder in trace event
` [PATCH 05/11] perf kvm: Intoduce HAVE_KVM_STAT_SUPPORT flag
` [PATCH 06/11] perf kvm: simplify of exit reasons tables definitions
` [PATCH 07/11] perf kvm: Refactoring of cpu_isa_config()
` [PATCH 08/11] perf kvm: allow for variable string sizes
` [PATCH 09/11] perf kvm: use defines of kvm events
` [PATCH 10/11] perf: allow to use cpuinfo on s390
` [PATCH 11/11] perf kvm: add stat support "

Add armhf support for qemu-kvm
 2014-04-25  7:27 UTC 

[RFC]How to improve KVM VM resource assignment and per-vm process/thread scheduling
 2014-04-25  2:16 UTC 

[PATCH v3 2/4] live migration support for initial write protect of VM
 2014-04-25  2:01 UTC  (3+ messages)

[PATCH v3 0/9] kvmtool: handle guests of a different endianness
 2014-04-24 18:17 UTC  (10+ messages)
` [PATCH v3 1/9] kvmtool: pass trapped vcpu to MMIO accessors
` [PATCH v3 2/9] kvmtool: virt_queue configuration based on endianness
` [PATCH v3 3/9] kvmtool: sample CPU endianness on virtio-mmio device reset
` [PATCH v3 4/9] kvmtool: add queue endianness initializer
` [PATCH v3 5/9] kvmtool: convert console backend to support bi-endianness
` [PATCH v3 6/9] kvmtool: convert 9p "
` [PATCH v3 7/9] kvmtool: convert blk "
` [PATCH v3 8/9] kvmtool: convert net "
` [PATCH v3 9/9] kvmtool: virtio: enable arm/arm64 support for bi-endianness

[PATCH 0/4] Random kvmtool fixes
 2014-04-24 17:10 UTC  (2+ messages)
` [PATCH 3/4] kvmtool: Fix handling of POLLHUP when --tty is used


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