public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-28 10:19:57 to 2014-05-01 22:46:20 UTC [more...]

random: Providing a seed value to VM guests
 2014-05-01 22:46 UTC  (14+ messages)

[3.13.y.z extended stable] Patch "MIPS: KVM: Pass reserved instruction exceptions to guest" has been added to staging queue
 2014-05-01 19:17 UTC 

[PATCH] random: Add "initialized" variable to proc
 2014-05-01 18:59 UTC  (2+ messages)
                  ` random: Providing a seed value to VM guests

CPUs support APIC virtualization
 2014-05-01 11:11 UTC  (2+ messages)

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-01  0:45 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: PPC: e500mc: Revert "add load inst fixup"
` [PATCH v2 2/4] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
` [PATCH v2 3/4] KVM: PPC: Alow kvmppc_get_last_inst() to fail
` [PATCH v2 4/4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-01  0:39 UTC 

[PATCH 0/3] bridge: few enhancements and small fixes
 2014-05-01  0:12 UTC  (17+ messages)
` [PATCH 1/3] bridge: preserve random init MAC address
` [PATCH 2/3] bridge: trigger a bridge calculation upon port changes

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-04-30 22:12 UTC  (10+ messages)
` [PATCH 1/6] KVM: PPC: Book3S PR: Ignore PMU SPRs
` [PATCH 2/6] KVM: PPC: Book3S PR: Emulate TIR register
` [PATCH 3/6] KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR
` [PATCH 4/6] KVM: PPC: Book3S PR: Expose TAR facility to guest
` [PATCH 5/6] KVM: PPC: Book3S PR: Expose EBB registers
` [PATCH 6/6] KVM: PPC: Book3S PR: Expose TM registers

[GIT PULL] KVM/ARM Fixes for 3.15-rc4
 2014-04-30 19:26 UTC  (7+ messages)
` [PATCH 1/5] ARM: KVM: disable KVM in Kconfig on big-endian systems
` [PATCH 2/5] arm: KVM: fix possible misalignment of PGDs and bounce page
` [PATCH 3/5] KVM: ARM: vgic: Fix sgi dispatch problem
` [PATCH 4/5] KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
` [PATCH 5/5] KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address

[PATCH] KVM: PPC: E500: Add dcbtls emulation
 2014-04-30 17:27 UTC 

[PATCH] KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFR
 2014-04-30 17:27 UTC 

[patch 0/2] expose invariant tsc flag for kvm guests (v2)
 2014-04-30 15:47 UTC  (11+ 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] savevm: check vmsd for migratability status (v2)
                  ` [Qemu-devel] "

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-04-30 13:08 UTC  (31+ 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 v11 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-30 11:36 UTC  (17+ 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

[GIT PULL 0/6] KVM: s390: Fixes and single VCPU speedup
 2014-04-30 10:30 UTC  (11+ messages)
` [GIT PULL 1/6] KVM: s390: Handle MVPG partial execution interception
` [GIT PULL 2/6] KVM: s390: Add a function for checking the low-address protection
` [GIT PULL 3/6] KVM: s390: Fixes for PFMF
` [GIT PULL 4/6] KVM: s390: Add low-address protection to TEST BLOCK
` [GIT PULL 5/6] KVM: s390: introduce kvm_s390_vcpu_{start,stop}
` [GIT PULL 6/6] KVM: s390: enable IBS for single running VCPUs

[PATCH 0/6] Implement split core for POWER8
 2014-04-30  9:52 UTC  (3+ messages)

[RFC v2] ARM VM System Specification
 2014-04-30  8:14 UTC  (3+ messages)

performance same ?
 2014-04-30  6:51 UTC 

[PATCH 0/3] Emulate VMXON region correctly
 2014-04-29 16:54 UTC  (6+ messages)
` [PATCH 2/3] KVM: nVMX: additional checks on vmxon region

KVM call minutes for 2014-04-29
 2014-04-29 15:20 UTC 

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

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

KVM: x86: expose invariant tsc cpuid bit
 2014-04-29 13:12 UTC  (3+ messages)
` KVM: x86: expose invariant tsc cpuid bit (v2)

PCI passthrough fail with Intel 82574L
 2014-04-29 13:11 UTC 

[PATCH v4] kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
 2014-04-29  7:55 UTC  (2+ messages)

[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 

[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  (6+ messages)
` [PATCH 14/21] MIPS: KVM: Add nanosecond count bias KVM register

[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 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  (2+ messages)

[PATCH v2] KVM: vmx: Advance rip to after an ICEBP instruction
 2014-04-28 10:18 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