kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-07 15:34:23 to 2016-12-11 02:54:46 UTC [more...]

[PATCH 00/10] virtio: sparse fixes
 2016-12-11  2:54 UTC  (7+ messages)
` [PATCH 08/10] vsock/virtio: mark an internal function static
` [PATCH 09/10] vsock/virtio: fix src/dst cid format

[RFC v3 00/10] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-12-11  2:05 UTC  (19+ messages)
` [RFC v3 09/10] iommu/arm-smmu: Implement reserved region get/put callbacks

[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
 2016-12-10 20:47 UTC  (8+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
` [RFC PATCH 2/7] KVM: arm/arm64: Move kvm_vgic_flush_hwstate under disabled irq
` [RFC PATCH 3/7] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [RFC PATCH 4/7] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [RFC PATCH 5/7] KVM: arm/arm64: Move timer save/restore out of hyp code where possible
` [RFC PATCH 6/7] KVM: arm/arm64: Remove unnecessary timer BUG_ON operations
` [RFC PATCH 7/7] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized

[qemu patch V4 0/2] improve kvmclock difference on migration
 2016-12-10 17:21 UTC  (3+ messages)
` [qemu patch V4 1/2] kvm: sync linux headers
` [qemu patch V4 2/2] kvmclock: reduce kvmclock difference on migration

[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
 2016-12-10  7:48 UTC  (14+ messages)
` [PATCH 7/8] kvm: nVMX: Introduce KVM_CAP_VMX_STATE
` [PATCH 8/8] kvm: nVMX: Defer gpa->hpa lookups for set_vmx_state

[PATCH] KVM: hyperv: split lock to protect struct kvm_hv
 2016-12-10  7:46 UTC 

[GIT PULL] VFIO updates for v4.10-rc1
 2016-12-09 22:24 UTC 

[PATCH] linux/types.h: enable endian checks for all sparse builds
 2016-12-09 20:45 UTC  (10+ messages)

kvm: deadlock between kvm_io_bus_register_dev/kvm_hv_set_msr_common
 2016-12-09 19:13 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/2] arm/pmu: fixups for AArch64
 2016-12-09 17:45 UTC  (9+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/pmu: fix probe on AArch64
` [PATCH kvm-unit-tests v2 2/2] arm/pmu: don't run tcg tests

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-09 17:28 UTC  (15+ messages)
` [PATCH kvm-unit-tests v8 01/10] arm/arm64: yield on cpu_relax
` [PATCH kvm-unit-tests v8 02/10] arm/arm64: smp: support more than 8 cpus
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "
` [PATCH kvm-unit-tests v8 04/10] arm/arm64: irq enable/disable
` [PATCH kvm-unit-tests v8 05/10] arm/arm64: add initial gicv2 support
` [PATCH kvm-unit-tests v8 06/10] arm/arm64: gicv2: add an IPI test
` [PATCH kvm-unit-tests v8 07/10] libcflat: add IS_ALIGNED() macro, and page sizes
` [PATCH kvm-unit-tests v8 08/10] arm/arm64: add initial gicv3 support
` [PATCH kvm-unit-tests v8 09/10] arm/arm64: gicv3: add an IPI test
` [PATCH kvm-unit-tests v8 10/10] arm/arm64: gic: don't just use zero

[PATCH v8 00/16] kvmtool: arm: ITS emulation and GSI routing support
 2016-12-09 17:13 UTC  (10+ messages)
` [PATCH v8 01/16] FDT: introduce global phandle allocation
` [PATCH v8 02/16] arm: use new phandle allocation functions
` [PATCH v8 03/16] irq: move IRQ routing into irq.c
` [PATCH v8 04/16] MSI-X: update GSI routing after changed MSI-X configuration

[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-12-09 16:42 UTC  (18+ messages)
            ` [Qemu-devel] "

[PULL] KVM/ARM updates for 4.10
 2016-12-09 15:53 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: vgic-its: Fix compatibility with 32-bit
` [PATCH 2/6] ARM: KVM: Support vGICv3 ITS
` [PATCH 3/6] arm/arm64: KVM: Clean up useless code in kvm_timer_enable
` [PATCH 4/6] KVM: arm/arm64: vgic-v2: Limit ITARGETSR bits to number of VCPUs
` [PATCH 5/6] KVM: arm/arm64: timer: Check for properly initialized timer on init
` [PATCH 6/6] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest

[PATCH v2 0/3] x86: SVM: add additional SVM NPF error and use HW GPA
 2016-12-09 15:41 UTC  (6+ messages)
` [PATCH v2 3/3] kvm: svm: Use the hardware provided GPA instead of page walk

[PATCH kernel 0/9] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-12-09 15:35 UTC  (13+ messages)
` [PATCH kernel 1/9] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel 2/9] powerpc/iommu: Cleanup iommu_table disposal
` [PATCH kernel 3/9] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel 4/9] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel 5/9] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 6/9] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel 7/9] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel 8/9] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel 9/9] KVM: PPC: Add in-kernel acceleration for VFIO

