public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-21 10:31:54 to 2017-11-24 13:02:59 UTC [more...]

KVM "fake DAX" flushing interface - discussion
 2017-11-24 13:02 UTC  (26+ messages)
                                                ` [Qemu-devel] "

Windows 10 guest hang during 'info mem'
 2017-11-24 12:57 UTC 

[PATCH RESEND v12 00/12] Add RAS virtualization support in QEMU
 2017-11-24 11:57 UTC  (11+ messages)
` [PATCH RESEND v12 01/12] ACPI: add related GHES structures and macros definition
` [PATCH RESEND v12 05/12] linux-headers: sync against Linux v4.14-rc8
` [PATCH RESEND v12 06/12] target-arm: kvm64: detect whether can set vsesr_el2
` [PATCH RESEND v12 07/12] target-arm: handle SError interrupt exception from the guest OS
` [PATCH RESEND v12 08/12] target-arm: kvm64: inject synchronous External Abort
` [PATCH RESEND v12 10/12] ARM: ACPI: Add _E04 for hardware error device
` [PATCH RESEND v12 11/12] hw/arm/virt: Add RAS platform version for migration
` [PATCH RESEND v12 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[x86 RAS question] what is the behavior that guest happen machine check exceptions(MCEs) on page table
 2017-11-24 10:23 UTC  (5+ messages)

[PATCH] KVM: Expose new cpu features to guest
 2017-11-24 10:14 UTC  (4+ messages)

[GIT PULL] Second batch of KVM changes for Linux 4.15
 2017-11-24  9:36 UTC  (3+ messages)

VMs freezing when host is running 4.14
 2017-11-24  8:08 UTC  (9+ messages)

[x86 RAS question] what is the behavior that guest happen machine check exceptions(MCEs) on page table
 2017-11-24  6:13 UTC 

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-11-24  4:58 UTC  (14+ messages)

Qemu with kvm enabled can boot kernel even if identity page map is not set correctly
 2017-11-24  3:13 UTC 

Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover. [1]
 2017-11-24  3:11 UTC  (5+ messages)
      ` Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover

[PATCH v2 0/3] KVM: nVMX: Do not expose APICv to L1 if disabled on L0
 2017-11-23 23:57 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: nVMX: Refresh APICv secondary exec controls by re-calculating all of them
` [PATCH v2 2/3] KVM: nVMX: Update nested MSRs in case APICv refreshing
` [PATCH v2 3/3] KVM: nVMX: Fix nested APICv Secondary CPU Controls when apicv disabled

[PATCH] KVM: nVMX: Eliminate vmcs02 pool
 2017-11-23 23:46 UTC  (5+ messages)

