kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-01 01:23:16 to 2017-01-06 01:32:33 UTC [more...]

[PATCH 0/30] KVM: MIPS: Implement GVA page tables
 2017-01-06  1:32 UTC  (2+ messages)
` [PATCH 1/30] mm: Export init_mm for MIPS KVM use of pgd_alloc()

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-05 22:31 UTC  (9+ messages)
` [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

[kvm-unit-tests PATCH 0/2] run_tests: support concurrent test execution
 2017-01-05 20:31 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/2] run_tests: provide RUNTIME_log_file
` [kvm-unit-tests PATCH 2/2] run_tests: allow run tests in parallel

[kvm-unit-tests PATCH v2 0/2] run_tests: support concurrent test execution
 2017-01-05 19:44 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/2] run_tests: put logs into per-test file
` [kvm-unit-tests PATCH v2 2/2] run_tests: allow run tests in parallel

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

[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
 2017-01-05 18:11 UTC  (5+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
` [RFC PATCH 4/7] KVM: arm/arm64: Check that system supports split eoi/deactivate

[PATCH] KVM: VMX: remove duplicated declaration
 2017-01-05 17:19 UTC  (2+ messages)

[PATCH] kvm: nVMX: Reorder error checks for emulated VMXON
 2017-01-05 16:56 UTC  (3+ messages)

[PATCH 0/2] KVM: MIPS: Misc fixes for 4.10
 2017-01-05 16:54 UTC  (4+ messages)
` [PATCH 1/2] KVM: MIPS: Don't clobber CP0_Status.UX
` [PATCH 2/2] KVM: MIPS: Flush KVM entry code from icache globally

[PATCH] KVM: eventfd: fix NULL deref irqbypass consumer
 2017-01-05 16:01 UTC  (4+ messages)

[PATCH RFC 0/4] 5-level EPT
 2017-01-05 13:26 UTC  (3+ messages)

[PATCH 0/4] Allow migration with invtsc if there's no frequency mismatch
 2017-01-05 13:11 UTC  (25+ messages)
` [PATCH 2/4] kvm: Allow invtsc migration if tsc-khz is set explicitly
` [PATCH 3/4] pc: Add 2.9 machine-types
  ` [Qemu-devel] "
` [PATCH 4/4] kvm: Allow migration with invtsc
      ` [libvirt] TSC frequency configuration & invtsc migration (was Re: [PATCH 4/4] kvm: Allow migration with invtsc)
        `  "

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

[PATCH v2 2/4] KVM: Dirty memory tracking for performant checkpointing solutions
 2017-01-05 10:49 UTC  (3+ messages)

[PATCH v2 0/4] KVM: Dirty memory tracking for performant checkpointing solutions
 2017-01-05 10:16 UTC  (2+ messages)

[PATCH v2 3/4] KVM: Dirty memory tracking for performant checkpointing solutions
 2017-01-05 10:15 UTC  (3+ messages)

[PATCH v2 1/4] KVM: Dirty memory tracking for performant checkpointing solutions
 2017-01-05 10:15 UTC  (2+ messages)

[PATCH net-next V2 0/3] vhost net tx batching
 2017-01-05  9:27 UTC  (9+ messages)
` [PATCH net-next V2 1/3] vhost: better detection of available buffers
` [PATCH net-next V2 2/3] vhost_net: tx batching
` [PATCH net-next V2 3/3] tun: rx batching

[PATCH v2 4/4] KVM: Dirty memory tracking for performant checkpointing solutions
 2017-01-04 20:46 UTC 

[PATCH] vfio-mdev: fix non-standard ioctl return val causing i386 build fail
 2017-01-04 20:08 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] mm: introduce kv[mz]alloc helpers
 2017-01-04 18:12 UTC  (7+ messages)
` [PATCH] mm: support __GFP_REPEAT in kvmalloc_node

kmvtool: invalid embedded ELF binaries' size
 2017-01-04 17:19 UTC  (3+ messages)
` kvmtool: "

[PATCH] samples/vfio-mdev: don't return zero on failure paths in mtty_dev_init()
 2017-01-04 15:30 UTC  (3+ messages)

[PATCH v2 1/5] arm64: Define Falkor v1 CPU
 2017-01-04 10:33 UTC  (6+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v2 4/5] arm64: Use __tlbi_dsb() macros in KVM code

[PATCH v2] KVM: x86: fix NULL deref in vcpu_scan_ioapic
 2017-01-04  9:30 UTC  (2+ messages)

kvm: GPF in irq_bypass_unregister_consumer
 2017-01-04  9:11 UTC  (5+ messages)

[PATCH v2 0/6] KVM: x86: minor irqchip improvements (API change)
 2017-01-04  9:10 UTC  (15+ messages)
` [PATCH v2 1/6] KVM: x86: don't allow kernel irqchip with split irqchip
` [PATCH v2 2/6] KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()
` [PATCH v2 3/6] KVM: x86: make pic setup code look like ioapic setup
` [PATCH v2 4/6] KVM: x86: refactor pic setup in kvm_set_routing_entry
` [PATCH v2 5/6] KVM: x86: prevent setup of invalid routes
` [PATCH v2 6/6] KVM: x86: simplify conditions with split/kernel irqchip

[PATCH] KVM: ioapic: fix NULL deref ioapic->lock
 2017-01-03 22:03 UTC  (10+ messages)

kvm VMCALL question
 2017-01-03 12:35 UTC  (5+ messages)
` Fwd: "

[v1] vfio: pci: vfio_pci:- Handle error from pci_iomap
 2017-01-03 11:56 UTC 

QEMU online/offline cpu
 2017-01-03 11:37 UTC  (2+ messages)
` [Qemu-devel] "

[kvm-unit-tests PATCH] intel_iommu: fix an incorrect address translation
 2017-01-03 11:38 UTC  (2+ messages)

[kvm-unit-tests PATCH v8 00/14] VT-d unit test
 2017-01-03 11:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH v8 12/14] x86: intel-iommu: add dmar test

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