PATCH: setup_vmcs_config: disable TSC scaling on unlike processors
 2016-12-09 15:12 UTC  (10+ messages)

[PATCH] kvm: nVMX: Correct a VMX instruction error code for VMPTRLD
 2016-12-09 14:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] kvm/mmu: small fix for reserved bits check
 2016-12-09 14:44 UTC  (3+ messages)

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-12-09 14:26 UTC  (4+ messages)
` [RFC PATCH v3 10/20] Add support to access boot related data in the clear

Timeslice of vCPU thread in QEMU/KVM is not stable
 2016-12-09 13:00 UTC  (3+ messages)

[PATCH v3 0/4] vsock: cancel connect packets when failing to connect
 2016-12-09 10:18 UTC  (9+ messages)
` [PATCH v3 1/4] vsock: track pkt owner vsock
  ` [PATCH v3 2/4] vhost-vsock: add pkt cancel capability
    ` [PATCH v3 3/4] vsock: "
      ` [PATCH v3 4/4] vsock: cancel packets when failing to connect

[Bug 189941] New: rhel7.2 guest will hang after finishing save and restore operation
 2016-12-09  8:18 UTC 

[PATCH kvm-unit-tests] Add git.orderFile
 2016-12-09  8:15 UTC  (3+ messages)

[RFC PATCH] mm: introduce kv[mz]alloc helpers
 2016-12-09  6:51 UTC  (9+ messages)

[PATCH] vfio/pci: Support error recovery
 2016-12-09  3:40 UTC  (16+ messages)

[PATCH-RESEND] vhost-vsock: fix orphan connection reset
 2016-12-09  2:25 UTC  (2+ messages)

[PATCH 0/6] powerpc: Hash Page Table resizing for PAPR guests
 2016-12-08 19:04 UTC  (8+ messages)
` [PATCH 1/6] kvm: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its structure
` [PATCH 2/6] powerpc/kvm: Corectly report KVM_CAP_PPC_ALLOC_HTAB
` [PATCH 3/6] pseries: Add hypercall wrappers for hash page table resizing
` [PATCH 4/6] pseries: Add support for hash "
` [PATCH 5/6] pseries: Advertise HPT resizing support via CAS
` [PATCH 6/6] pseries: Automatically resize HPT for memory hot add/remove

[PATCH 1/2] vhost-vsock: remove unused vq variable
 2016-12-08 16:30 UTC  (4+ messages)
` [PATCH 2/2] vhost: remove unnecessary smp_mb from vhost_work_queue

[kvm-unit-tests PATCH] arm/pmu: fix probe on AArch64-only machines
 2016-12-08 16:00 UTC  (2+ messages)

[PATCH v3] x86: SVM: Use the hardware provided GPA instead of page walk
 2016-12-08 14:53 UTC  (5+ messages)
` [PATCH v3] kvm: svm: "

[kvm-unit-tests PATCH v14 0/5] ARM PMU tests
 2016-12-08 14:51 UTC  (6+ messages)
` [kvm-unit-tests PATCH v14 2/5] arm: Add support for read_sysreg() and write_sysreg()
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v14 3/5] arm: Add PMU test
  ` [Qemu-devel] "
` [Qemu-devel] [kvm-unit-tests PATCH v14 0/5] ARM PMU tests

[PATCH] arm64: Work around Falkor erratum 1009
 2016-12-08 13:27 UTC  (5+ messages)

[PATCH] vhost-vsock: fix orphan connection reset
 2016-12-08  9:19 UTC  (2+ messages)

[PATCH v2 0/4] vsock: cancel connect packets when failing to connect
 2016-12-08 10:37 UTC  (11+ messages)
` [PATCH v2 1/4] vsock: track pkt owner vsock
` [PATCH v2 2/4] vhost-vsock: add pkt cancel capability
` [PATCH v2 3/4] vsock: "
` [PATCH v2 4/4] vsock: cancel packets when failing to connect

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-12-07 21:48 UTC  (11+ messages)
` [PATCH V6 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V6 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V6 03/10] efi: parse ARM processor error
` [PATCH V6 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V6 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V6 07/10] efi: print unrecognized CPER section
` [PATCH V6 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V6 09/10] trace, ras: add ARM processor error trace event
` [PATCH V6 10/10] arm/arm64: KVM: add guest SEA support

[Qemu-devel] Slow qemu guest performance after host is resumed from suspended state
 2016-12-07 20:57 UTC  (3+ messages)
  `  "

[PATCH 0/4] KVM: x86: allow hotplug of VCPU with APIC ID over 0xff
 2016-12-07 15:47 UTC  (4+ messages)
` [PATCH 4/4] "


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).