[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
 2017-11-23 23:33 UTC  (3+ messages)

[PATCH v2 0/8] KVM: Fix multiple issues in handling pending/injected events
 2017-11-23 23:05 UTC  (16+ messages)
` [PATCH v2 1/8] KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt
` [PATCH v2 2/8] KVM: x86: Rename interrupt.pending to interrupt.injected
` [PATCH v2 3/8] KVM: x86: set/get_events ioctl should consider only injected exceptions
` [PATCH v2 4/8] KVM: x86: Warn if userspace overrides existing injected exception/interrupt
` [PATCH v2 5/8] Revert "kvm: nVMX: Disallow userspace-injected exceptions in guest mode"
` [PATCH v2 6/8] KVM: x86: Fix misleading comments on handling pending exceptions
` [PATCH v2 7/8] KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
` [PATCH v2 8/8] KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_pending

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-23 20:59 UTC  (11+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs

[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
 2017-11-23 18:43 UTC  (10+ messages)

[PATCH kvm-unit-tests 0/2] arm/arm64: some fixups
 2017-11-23 16:23 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] Makefile: fix cscope target
` [PATCH kvm-unit-tests 2/2] arm/arm64: mmu: add missing TLB flushes

[PATCH v2] KVM: VMX: Fix vmx->nested freeing when no SMI handler
 2017-11-23 16:04 UTC  (2+ messages)

[BUG/RFC] INIT IPI lost when VM starts
 2017-11-23 15:41 UTC  (5+ messages)

[PATCH 0/2] Lapic LDR fixup
 2017-11-23 15:31 UTC  (3+ messages)
` [PATCH 1/2] KVM: lapic: Split out x2apic ldr calculation

[x86 RAS question] what is the behavior that guest happen machine check exceptions(MCEs) on page table
 2017-11-23 13:38 UTC  (2+ messages)

[PATCH v1 0/2] Additional single-step-cases
 2017-11-23 12:39 UTC  (5+ messages)
` [PATCH v1 1/2] kvm: arm64: handle single-step during SError exceptions
` [PATCH v1 2/2] kvm: arm64: handle single-step of hyp emulated mmio instructions

Speak at FOSDEM18 Virt & IaaS Devroom!
 2017-11-23 10:51 UTC 

[RFC PATCH] kvm: arm64: handle single-step of hyp emulated mmio instructions
 2017-11-23 10:20 UTC  (3+ messages)

[PATCH 0/5] KVM: PPC: Book3S: Miscellaneous minor fixes
 2017-11-23 10:15 UTC  (9+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Avoid shifts by negative amounts
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
` [PATCH 3/5] KVM: PPC: Book3S HV: Remove useless statement
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix conditions for starting vcpu
` [PATCH 5/5] KVM: PPC: Book3S: Eliminate some unnecessary checks

[PATCH] KVM: VMX: Fix vmx->nested freeing when no SMI handler
 2017-11-23  9:13 UTC  (9+ messages)

passing FDs across domains
 2017-11-23  8:17 UTC  (13+ messages)

[PATCH v2 01/11] powerpc/kvm/xive: Add more debugfs queues info
 2017-11-23  4:36 UTC  (11+ messages)
` [PATCH v2 02/11] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v2 03/11] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v2 04/11] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v2 05/11] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v2 06/11] powerpc/xive: Move definition of ESB bits
` [PATCH v2 07/11] powerpc/xive: Add interrupt flag to disable automatic EOI
` [PATCH v2 08/11] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded
` [PATCH v2 09/11] powerpc/kvm: Make "no_xive:" label local
` [PATCH v2 10/11] powerpc/kvm: Store the MMU mode in the PACA on KVM exit
` [PATCH v2 11/11] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr

[RFC PATCH] powerpc: add tests for XICS
 2017-11-23  4:52 UTC  (5+ messages)
` [RFC kvm-unit-tests "

[RFC PATCH kernel] vfio-pci: Fix sparse capability when no parts of MSIX BAR can be mapped
 2017-11-23  4:56 UTC 

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-11-23  4:13 UTC  (5+ messages)

Fwd: vhost-net drops packets at low cpu occupancy
 2017-11-22 22:45 UTC 

[PATCH v4 kvmtool 00/12] Add vfio-pci support
 2017-11-22 18:58 UTC  (13+ messages)
` [PATCH v4 kvmtool 01/12] pci: add config operations callbacks on the PCI header
` [PATCH v4 kvmtool 02/12] pci: allow to specify IRQ type for PCI devices
` [PATCH v4 kvmtool 03/12] irq: add irqfd helpers
` [PATCH v4 kvmtool 04/12] Extend memory bank API with memory types
` [PATCH v4 kvmtool 05/12] pci: add capability helpers
` [PATCH v4 kvmtool 06/12] Import VFIO headers
` [PATCH v4 kvmtool 07/12] Add PCI device passthrough using VFIO
` [PATCH v4 kvmtool 08/12] vfio-pci: add MSI-X support
` [PATCH v4 kvmtool 09/12] vfio-pci: add MSI support
` [PATCH v4 kvmtool 10/12] vfio: Support non-mmappable regions
` [PATCH v4 kvmtool 11/12] Introduce reserved memory regions
` [PATCH v4 kvmtool 12/12] vfio: check reserved regions before mapping DMA

[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
 2017-11-22 13:47 UTC  (14+ messages)

[PATCH v2 1/1] KVM: s390: mark irq_state.flags as non-usable
 2017-11-22 12:25 UTC  (3+ messages)

[PATCH v3 0/3] KVM: arm64: single step emulation instructions
 2017-11-22 11:46 UTC  (6+ messages)

[RFC PATCH kernel] vfio-pci: Allow mapping MSIX BAR
 2017-11-22  6:51 UTC  (7+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
 2017-11-22  5:55 UTC  (2+ messages)

[Part1 PATCH v7 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-11-21 23:18 UTC  (5+ messages)

[Bug 197951] New: QEMU/KVM & VFIO & PCI passthru with Windows 10 x64 guest: memory access intermittently causes CRITICAL_STRUCTURE_CORRUPTION BSOD unless swap is disabled on host, since 4.12.13
 2017-11-21 21:45 UTC  (4+ messages)
` [Bug 197951] "

Unsure how to file this complex qemu-kvm bug
 2017-11-21 20:12 UTC 

[PATCH 1/1] KVM: s390: mark irq_state.flags as non-usable
 2017-11-21 18:27 UTC  (6+ messages)

kvm-unit-tests vmx-tests broken because of latest commit
 2017-11-21 18:02 UTC  (2+ messages)

Why qemu with kvm enabled can boot kernel even if identity page map is not set correctly?
 2017-11-21 16:58 UTC 

[PATCH] kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()
 2017-11-21 12:46 UTC 

[PATCH 0/7] KVM/ARM fixes for 4.15-rc1
 2017-11-21 11:12 UTC  (4+ messages)
` [PATCH 4/7] KVM: arm/arm64: vgic-its: Check result of allocation before use


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