[PATCH net-next V3 0/3] vhost_net tx batching
 2017-01-03  3:18 UTC  (6+ messages)
` [PATCH net-next V3 3/3] tun: rx batching

Bug#827525: kvmtool: FTBFS on mips64el: guest/guest_init.o: linking 32-bit code with 64-bit code
 2017-01-02 13:39 UTC  (4+ messages)

kvm: WARNING in vmx_handle_exit
 2017-01-02 10:23 UTC 

[Bug 191701] New: AMD-Vi completion-wait loop time outs freeze system
 2017-01-02  7:13 UTC 

Fwd: Failure attempting IGD passthrough
 2017-01-02  3:04 UTC 

[kvm-unit-tests RFC PATCH 00/10] x86: vm: Rework virtual memory
 2017-01-01 16:37 UTC  (11+ messages)
` [kvm-unit-tests RFC PATCH 01/10] x86: vm: Remove virt_to_phys() on CR3 initialization
` [kvm-unit-tests RFC PATCH 02/10] x86: vm: Remove install_pte() redundant argument
` [kvm-unit-tests RFC PATCH 03/10] x86: vm: Improve suboptimal large page allocation
` [kvm-unit-tests RFC PATCH 04/10] x86: Remove virt_to_phys_cr3() interface
` [kvm-unit-tests RFC PATCH 05/10] x86: Find ACPI tables using proper MMIO access
` [kvm-unit-tests RFC PATCH 06/10] x86: emulator: virt_to_phys() and phys_to_virt() misused
` [kvm-unit-tests RFC PATCH 07/10] x86: apic: Remove duplicate outb implementation
` [kvm-unit-tests RFC PATCH 08/10] x86: apic: Access registers using proper MMIO access
` [kvm-unit-tests RFC PATCH 09/10] x86: vm: Enable non-identity paging
` [kvm-unit-tests RFC PATCH 10/10] x86: vm: Redefine virtual memory layout

CPU HOTPLUG
 2017-01-01 10:03 UTC 

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


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