kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-21 06:52:26 to 2016-12-31 09:15:36 UTC [more...]

[PATCH v2] vfio/pci: Support error recovery
 2016-12-31  9:15 UTC 

[PATCH] samples/vfio-mdev: don't return zero on failure paths in mtty_dev_init()
 2016-12-30 22:40 UTC 

[PATCH 00/15] hyperv: more stuff to uapi + cleanup
 2016-12-30 19:45 UTC  (33+ messages)
` [PATCH 02/15] hyperv: uapi-fy synic event flags definitions
` [PATCH 03/15] hyperv: use standard bitops
` [PATCH 06/15] hyperv: avoid unnecessary vmalloc
` [PATCH 10/15] hyperv: uapi-fy PostMessage and SignalEvent hypercall structures
` [PATCH 12/15] hyperv: move VMBus connection ids to uapi

[PATCH 0/4] Allow migration with invtsc if there's no frequency mismatch
 2016-12-30 13:38 UTC  (7+ messages)
` [PATCH 1/4] kvm: Simplify invtsc check
` [PATCH 2/4] kvm: Allow invtsc migration if tsc-khz is set explicitly
` [PATCH 3/4] pc: Add 2.9 machine-types
` [PATCH 4/4] kvm: Allow migration with invtsc

kvm VMCALL question
 2016-12-30  9:14 UTC 

[kvm-unit-tests PATCH 0/8] VT-d ioapic irq test
 2016-12-30  8:56 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/8] pci: introduce pci_intx_line()
` [kvm-unit-tests PATCH 2/8] pci: introduce pci_msi_set_enable()
` [kvm-unit-tests PATCH 3/8] lib/asm-generic: add atomic.h
` [kvm-unit-tests PATCH 4/8] x86: ioapic: generalize trigger mode
` [kvm-unit-tests PATCH 5/8] intel-iommu: add report prefixes
` [kvm-unit-tests PATCH 6/8] intel-iommu: use atomic ops for irte index alloc
` [kvm-unit-tests PATCH 7/8] intel-iommu: allow setup trigger mode for irte
` [kvm-unit-tests PATCH 8/8] intel-iommu: add ioapic irq test

Соберем для Вас в интернет базу данных клиентов Email: prodawez392@gmail.com Skype: prodawez390 тел +79139230330 (whatsapp\viber\telegram) Узнайте подробнее!
 2016-12-28  9:52 UTC 

[PATCH net-next V3 0/3] vhost_net tx batching
 2016-12-30  5:20 UTC  (4+ messages)
` [PATCH net-next V3 1/3] vhost: better detection of available buffers
` [PATCH net-next V3 2/3] vhost_net: tx batching
` [PATCH net-next V3 3/3] tun: rx batching

[PATCH net-next V2 0/3] vhost net tx batching
 2016-12-30  5:14 UTC  (6+ 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 1/5] arm64: Define Falkor v1 CPU
 2016-12-30  2:44 UTC  (8+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v2 3/5] arm64: Create and use __tlbi_dsb() macros
` [PATCH v2 4/5] arm64: Use __tlbi_dsb() macros in KVM code
` [PATCH v2 5/5] arm64: Work around Falkor erratum 1009

[PATCH RFC 0/4] 5-level EPT
 2016-12-30  1:26 UTC  (7+ messages)
` [PATCH RFC 1/4] x86: Add the new CPUID and CR4 bits for 5 level page table
` [PATCH RFC 2/4] KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL
` [PATCH RFC 3/4] KVM: MMU: Add 5 level EPT & Shadow page table support
` [PATCH RFC 4/4] VMX: Expose the LA57 feature to VM

kvm: NULL deref in vcpu_enter_guest
 2016-12-29 17:49 UTC 

[Bug 191481] New: Virtual machine CPU counters are broken forever after live migration to system with "steal time overflow" KVM bug
 2016-12-29 16:21 UTC 

[PATCH][RFC] VM: x86: Return ealier if clocksource has not changed
 2016-12-29 13:54 UTC  (7+ messages)

[Bug 191451] New: Host hangs when hyperv/pvspinlock are disabled
 2016-12-29  6:06 UTC 

Migration Time and Downtime
 2016-12-28 18:55 UTC 

MSR_BITMAP question
 2016-12-28  3:04 UTC 

vfio/pci: guest error recovery proposal
 2016-12-28  2:52 UTC  (2+ messages)

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-27 16:27 UTC  (6+ messages)
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "

kvm: BUG in kvm_unload_vcpu_mmu
 2016-12-27 14:55 UTC 

kvm: use-after-free in complete_emulated_mmio
 2016-12-27 13:57 UTC 

[PATCH kvm-unit-tests] [RFC] README: coding style: allow 120ch
 2016-12-27 11:26 UTC 

[kvm-unit-tests PATCH] x86: vmx: test invalid vmcs
 2016-12-27 11:17 UTC  (4+ messages)

[RFC 0/8] Provide the EL1 physical timer to the VM
 2016-12-26 17:12 UTC  (9+ messages)
` [RFC 1/8] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 3/8] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 5/8] KVM: arm64: Add the EL1 physical timer access handler
` [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

[Bug 190961] New: pvclock_gtod_notify invoked frequently leads to extra cpu load
 2016-12-26  4:27 UTC  (3+ messages)
` [Bug 190961] "

[PATCH v2 0/4] vfio-mdev: Fix remove race, clean namespace and better define ABI
 2016-12-26  3:31 UTC  (9+ messages)
