public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-25 09:12:26 to 2014-04-29 12:33:55 UTC [more...]

KVM call agenda for 2014-04-28
 2014-04-29 12:33 UTC  (9+ messages)
` [Qemu-devel] "

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-04-29  9:52 UTC  (26+ 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 v4] kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
 2014-04-29  7:55 UTC  (2+ messages)

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

[PATCH v11 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-29  5:54 UTC  (13+ messages)
` [PATCH v11 01/12] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH v11 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v11 03/12] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH v11 04/12] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH v11 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v11 06/12] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH v11 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v11 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v11 09/12] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v11 10/12] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH v11 11/12] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
` [PATCH v11 12/12] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space

[PATCH v4 5/5] change update_range to handle > 4GB 2nd stage range for ARMv7
 2014-04-29  1:06 UTC 

[PATCH v4 4/5] add 2nd stage page fault handling during live migration
 2014-04-29  0:55 UTC 

[PATCH v4 3/5] live migration support for VM dirty log management
 2014-04-29  0:55 UTC 

[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

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

[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  (5+ 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  (9+ messages)
` [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 "


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