messages from 2015-12-06 05:56:23 to 2015-12-09 20:07:33 UTC [more...]
[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
2015-12-09 20:07 UTC (5+ messages)
` live migration vs device assignment (was Re: [RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC)
` live migration vs device assignment (motivation)
[Patch V0] This patch adds some support required for KVM in order to support LMCE
2015-12-09 19:57 UTC
[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
2015-12-09 16:36 UTC (23+ messages)
[PATCH v3 0/4] Add virtio transport for AF_VSOCK
2015-12-09 12:03 UTC (5+ messages)
` [PATCH v3 1/4] VSOCK: Introduce virtio-vsock-common.ko
` [PATCH v3 2/4] VSOCK: Introduce virtio-vsock.ko
` [PATCH v3 3/4] VSOCK: Introduce vhost-vsock.ko
` [PATCH v3 4/4] VSOCK: Add Makefile and Kconfig
[PATCH kvm-unit-tests] x86: always inline functions called after set_exception_return
2015-12-09 15:02 UTC (2+ messages)
[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
2015-12-09 14:53 UTC (4+ messages)
[PATCH] KVM: PPC: Increase memslots to 512
2015-12-09 10:34 UTC
[PATCH v6 00/21] KVM: ARM64: Add guest PMU support
2015-12-09 9:49 UTC (45+ messages)
` [PATCH v6 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v6 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v6 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v6 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v6 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v6 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v6 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v6 08/21] KVM: ARM64: Add access handler for PMEVTYPERn and PMCCFILTR register
` [PATCH v6 09/21] KVM: ARM64: Add access handler for PMXEVTYPER register
` [PATCH v6 10/21] KVM: ARM64: Add access handler for PMEVCNTRn and PMCCNTR register
` [PATCH v6 11/21] KVM: ARM64: Add access handler for PMXEVCNTR register
` [PATCH v6 12/21] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v6 13/21] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v6 14/21] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v6 15/21] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v6 16/21] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v6 17/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v6 18/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v6 19/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v6 20/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v6 21/21] KVM: ARM64: Add a new kvm ARM PMU device
[PATCH 0/1] KVM: PPC: Increase memslots
2015-12-09 8:57 UTC (4+ messages)
` [PATCH 1/1] KVM: PPC: Increase memslots to 320
[PATCH v2] Revert "Merge branch 'vsock-virtio'"
2015-12-09 2:58 UTC (2+ messages)
[PATCH 0/6] VSOCK: revert virtio-vsock until device spec is finalized
2015-12-09 2:39 UTC (9+ messages)
` [PATCH 1/6] Revert "VSOCK: fix returnvar.cocci warnings"
` [PATCH 2/6] Revert "VSOCK: Add Makefile and Kconfig"
` [PATCH 3/6] Revert "VSOCK: Introduce vhost-vsock.ko"
` [PATCH 4/6] Revert "VSOCK: Introduce virtio-vsock.ko"
` [PATCH 5/6] Revert "VSOCK: Introduce virtio-vsock-common.ko"
` [PATCH 6/6] Revert "VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic"
[PATCH v2 0/5] Add virtio transport for AF_VSOCK
2015-12-09 2:38 UTC (3+ messages)
[PATCH v10 0/6] QEMU support for KVM Guest Debug on arm64
2015-12-08 18:32 UTC (7+ messages)
` [PATCH v10 1/6] target-arm: kvm64 - introduce kvm_arm_init_debug()
` [PATCH v10 2/6] target-arm: kvm - implement software breakpoints
` [PATCH v10 3/6] target-arm: kvm - support for single step
` [PATCH v10 4/6] target-arm: kvm - add support for HW assisted debug
` [PATCH v10 5/6] target-arm: kvm - re-inject guest debug exceptions
` [PATCH v10 6/6] tests/guest-debug: introduce basic gdbstub tests
[PATCH] vhost: vsock: select CONFIG_VHOST
2015-12-08 17:13 UTC (3+ messages)
[PATCH v2 0/3] KVM-UNIT-TESTS: Hyper-V SynIC timers test
2015-12-08 16:36 UTC (4+ messages)
` [PATCH v2 1/3] lib/x86: Make free_page() available to call
` [PATCH v2 2/3] x86/hyperv: Move Hyper-V generic code into hyperv.h/hyperv.c
` [PATCH v2 3/3] x86: Hyper-V SynIC timers test
[PATCH v4 0/4] KVM: arm64: BUG FIX: Correctly handle zero register transfers
2015-12-08 14:48 UTC (12+ messages)
[PATCH v9 0/6] QEMU support for KVM Guest Debug on arm64
2015-12-08 12:02 UTC (7+ messages)
` [PATCH v9 3/6] target-arm: kvm - support for single step
` [PATCH v9 6/6] tests/guest-debug: introduce basic gdbstub tests
Warning Mailbox Exceeded Quota Limit
2015-12-08 11:13 UTC
[PATCH v3 00/22] arm64: KVM: Rewriting the world switch in C
2015-12-08 10:02 UTC (36+ messages)
` [PATCH v3 01/22] arm64: Add macros to read/write system registers
` [PATCH v3 02/22] arm64: KVM: Add a HYP-specific header file
` [PATCH v3 03/22] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v3 04/22] KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
` [PATCH v3 05/22] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v3 06/22] arm64: KVM: Implement timer save/restore
` [PATCH v3 07/22] arm64: KVM: Implement system register save/restore
` [PATCH v3 08/22] arm64: KVM: Implement 32bit "
` [PATCH v3 09/22] arm64: KVM: Implement debug save/restore
` [PATCH v3 10/22] arm64: KVM: Implement guest entry
` [PATCH v3 11/22] arm64: KVM: Add patchable function selector
` [PATCH v3 12/22] arm64: KVM: Implement the core world switch
` [PATCH v3 13/22] arm64: KVM: Implement fpsimd save/restore
` [PATCH v3 14/22] arm64: KVM: Implement TLB handling
` [PATCH v3 15/22] arm64: KVM: HYP mode entry points
` [PATCH v3 16/22] arm64: KVM: Add panic handling
` [PATCH v3 17/22] arm64: KVM: Add compatibility aliases
` [PATCH v3 18/22] arm64: KVM: Map the kernel RO section into HYP
` [PATCH v3 19/22] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH v3 20/22] arm64: KVM: Turn system register numbers to an enum
` [PATCH v3 21/22] arm64: KVM: Cleanup asm-offset.c
` [PATCH v3 22/22] arm64: KVM: Remove weak attributes
[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
2015-12-08 5:48 UTC (19+ messages)
` [PATCH kernel 1/9] rcu: Define notrace version of list_for_each_entry_rcu
` [PATCH kernel 2/9] KVM: PPC: Make real_vmalloc_addr() public
` [PATCH kernel 3/9] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel 4/9] KVM: PPC: Use RCU for arch.spapr_tce_tables
` [PATCH kernel 5/9] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel 6/9] KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
` [PATCH kernel 7/9] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel 8/9] KVM: Fix KVM_SMI chapter number
` [PATCH kernel 9/9] KVM: PPC: Add support for multiple-TCE hcalls
[PATCH v5 00/21] KVM: ARM64: Add guest PMU support
2015-12-08 9:02 UTC (23+ messages)
` [PATCH v5 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v5 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v5 04/21] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v5 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v5 11/21] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v5 21/21] KVM: ARM64: Add a new kvm ARM PMU device
[PULL] vhost: cleanups and fixes
2015-12-07 17:07 UTC
[PATCH 4.3 034/125] MIPS: KVM: Fix ASID restoration logic
2015-12-07 15:00 UTC (3+ messages)
` [PATCH 4.3 035/125] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 4.3 036/125] MIPS: KVM: Uninit VCPU in vcpu_create error path
[PATCH 4.2 044/124] MIPS: KVM: Fix ASID restoration logic
2015-12-07 14:55 UTC (3+ messages)
` [PATCH 4.2 045/124] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 4.2 046/124] MIPS: KVM: Uninit VCPU in vcpu_create error path
[PATCH 4.1 33/95] MIPS: KVM: Fix ASID restoration logic
2015-12-07 14:35 UTC (3+ messages)
` [PATCH 4.1 34/95] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 4.1 35/95] MIPS: KVM: Uninit VCPU in vcpu_create error path
[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
2015-12-07 12:29 UTC (7+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation
` [PATCH v7 2/6] KVM: arm/arm64: Move endianness conversion out of vgic_attr_regs_access()
` [PATCH v7 3/6] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v7 4/6] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v7 5/6] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v7 6/6] KVM: arm64: Implement vGICv3 CPU interface access
[PATCH] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
2015-12-07 12:01 UTC (2+ messages)
[PATCH v2 3/9] powerpc/powernv: Add icp_native_cause_ipi_rm
2015-12-07 6:38 UTC (2+ messages)
` [v2,3/9] "
[PATCH v2 2/9] powerpc/smp: Add smp_muxed_ipi_set_message
2015-12-07 6:35 UTC (2+ messages)
` [v2,2/9] "
[PATCH] target-i386: kvm: clear unusable segments' flags in migration
2015-12-07 4:54 UTC
[PATCH] VSOCK: fix returnvar.cocci warnings
2015-12-07 3:38 UTC (3+ messages)
[PATCH v5 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
2015-12-07 1:07 UTC (4+ messages)
` [PATCH v5 1/3] KVM/arm: add hooks for armv7 fp/simd lazy switch support
` [PATCH v5 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH v5 3/3] KVM/arm/arm64: enable enhanced armv8 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).