` [PATCH v2 1/4] vfio-mdev: Fix remove race
` [PATCH v2 2/4] vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
` [PATCH v2 3/4] vfio-mdev: Make mdev_parent private
` [PATCH v2 4/4] vfio-mdev: Make mdev_device private and abstract interfaces

[kvm-unit-tests PATCH] Makefile: Disable PIE as GCC enables it by default from 6.2.0-7
 2016-12-25  7:39 UTC 

[RFC v4 00/16] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-12-23 15:13 UTC  (6+ messages)
` [RFC v4 15/16] vfio/type1: Check MSI remapping at irq domain level

[RFC PATCH v3 0/6] KVM: x86: avoid redundant REQ_EVENT
 2016-12-23 12:08 UTC  (3+ messages)
` [PATCH 2/6] KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on EOI

[kvm-unit-tests PATCH v8 00/14] VT-d unit test
 2016-12-23  3:44 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/2] test capability for remote task
 2016-12-23  2:36 UTC  (5+ messages)
` [PATCH 1/2] capability: export has_capability
` [PATCH 2/2] vfio iommu type1: fix the testing of capability for remote task

[PATCH] kvm: nVMX: Reorder error checks for emulated VMXON
 2016-12-22 23:49 UTC 

[PATCH] KVM: VMX: remove duplicated declaration
 2016-12-22 22:13 UTC 

[kvm-unit-tests PATCH] x86: apic: add physical broadcast test
 2016-12-22 18:24 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/4] pci: Various PCI BAR checks
 2016-12-22 13:05 UTC  (2+ messages)

[PATCH 1/2] jump_labels: API for flushing deferred jump label updates
 2016-12-22 12:35 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/3] few framework cleanups
 2016-12-22 11:13 UTC  (4+ messages)
` [PATCH kvm-unit-tests 3/3] report: move blank line to better side of SUMMARY

How bad is KVM_EXIT_INTERNAL_ERROR?
 2016-12-22 10:44 UTC  (7+ messages)

[PULL kvm-unit-tests] arm/arm64: patches ready for master
 2016-12-22 10:05 UTC  (2+ messages)

[PATCH] KVM: x86: check for pic and ioapic presence before use
 2016-12-22  9:56 UTC  (6+ messages)

[PATCH 0/4] vfio-mdev: Clean namespace and better define ABI
 2016-12-22  7:51 UTC  (8+ messages)
` [PATCH 1/4] vfio-mdev: Remove an unused structure element
` [PATCH 2/4] vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
` [PATCH 3/4] vfio-mdev: Make mdev_parent private
` [PATCH 4/4] vfio-mdev: Make mdev_device private and abstract interfaces

kvm-unit-test compilation failed on Ubuntu Yakkety (4.8 kernel)
 2016-12-22  5:57 UTC  (3+ messages)

[PATCH 0/5] Followup patches for lockless access tracking
 2016-12-22  4:29 UTC  (6+ messages)
` [PATCH 1/5] kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants
` [PATCH 2/5] kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
` [PATCH 3/5] kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
` [PATCH 4/5] kvm: x86: mmu: Update comment in mark_spte_for_access_track
` [PATCH 5/5] kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault

[PATCH kernel v2 00/11] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-12-22  1:25 UTC  (7+ messages)
` [PATCH kernel v2 05/11] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v2 09/11] vfio iommu: Add helpers to (un)register blocking notifiers per group

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-12-21 21:33 UTC  (14+ messages)

[PATCH 0/3] KVM: nVMX: fix one guest vmcs check and refactor a bunch more
 2016-12-21 20:24 UTC  (4+ messages)
` [PATCH 1/3] KVM: nVMX: fix handling of invalid host efer
` [PATCH 2/3] KVM: nVMX: colocate guest vmcs checks
` [PATCH 3/3] KVM: nVMX: refactor nested_vmx_entry_failure()

[PATCH 0/4] Lockless Access Tracking for Intel CPUs without EPT A bits
 2016-12-21 18:00 UTC  (7+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 7/8] kvm: x86: mmu: Lockless access tracking "

[PATCH] Revert "KVM: nested VMX: disable perf cpuid reporting"
 2016-12-21 17:48 UTC  (4+ messages)

[RFC 0/7] Move accel, KVM, Xen, qtest files to accel/ subdir
 2016-12-21 15:41 UTC  (12+ messages)
` [RFC 3/7] kvm: Move some kvm-stub.c code to stubs/kvm.c
` [RFC 4/7] kvm: Include kvm-stub.o only on CONFIG_SOFTMMU
  ` [Qemu-devel] "
` [Qemu-devel] [RFC 0/7] Move accel, KVM, Xen, qtest files to accel/ subdir

kvm question
 2016-12-21 13:27 UTC  (3+ messages)

[PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
 2016-12-21 12:20 UTC  (5+ messages)
` [PATCH v3 1/4] "

[PATCH 2/2] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
 2016-12-21 12:01 UTC  (2+ messages)

[RFC PATCH] mm: introduce kv[mz]alloc helpers
 2016-12-21  8:45 UTC  (8+ messages)

[PATCH v2] kvm: x86: export maximum number of mmu_page_hash collisions
 2016-12-21  8:29 UTC  (2+ messages)

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-12-21  6:52 UTC  (4+ messages)
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
` [PATCH v6 kernel 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH v6 kernel 5/5] virtio-balloon: tell host vm's unused page info


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