public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-29 00:55:04 to 2014-05-05 11:56:31 UTC [more...]

[PATCH RFC 00/22] EEH Support for VFIO PCI devices on PowerKVM guest
 2014-05-05 11:56 UTC  (24+ messages)
` [PATCH 01/22] powerpc: Introduce CONFIG_KVM_EEH
` [PATCH 02/22] powerpc/eeh: Info to trace passed devices
` [PATCH 03/22] powerpc/eeh: Search EEH device by guest address
` [PATCH 04/22] powerpc/eeh: Search EEH PE "
` [PATCH 05/22] powerpc/eeh: Release VFIO dev on VM destruction
` [PATCH 06/22] powerpc/eeh: Function for address mapping
` [PATCH 07/22] powerpc/eeh: Function to tear down "
` [PATCH 08/22] kvm: Address mapping for VFIO device
` [PATCH 09/22] powerpc/powernv: EEH RTAS emulation backend
` [PATCH 10/22] powerpc/eeh: Introduce kvmppc_eeh_format_addr()
` [PATCH 11/22] powerpc/eeh: Emulate RTAS call ibm,set-eeh-option
` [PATCH 12/22] powerpc/eeh: Emulate RTAS call ibm,set-slot-reset
` [PATCH 13/22] powerpc/eeh: Emulate RTAS call ibm,read-slot-reset-state2
` [PATCH 14/22] powerpc/eeh: Emulate RTAS call ibm,get-config-addr-info2
` [PATCH 15/22] powerpc/eeh: Emulate RTAS call ibm,slot-error-detail
` [PATCH 16/22] powerpc/eeh: Emulate RTAS call ibm,configure-pe
` [PATCH 17/22] powerpc/kvm: Connect EEH RTAS emulation backend
` [PATCH 18/22] powerpc/eeh: Avoid event on passed PE
` [PATCH 19/22] powerpc: Introduce CONFIG_KVM_ERRINJCT
` [PATCH 20/22] powerpc/kvm: Infrastructure for error injection
` [PATCH 21/22] powerpc/powernv: Sync OPAL header file with firmware
` [PATCH 22/22] powerpc/powernv: Support PCI error injection

[RFC PATCH] KVM: PPC: BOOK3S: HV: THP support for guest
 2014-05-05 11:38 UTC  (3+ messages)

[PATCH] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
 2014-05-05 11:29 UTC  (2+ messages)

[PATCH] KVM: PPC: BOOK3S: HV: Don't try to allocate from kernel page allocator for hash page table
 2014-05-05 11:26 UTC  (2+ messages)

[PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr
 2014-05-05 11:19 UTC  (2+ messages)

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-05-05 11:18 UTC  (13+ 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

[PATCH V5] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
 2014-05-05 11:17 UTC  (2+ messages)

[PATCH/RFC 00/11] perf/s390/kvm: trace events, perf kvm stat
 2014-05-05 10:43 UTC  (8+ messages)
` [PATCH 08/11] perf kvm: allow for variable string sizes
` [PATCH 11/11] perf kvm: add stat support on s390

[patch] KVM: s390: return -EFAULT if copy_from_user() fails
 2014-05-05  7:30 UTC  (2+ messages)

[PATCH 0/1] KVM: x86: improve the usability of the 'kvm_pio' tracepoint
 2014-05-05  7:10 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH V4] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
 2014-05-04 23:59 UTC  (2+ messages)

PCI Passthrough of GTX750
 2014-05-04 16:40 UTC  (3+ messages)

KVM Nested L2 guest startup problems
 2014-05-04 16:33 UTC  (9+ messages)

lat_rpc performance issue in kvm?
 2014-05-04  2:03 UTC 

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-03 22:14 UTC  (13+ 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

[Bug 75331] New: "soft lockup CPU#0 stuck for 23s" regression on 32bit 3.13.0+ kernels
 2014-05-03 20:13 UTC  (3+ messages)
` [Bug 75331] "

Please Acknowledge My Proposal
 2014-05-03 12:20 UTC 

[PATCH] arch/x86/kvm/x86.c: add comment to a superfluous test for !X86_64
 2014-05-03  9:17 UTC 

[PATCH v3 0/9] kvmtool: handle guests of a different endianness
 2014-05-03  7:07 UTC  (2+ messages)

Re
 2014-05-03  3:17 UTC 

Warning: Security Alert
 2014-05-02 20:37 UTC 

[RFC PATCH v5 00/11] VFIO support for platform devices
 2014-05-02 17:25 UTC  (28+ messages)
` [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 11/11] VFIO_PLATFORM: Support for maskable and automasked interrupts

No-downtime ROM upgrades
 2014-05-02 16:23 UTC 

[PATCH 3.13 077/151] MIPS: KVM: Pass reserved instruction exceptions to guest
 2014-05-02 15:37 UTC 

[GIT PULL] KVM changes for 3.15-rc4
 2014-05-02 14:09 UTC 

random: Providing a seed value to VM guests
 2014-05-01 23:00 UTC  (16+ 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: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

[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] "

[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 2/2] target-i386: block migration and savevm if invariant tsc is exposed
 2014-04-29 14:29 UTC  (13+ messages)

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 


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