public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-05 09:44:59 to 2017-05-08 19:59:37 UTC [more...]

[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-05-08 19:59 UTC  (14+ messages)
` [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V15 08/11] efi: print unrecognized CPER section
` [PATCH V15 09/11] ras: acpi / apei: generate trace event for "
` [PATCH V15 10/11] trace, ras: add ARM processor error trace event
` [PATCH V15 11/11] arm/arm64: KVM: add guest SEA support

[PATCH 0/8] Fixes to v7 of the vITS save/restore series
 2017-05-08 19:21 UTC  (26+ messages)
` [PATCH 1/8] KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI
` [PATCH 2/8] KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
` [PATCH 3/8] KVM: arm/arm64: Refactor vgic_register_redist_iodevs
` [PATCH 4/8] KVM: arm/arm64: Make vgic_v3_check_base more broadly usable
` [PATCH 5/8] KVM: arm/arm64: Slightly rework kvm_vgic_addr
` [PATCH 6/8] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
` [PATCH 7/8] KVM: arm/arm64: Register ITS iodev when setting base address
` [PATCH 8/8] KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore
` [PATCH 9/8] KVM: arm/arm64: Don't call map_resources when restoring ITS tables

[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
 2017-05-08 17:54 UTC  (4+ messages)

[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-05-08 17:40 UTC  (17+ messages)
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
    `  "
            ` [virtio-dev] "
` [PATCH v9 5/5] virtio-balloon: VIRTIO_BALLOON_F_MISC_VQ

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-08 17:31 UTC  (2+ messages)

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-05-08 17:27 UTC  (11+ messages)
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt

[PATCH v6 3/5] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-08 14:32 UTC  (3+ messages)

[GIT PULL] First batch of KVM changes for 4.12 merge window
 2017-05-08 14:00 UTC 

[GIT PULL] Please pull my kvm-ppc-next branch again
 2017-05-08 13:39 UTC  (7+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-08 13:20 UTC  (7+ messages)
` [PATCH v5 13/32] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0

[PATCH] kvm: nVMX: Validate CR3 target count on nested VM-entry
 2017-05-08 12:35 UTC  (3+ messages)

[PATCH v7 00/24] vITS save/restore
 2017-05-08 12:29 UTC  (55+ messages)
` [PATCH v7 01/24] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v7 02/24] KVM: arm/arm64: Add GICV3 pending table save "
` [PATCH v7 03/24] KVM: arm/arm64: vgic-its: rename itte into ite
` [PATCH v7 04/24] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v7 05/24] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v7 06/24] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v7 07/24] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v7 08/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v7 09/24] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v7 10/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v7 11/24] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v7 12/24] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v7 13/24] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v7 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v7 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v7 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v7 17/24] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v7 18/24] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v7 19/24] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v7 20/24] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v7 21/24] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v7 22/24] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v7 23/24] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v7 24/24] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
 2017-05-08 11:20 UTC  (6+ messages)
` [RFC PATCH 03/20] intel_iommu: add "svm" option
              ` [Qemu-devel] "

[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-08 10:50 UTC  (10+ messages)
` [PATCH v7 04/13] s390x/css: realize css_sch_build_schib
` [PATCH v7 05/13] s390x/css: realize css_create_sch
` [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer

KVM & SR-IOV
 2017-05-08 10:43 UTC  (2+ messages)

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-08  8:56 UTC  (17+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu
` [PATCH v3 05/10] KVM: arm/arm64: don't clear exit request from caller
` [PATCH v3 06/10] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v3 07/10] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v3 10/10] KVM: arm/arm64: PMU: remove request-less vcpu kick

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-05-08  8:08 UTC  (14+ messages)
` [PATCH 01/10] x86: add SGX Launch Control definition to cpufeature
` [PATCH 02/10] kvm: vmx: add ENCLS VMEXIT detection
` [PATCH 03/10] kvm: vmx: detect presence of host SGX driver
` [PATCH 04/10] kvm: sgx: new functions to init and destory SGX for guest
` [PATCH 05/10] kvm: x86: add KVM_GET_SUPPORTED_CPUID SGX support
` [PATCH 06/10] kvm: x86: add KVM_SET_CPUID2 "
` [PATCH 07/10] kvm: vmx: add SGX IA32_FEATURE_CONTROL MSR emulation
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
` [PATCH 09/10] kvm: vmx: handle ENCLS VMEXIT
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave
` [PATCH 11/11] kvm: vmx: workaround FEATURE_CONTROL[17] is not set by BIOS

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-05-08  4:09 UTC  (3+ messages)
  ` [Qemu-devel] "

KVM call for 2017-05-09
 2017-05-08  7:31 UTC 

[PATCH 0/4] KVM: x86: kvm_mwait_in_guest() cleanup and fixes
 2017-05-08  7:23 UTC  (6+ messages)

[RFC 10/10] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant
 2017-05-07 12:38 UTC 

[PATCH v10 0/6] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-05-07  4:22 UTC  (4+ messages)
` [PATCH v10 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS

[PATCH] KVM: set no_llseek in stat_fops_per_vm
 2017-05-06 15:37 UTC 

[PATCH v6 00/24] vITS save/restore
 2017-05-06 10:21 UTC  (39+ messages)
` [PATCH v6 11/24] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v6 12/24] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v6 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v6 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v6 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v6 17/24] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v6 18/24] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v6 19/24] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v6 21/24] KVM: arm64: vgic-its: Device "
` [PATCH v6 22/24] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v6 23/24] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v6 24/24] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[kvm-unit-tests PATCH] x86: fix ept_access_test_paddr exit qualifications
 2017-05-06  8:54 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/32] VMX framework enhancements and new tests
 2017-05-06  8:05 UTC  (4+ messages)

[PATCH v10 4/6] mm: function to offer a page block on the free list
 2017-05-05 22:12 UTC  (3+ messages)

[PATCH 0/1] virtio-ccw maintainership
 2017-05-05 20:37 UTC  (5+ messages)
` [PATCH 1/1] s390/virtio: change maintainership

[kvm-unit-tests PATCH] vmx_tests: Add Page Modification Logging tests
 2017-05-05 19:29 UTC 

[PATCH v2 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
 2017-05-05 19:25 UTC  (4+ messages)
` [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation
` [PATCH v2 2/3] nVMX: Implement emulated Page Modification Logging
` [PATCH v2 3/3] nVMX: Advertise PML to L1 hypervisor

AMD Ryzen KVM/NPT/IOMMU issue
 2017-05-05 17:27 UTC 

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-05 13:19 UTC  (7+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome

[RFC PATCH v1 2/9] cpus: push BQL lock to qemu_*_wait_io_event
 2017-05-05 10:38 UTC 


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