kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 06:24:42 to 2017-01-11 16:28:35 UTC [more...]

[kvm-unit-tests PATCH 0/6] Documentation misc fixes
 2017-01-11 16:28 UTC 

[PATCH v3 1/5] arm64: Define Falkor v1 CPU
 2017-01-11 14:41 UTC  (5+ messages)
` [PATCH v3 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v3 3/5] arm64: Create and use __tlbi_dsb() macros
` [PATCH v3 4/5] arm64: Use __tlbi_dsb() macros in KVM code
` [PATCH v3 5/5] arm64: Work around Falkor erratum 1009

[PATCH kvm-unit-tests 0/2] fix 32-bit compilation
 2017-01-11 14:24 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] pci: "
` [PATCH kvm-unit-tests 2/2] lib/x86/apic: "

[PATCH kvm-unit-tests] arch-run: fix terminal issues without stty
 2017-01-11 14:19 UTC 

[PATCH 0/4] Allow migration with invtsc if there's no frequency mismatch
 2017-01-11 14:06 UTC  (22+ messages)
` [PATCH 4/4] kvm: Allow migration with invtsc
      ` [libvirt] TSC frequency configuration & invtsc migration (was Re: [PATCH 4/4] kvm: Allow migration with invtsc)
        `  "
                  ` How to make dest host abort migration safely "
                    ` [libvirt] "
                  ` Exporting kvm_max_guest_tsc_khz to userspace "

[Bug 191481] New: Virtual machine CPU counters are broken forever after live migration to system with "steal time overflow" KVM bug
 2017-01-11 14:04 UTC  (7+ messages)
` [Bug 191481] "

[PATCH v2 1/5] arm64: Define Falkor v1 CPU
 2017-01-11 13:11 UTC  (4+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003

[kvm-unit-tests PATCH v5 0/2] run_tests: support concurrent test execution
 2017-01-11 13:09 UTC  (9+ messages)
` [kvm-unit-tests PATCH v5 1/2] run_tests: put logs into per-test file
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 2/2] run_tests: allow run tests in parallel
  ` [Qemu-devel] "

[PATCH v1 0/2] vpopcntdq support
 2017-01-11 13:02 UTC  (5+ messages)
` [PATCH v1 1/2] x86/cpufeature: Add AVX512_VPOPCNTDQ feature
` [PATCH v1 2/2] kvm: x86: Expose Intel VPOPCNTDQ feature to guest

[PATCH v8 00/18] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2017-01-11  9:41 UTC  (19+ messages)
` [PATCH v8 12/18] irqdomain: Add irq domain MSI and MSI_REMAP flags
` [PATCH v8 14/18] irqdomain: irq_domain_check_msi_remap
  ` [PATCH v8 01/18] iommu/dma: Allow MSI-only cookies
  ` [PATCH v8 02/18] iommu: Rename iommu_dm_regions into iommu_resv_regions
  ` [PATCH v8 03/18] iommu: Add a new type field in iommu_resv_region
  ` [PATCH v8 04/18] iommu: iommu_alloc_resv_region
  ` [PATCH v8 05/18] iommu: Only map direct mapped regions
  ` [PATCH v8 06/18] iommu: iommu_get_group_resv_regions
  ` [PATCH v8 07/18] iommu: Implement reserved_regions iommu-group sysfs file
  ` [PATCH v8 08/18] iommu/vt-d: Implement reserved region get/put callbacks
  ` [PATCH v8 09/18] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
  ` [PATCH v8 10/18] iommu/arm-smmu: Implement reserved region get/put callbacks
  ` [PATCH v8 11/18] iommu/arm-smmu-v3: "
  ` [PATCH v8 13/18] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
  ` [PATCH v8 15/18] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
  ` [PATCH v8 16/18] vfio/type1: Allow transparent MSI IOVA allocation
  ` [PATCH v8 17/18] vfio/type1: Check MSI remapping at irq domain level
  ` [PATCH v8 18/18] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore

[PATCH v4 qemu 0/6] Fast (de)inflating & fast live migration
 2017-01-11  9:12 UTC  (9+ messages)
` [PATCH v4 qemu 1/6] virtio-balloon: update linux head file
` [PATCH v4 qemu 2/6] virtio-balloon: speed up inflating & deflating process
` [PATCH v4 qemu 3/6] balloon: get unused page info from guest
` [PATCH v4 qemu 4/6] bitmap: Add a new bitmap_move function
` [PATCH v4 qemu 5/6] kvm.c: Add two new arch specific functions
` [PATCH v4 qemu 6/6] migration: skip unused pages during live migration
` [Qemu-devel] [PATCH v4 qemu 0/6] Fast (de)inflating & fast "

