public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-17 18:41:40 to 2016-02-22 21:40:31 UTC [more...]

kvm: "warning: host doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]"
 2016-02-22 21:40 UTC  (3+ messages)

KVM-Clock
 2016-02-22 20:08 UTC  (2+ messages)

[PATCH v3] pci: Wait for up to 1000ms after FLR reset
 2016-02-22 20:05 UTC 

kernel 4.4.2: kvm_irq_delivery_to_api / rwsem_down_read_failed
 2016-02-22 19:44 UTC  (4+ messages)

KVH call for agenda for 2016-02-16
 2016-02-22 19:02 UTC  (5+ messages)
` KVM "
      ` [Qemu-devel] "

[PATCH v12 00/21] KVM: ARM64: Add guest PMU support
 2016-02-22 17:51 UTC  (23+ messages)
` [PATCH v12 01/21] ARM64: Move PMU register related defines to asm/perf_event.h
` [PATCH v12 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v12 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v12 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v12 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v12 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v12 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v12 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v12 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v12 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v12 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v12 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v12 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v12 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v12 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v12 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v12 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v12 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v12 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v12 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v12 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 0/2] KVM: x86: MMU: Clean up handle_mmio_page_fault() handling in kvm_mmu_page_fault()
 2016-02-22 12:24 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()
` [PATCH 2/2] KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()

[Qemu-devel] [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI
 2016-02-22 10:34 UTC  (18+ messages)
                      `  "

[PATCH v3 00/11] KVM: x86: track guest page access
 2016-02-22 10:05 UTC  (22+ messages)
` [PATCH v3 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
` [PATCH v3 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
` [PATCH v3 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
` [PATCH v3 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH v3 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH v3 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH v3 07/11] KVM: page track: add notifier support
` [PATCH v3 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH v3 11/11] KVM: MMU: apply page track notifier

[kvm-unit-tests PATCH v6 00/18] ppc64: initial drop
 2016-02-22  7:56 UTC  (23+ messages)
` [kvm-unit-tests PATCH v6 01/18] arm/arm64: trivial: another assert fix
` [kvm-unit-tests PATCH v6 02/18] Makefile: cscope: also look in arch shared asm
` [kvm-unit-tests PATCH v6 03/18] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH v6 04/18] devicetree: fix dt_get_memory_params
` [kvm-unit-tests PATCH v6 05/18] arm/arm64: setup improvements
` [kvm-unit-tests PATCH v6 06/18] lib: add vprintf
` [kvm-unit-tests PATCH v6 07/18] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH v6 08/18] config: no need to mix arch makefiles
` [kvm-unit-tests PATCH v6 09/18] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH v6 10/18] powerpc/ppc64: ppc-ify makefiles and linker script
` [kvm-unit-tests PATCH v6 11/18] powerpc/ppc64: add a boot rom
` [kvm-unit-tests PATCH v6 12/18] powerpc/ppc64: add hcall support and putchar
` [kvm-unit-tests PATCH v6 13/18] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v6 14/18] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH v6 15/18] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH v6 16/18] mkstandalone: add support for powerpc
` [kvm-unit-tests PATCH v6 17/18] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v6 18/18] powerpc/ppc64: make a fake debug-exit

[PATCH v11 00/21] KVM: ARM64: Add guest PMU support
 2016-02-22  7:45 UTC  (19+ messages)
