public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-14 10:23:44 to 2018-02-15 21:04:06 UTC [more...]

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-15 21:03 UTC  (13+ messages)
` [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v4 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v4 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v4 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds

[RFC/PATCH v3 00/16] KVM/s390: Hugetlbfs enablement
 2018-02-15 20:27 UTC  (28+ messages)
` [RFC/PATCH v3 04/16] s390/mm: add gmap PMD invalidation notification
          ` [PATCH 0/3] Hpage capability rework
            ` [PATCH 1/3] KVM: s390: Refactor host cmma and pfmfi interpretation controls
            ` [PATCH 2/3] KVM: s390: Add storage key facility interpretation control
            ` [PATCH 3/3] s390/mm: Enable gmap huge pmd support

[PULL] virtio: cleanups and fixes
 2018-02-15 18:27 UTC 

[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
 2018-02-15 18:26 UTC  (3+ messages)

[Bug 197813] New: KVM: entry failed, hardware error 0x5
 2018-02-15 18:12 UTC  (4+ messages)
` [Bug 197813] "

Handling active DMA during a VFIO application crash
 2018-02-15 16:21 UTC  (2+ messages)

[PATCH v9 00/29] x86: Secure Encrypted Virtualization (AMD)
 2018-02-15 15:39 UTC  (30+ messages)
` [PATCH v9 01/29] memattrs: add debug attribute
` [PATCH v9 02/29] exec: add ram_debug_ops support
` [PATCH v9 03/29] exec: add debug version of physical memory read and write API
` [PATCH v9 04/29] monitor/i386: use debug APIs when accessing guest memory
` [PATCH v9 05/29] machine: add -memory-encryption property
` [PATCH v9 06/29] kvm: update kvm.h to include memory encryption ioctls
` [PATCH v9 07/29] docs: add AMD Secure Encrypted Virtualization (SEV)
` [PATCH v9 08/29] target/i386: add Secure Encrypted Virtulization (SEV) object
` [PATCH v9 09/29] qmp: add query-sev command
` [PATCH v9 10/29] sev/i386: add command to initialize the memory encryption context
` [PATCH v9 11/29] qmp: populate SevInfo fields with SEV guest information
` [PATCH v9 12/29] sev/i386: register the guest memory range which may contain encrypted data
` [PATCH v9 13/29] kvm: introduce memory encryption APIs
` [PATCH v9 14/29] hmp: add 'info sev' command
` [PATCH v9 15/29] sev/i386: add command to create launch memory encryption context
` [PATCH v9 16/29] sev/i386: add command to encrypt guest memory region
` [PATCH v9 17/29] target/i386: encrypt bios rom
` [PATCH v9 18/29] sev/i386: add support to LAUNCH_MEASURE command
` [PATCH v9 19/29] sev/i386: finalize the SEV guest launch flow
` [PATCH v9 20/29] hw/i386: set ram_debug_ops when memory encryption is enabled
` [PATCH v9 21/29] sev/i386: add debug encrypt and decrypt commands
` [PATCH v9 22/29] target/i386: clear C-bit when walking SEV guest page table
` [PATCH v9 23/29] include: add psp-sev.h header file
` [PATCH v9 24/29] sev/i386: add support to query PLATFORM_STATUS command
` [PATCH v9 25/29] sev/i386: add support to KVM_SEV_GUEST_STATUS
` [PATCH v9 26/29] qmp: add query-sev-launch-measure command
` [PATCH v9 27/29] tests/qmp-test: blacklist "
` [PATCH v9 28/29] sev/i386: add migration blocker
` [PATCH v9 29/29] cpu/i386: populate CPUID 0x8000_001F when SEV is active

[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
 2018-02-15 15:32 UTC  (16+ messages)
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation

[PATCH 1/2] x86/speculation: Correct Speculation Control microcode blacklist again
 2018-02-15 15:21 UTC  (4+ messages)
` [PATCH 2/2] x86/speculation: Support "Enhanced IBRS" on future CPUs

[PATCH RFC 0/6] KVM: s390: Multiple-epoch facility fixes
 2018-02-15 14:25 UTC  (10+ messages)
` [PATCH RFC 3/6] KVM: s390: consider epoch index on hotplugged CPUs
` [PATCH RFC 5/6] KVM: s390: no need to inititalize kvm->arch members to 0
` [PATCH RFC 6/6] KVM: s390: generalize kvm_s390_get_tod_clock_ext()

[STABLE 4.9.y PATCH 0/9] Backport of KVM Speculation Control support
 2018-02-15 13:57 UTC  (5+ messages)

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-15 13:51 UTC  (22+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 08/37] iommu/fault: Handle mm faults

[PATCH 0/4] Add virtio-iommu driver
 2018-02-15 13:53 UTC  (8+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request
` [PATCH 3/4] iommu/virtio: Add event queue
` [PATCH 4/4] vfio: Allow type-1 IOMMU instantiation with a virtio-iommu

Support of librbd in Qemu/KVM
 2018-02-15 12:31 UTC 

[vhost:vhost 22/28] drivers/firmware/qemu_fw_cfg.c:35:10: fatal error: linux/fw_cfg.h: No such file or directory
 2018-02-15  9:59 UTC  (2+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-15  9:51 UTC  (18+ messages)
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function

[PATCH v3 0/6] vfio/type1: Add support for valid iova list management
 2018-02-15  9:45 UTC  (7+ messages)
` [PATCH v3 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v3 2/6] vfio/type1: Check reserve region conflict and update iova list
` [PATCH v3 3/6] vfio/type1: Update iova list on detach
` [PATCH v3 4/6] vfio/type1: check dma map request is within a valid iova range
` [PATCH v3 5/6] vfio/type1: Add IOVA range capability support
` [PATCH v3 6/6] vfio/type1: remove duplicate retrieval of reserved regions

[Bug 53851] New: nVMX: Support live migration of whole L1 guest
 2018-02-15  9:44 UTC  (2+ messages)
` [Bug 53851] "

[Bug 198621] New: KVM Guest panics when running own guest, while being live migrated
 2018-02-15  9:44 UTC  (2+ messages)
` [Bug 198621] "

[PATCH v2 0/4] Speculation control improvements
 2018-02-15  9:21 UTC  (7+ messages)
` [PATCH v2 1/4] x86/speculation: Use IBRS if available before calling into firmware
` [PATCH v2 2/4] x86/speculation: Support "Enhanced IBRS" on future CPUs
` [PATCH v2 3/4] Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
` [PATCH v2 4/4] x86/retpoline: Support retpoline build with Clang

[PATCH 0/6] tools/kvm_stat improvements
 2018-02-15  8:14 UTC  (9+ messages)
` [PATCH 1/6] tools/kvm_stat: mark private methods as such
` [PATCH 2/6] tools/kvm_stat: eliminate extra guest/pid selection dialog
` [PATCH 3/6] tools/kvm_stat: cache compiled regular expression
` [PATCH 4/6] tools/kvm_stat: separate drilldown and fields filtering
` [PATCH 5/6] tools/kvm_stat: group child events indented after parent
` [PATCH 6/6] tools/kvm_stat: print 'Total' line for multiple events only

[PATCH v1 0/1] Parfait changes
 2018-02-14 21:42 UTC  (7+ messages)
` [PATCH v1 1/1] KVM: X86: NULL pointer dereference [null-pointer-deref] (CWE 476) problem

[PATCH 0/8] tools/kvm_stat improvements
 2018-02-14 21:31 UTC  (7+ messages)
` [PATCH 3/8] tools/kvm_stat: mark private methods as such
` [PATCH 6/8] tools/kvm_stat: separate drilldown and fields filtering

Call for GSoC & Outreachy 2018 mentors & project ideas
 2018-02-14 19:00 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH] kvm: use insert sort in kvm_io_bus_register_dev function
 2018-02-14 18:11 UTC  (2+ messages)

[PATCH RFC] vfio/mdev: delay uevent after initialization complete
 2018-02-14 17:20 UTC  (5+ messages)

[RFC PATCH 0/2] KVM: MSR-based features
 2018-02-14 16:58 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: x86: Add a framework for supporting "

[PATCH 0/4] Speculation control improvements
 2018-02-14 16:53 UTC  (9+ messages)
` [PATCH 1/4] x86/speculation: Use IBRS if available before calling into firmware
` [PATCH 2/4] x86/speculation: Support "Enhanced IBRS" on future CPUs
` [PATCH 3/4] Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
` [PATCH 4/4] x86/retpoline: Support retpoline build with Clang

[GIT PULL 0/6] KVM: s390: Fixes and improvements for 4.16
 2018-02-14 16:19 UTC  (8+ messages)
` [GIT PULL 1/6] KVM: s390: optimize wakeup for exitless interrupts
` [GIT PULL 2/6] KVM: s390: do not set intervention requests for GISA interrupts
` [GIT PULL 3/6] KVM: s390: force bp isolation for VSIE
` [GIT PULL 4/6] KVM: s390: use switch vs jump table in priv.c
` [GIT PULL 5/6] KVM: s390: use switch vs jump table in intercept.c
` [GIT PULL 6/6] KVM: s390: use switch vs jump table in interrupt.c

[PATCH kvm-unit-tests 0/8] arm/arm64: extend psci tests
 2018-02-14 14:38 UTC  (13+ messages)
` [PATCH kvm-unit-tests 4/8] powerpc: Introduce getchar
` [PATCH kvm-unit-tests 5/8] lib: Introduce do_migration

[PATCH kvm-unit-tests v3 00/11] s390x: vmalloc support
 2018-02-14 13:15 UTC  (13+ messages)
` [PATCH kvm-unit-tests v3 07/11] s390x: initialize the physical allocator
` [PATCH kvm-unit-tests v3 11/11] s390x: add sieve test

[PULL v2 0/1] s390/virtio update
 2018-02-14 12:37 UTC  (5+ messages)
` [PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw

[kvm-unit-test PATCH 0/5]: x86: Add tests for VMware backdoor
 2018-02-14 12:06 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/memory: pass host clwb and clflushopt support information
 2018-02-14 12:04 UTC  (5+ messages)

[kvm-unit-t)ests PATCH] kvm-unit-tests: vmx: add a test for injecting events to halted L2
 2018-02-14 11:47 UTC  (2+ messages)

[PATCH] KVM: s390: force bp isolation for VSIE
 2018-02-14 11:44 UTC  (7+ messages)

[patch] kvm: suppress KVM_SET_GSI_ROUTING allocation failure
 2018-02-14 11:32 UTC  (7+ messages)

Where do I file this bug?
 2018-02-14 11:04 UTC 

Incompatibility with XFS guest filesystem?
 2018-02-14 10:56 UTC  (2+ messages)

VMs freezing when host is running 4.14
 2018-02-14 10:23 UTC  (6+ messages)


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