[PATCH 20/30] KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
 2017-01-11  8:34 UTC 

[PATCH kernel v2 00/11] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-01-11  6:35 UTC  (5+ messages)
` [PATCH kernel v2 05/11] KVM: PPC: Use preregistered memory API to access TCE list

[kvm-unit-tests PATCH v4 0/2] run_tests: support concurrent test execution
 2017-01-11  5:28 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/2] run_tests: put logs into per-test file
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v4 2/2] run_tests: allow run tests in parallel
  ` [Qemu-devel] "

[PATCH v2] vfio/pci: Support error recovery
 2017-01-11  1:53 UTC  (5+ messages)

[PATCH v7 00/19] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2017-01-10 21:21 UTC  (33+ messages)
  ` [PATCH v7 01/19] iommu/dma: Implement PCI allocation optimisation
  ` [PATCH v7 02/19] iommu/dma: Allow MSI-only cookies
  ` [PATCH v7 03/19] iommu: Rename iommu_dm_regions into iommu_resv_regions
  ` [PATCH v7 04/19] iommu: Add a new type field in iommu_resv_region
  ` [PATCH v7 05/19] iommu: iommu_alloc_resv_region
  ` [PATCH v7 06/19] iommu: Only map direct mapped regions
  ` [PATCH v7 07/19] iommu: iommu_get_group_resv_regions
  ` [PATCH v7 08/19] iommu: Implement reserved_regions iommu-group sysfs file
  ` [PATCH v7 09/19] iommu/vt-d: Implement reserved region get/put callbacks
  ` [PATCH v7 10/19] iommu/amd: Declare MSI and HT regions as reserved IOVA regions
  ` [PATCH v7 11/19] iommu/arm-smmu: Implement reserved region get/put callbacks
  ` [PATCH v7 12/19] iommu/arm-smmu-v3: "
  ` [PATCH v7 13/19] irqdomain: Add irq domain MSI and MSI_REMAP flags
  ` [PATCH v7 14/19] genirq/msi: Set IRQ_DOMAIN_FLAG_MSI on MSI domain creation
  ` [PATCH v7 15/19] irqdomain: irq_domain_check_msi_remap
  ` [PATCH v7 16/19] irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAP
  ` [PATCH v7 17/19] vfio/type1: Allow transparent MSI IOVA allocation
  ` [PATCH v7 18/19] vfio/type1: Check MSI remapping at irq domain level
  ` [PATCH v7 19/19] iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore

[RFC 0/8] Provide the EL1 physical timer to the VM
 2017-01-10 20:22 UTC  (20+ messages)
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-10 17:50 UTC  (6+ messages)
` [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-01-10 16:18 UTC  (13+ messages)
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization

[kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases
 2017-01-10 15:29 UTC  (4+ messages)
` [kvm-unit-tests PATCH v7 04/11] libcflat: add PRI(dux)32 format types

[PATCH] vhost: scsi: constify target_core_fabric_ops structures
 2017-01-10 15:13 UTC  (5+ messages)

[PATCH 4.4 007/101] KVM: MIPS: Flush KVM entry code from icache globally
 2017-01-10 13:36 UTC 

[PATCH 4.9 022/206] KVM: MIPS: Dont clobber CP0_Status.UX
 2017-01-10 13:35 UTC  (2+ messages)
` [PATCH 4.9 023/206] KVM: MIPS: Flush KVM entry code from icache globally

[PATCH v3 0/9] Add support for monitoring guest TLB operations
 2017-01-10 11:38 UTC  (10+ messages)
` [PATCH v3 1/9] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH v3 2/9] KVM: Track the pid of the VM process
` [PATCH v3 3/9] KVM: Add event to trace tlb invalidations
` [PATCH v3 4/9] arm: KVM: Handle trappable TLB instructions
` [PATCH v3 5/9] arm64: "
` [PATCH v3 6/9] kvm: arm/arm64: Add host pmu to support VM introspection
` [PATCH v3 7/9] kvm: host_pmu: Add support for tracking guest TLB operations
` [PATCH v3 8/9] arm: KVM: Enable support for host pmu
` [PATCH v3 9/9] arm64: KVM: Enable support for the "

[PATCH] kvmclock: fix wall clock msr write error
 2017-01-10 10:49 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86: minor irqchip improvements (API change)
 2017-01-10  9:43 UTC  (8+ messages)
` [PATCH v2 2/6] KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()
` [PATCH v2 5/6] KVM: x86: prevent setup of invalid routes

[PATCH 0/7] KVM: syzkaller fixes
 2017-01-10  9:32 UTC  (4+ messages)
` [PATCH 4/7] KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-01-10  6:43 UTC  (2+ messages)

[PATCH V4 net-next 0/3] vhost_net tx batching
 2017-01-10  2:57 UTC  (12+ messages)
` [PATCH V4 net-next 1/3] vhost: better detection of available buffers
` [PATCH V4 net-next 3/3] tun: rx batching

[PATCH v4 1/2] KVM: PPC: Add new capability to control MCE behaviour
 2017-01-10  2:24 UTC  (3+ messages)
` [PATCH v4 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

vfio/pci: guest error recovery proposal
 2017-01-09 22:50 UTC  (3+ messages)

[PATCH 0/10] KVM: MIPS: Implement GPA page tables and shadow flushing
 2017-01-09 20:52 UTC  (11+ messages)
` [PATCH 1/10] MIPS: Add return errors to protected cache ops
` [PATCH 2/10] KVM: MIPS/MMU: Convert guest physical map to page table
` [PATCH 3/10] KVM: MIPS: Update vcpu->mode and vcpu->cpu
` [PATCH 4/10] KVM: MIPS/T&E: Handle TLB invalidation requests
` [PATCH 5/10] KVM: MIPS/T&E: Reduce stale ASID checks
` [PATCH 6/10] KVM: MIPS/T&E: Add lockless GVA access helpers
` [PATCH 7/10] KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
` [PATCH 8/10] KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
` [PATCH 9/10] KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
` [PATCH 10/10] KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot

[patch 3/3] vfio-mdev: remove some dead code
 2017-01-09 18:42 UTC  (2+ messages)

[patch 2/3] vfio-mdev: buffer overflow in ioctl()
 2017-01-09 18:39 UTC  (2+ messages)

[patch 1/3] vfio-mdev: return -EFAULT if copy_to_user() fails
 2017-01-09 18:37 UTC  (2+ messages)

QEMU online/offline cpu
 2017-01-09 17:10 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH kvm-unit-tests] [RFC] README: coding style: allow 120ch
 2017-01-09 14:31 UTC  (3+ messages)

[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
 2017-01-09 11:29 UTC  (8+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads

[PATCH v2] KVM: arm/arm64: Fix occasional warning from the timer work function
 2017-01-09 11:18 UTC 

Mr.micheal Hans
 2017-01-09 11:13 UTC 

[PATCH v4 0/4] vsock: cancel connect packets when failing to connect
 2017-01-09 10:06 UTC  (4+ messages)

[PATCH 12/15] hyperv: move VMBus connection ids to uapi
 2017-01-09  9:02 UTC  (14+ messages)

[PATCH] mm: introduce kv[mz]alloc helpers
 2017-01-09  8:50 UTC  (4+ messages)
` [PATCH] mm: support __GFP_REPEAT in kvmalloc_node


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