` [PATCH v11 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v11 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v11 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v11 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[kvm-unit-tests PATCH v5 00/18] ppc64: initial drop
 2016-02-22  1:00 UTC  (26+ messages)
` [kvm-unit-tests PATCH v5 02/18] Makefile: cscope: also look in arch shared asm
` [kvm-unit-tests PATCH v5 06/18] lib: add vprintf
` [kvm-unit-tests PATCH v5 09/18] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH v5 12/18] powerpc/ppc64: add hcall support and putchar
` [kvm-unit-tests PATCH v5 13/18] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v5 14/18] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH v5 15/18] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH v5 16/18] mkstandalone: add support for powerpc
` [kvm-unit-tests PATCH v5 17/18] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v5 18/18] powerpc/ppc64: make a fake debug-exit

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-21 16:35 UTC  (4+ messages)
` [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

[PATCH] KVM: remove useless variable in kvm_emulate_cpuid()
 2016-02-21 10:35 UTC 

Silence compiler warning in arch/x86/kvm/emulate.c
 2016-02-20  0:33 UTC  (8+ messages)

Limit of 160 for number of VCPUsin the guest
 2016-02-19 23:16 UTC 

[PATCH v2] pci: Wait for up to 1000ms after FLR reset
 2016-02-19 21:57 UTC  (2+ messages)

[PATCH 1/1] KVM: async_pf: do not warn on page allocation failures
 2016-02-19 17:23 UTC  (3+ messages)

qemu-kvm CPU-variants newer than core2duo incompatible with Windows 10?
 2016-02-19 17:12 UTC 

[PATCH] KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
 2016-02-19 17:11 UTC 

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: usitnikov94@gmail.com Skype: prodawez389
 2016-02-19 14:59 UTC 

[PATCH v2 00/14] KVM: x86: change PIT discard policy and untangle related code
 2016-02-19 15:56 UTC  (32+ messages)
` [PATCH v2 01/14] KVM: x86: change PIT discard tick policy
` [PATCH v2 02/14] KVM: x86: simplify atomics in kvm_pit_ack_irq
` [PATCH v2 03/14] KVM: x86: add kvm_pit_reset_reinject
` [PATCH v2 04/14] KVM: x86: use atomic_t instead of pit.inject_lock
` [PATCH v2 05/14] KVM: x86: tone down WARN_ON pit.state_lock
` [PATCH v2 06/14] KVM: x86: pass struct kvm_pit instead of kvm in PIT
` [PATCH v2 07/14] KVM: x86: remove unnecessary uses of PIT state lock
` [PATCH v2 08/14] KVM: x86: remove notifiers from PIT discard policy
` [PATCH v2 09/14] KVM: x86: refactor kvm_create_pit
` [PATCH v2 10/14] KVM: x86: refactor kvm_free_pit
` [PATCH v2 11/14] KVM: x86: remove pit and kvm from kvm_kpit_state
` [PATCH v2 12/14] KVM: x86: remove pointless dereference of PIT
` [PATCH v2 13/14] KVM: x86: don't assume layout of kvm_kpit_state
` [PATCH v2 14/14] KVM: x86: move PIT timer function initialization

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-19 15:53 UTC  (7+ messages)
` [PATCH 4/4] KVM: x86: track actual TSC frequency from the timekeeper struct

[PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP

[PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
 2016-02-19 14:30 UTC  (3+ messages)
` [PATCH v4.1] arm64: perf: Count EL2 events if the kernel is "

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-19 11:59 UTC  (24+ messages)
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-02-19 11:54 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure

[PATCH] KVM: x86: fix missed hardware breakpoints
 2016-02-19 10:56 UTC 

[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-18 17:18 UTC  (18+ messages)
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed

[kvm-unit-tests PATCH v2 0/6] reduce exit status ambiguity and more
 2016-02-18 16:23 UTC  (2+ messages)

[RFC PATCH v4] fw/pci: Add support for mapping Intel IGD via QEMU
 2016-02-18  6:43 UTC  (4+ messages)

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-18  2:39 UTC  (3+ messages)
` [PATCH kernel v3 7/7] KVM: PPC: Add support for multiple-TCE hcalls

[kvm-unit-tests PATCH v4 00/17] ppc64: initial drop
 2016-02-18  0:05 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 12/17] powerpc/ppc64: adapt arm's setup

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-17 21:19 UTC  (3+ messages)
` [PATCH] PCI/MSI: stub pci_write_msi_msg "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox