kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-30 18:39:08 to 2020-06-03 09:59:29 UTC [more...]

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-06-03  9:59 UTC  (11+ messages)
` [PATCH v3 13/75] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v3 70/75] x86/head/64: Setup TSS early for secondary CPUs
` [PATCH v3 73/75] x86/sev-es: Support CPU offline/online
` [PATCH v3 74/75] x86/sev-es: Handle NMI State

[PATCH RFC 00/13] vhost: format independence
 2020-06-03  9:48 UTC  (21+ messages)
` [PATCH RFC 01/13] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC 02/13] vhost: use batched version by default
` [PATCH RFC 03/13] vhost: batching fetches
` [PATCH RFC 04/13] vhost: cleanup fetch_buf return code handling
` [PATCH RFC 05/13] vhost/net: pass net specific struct pointer
` [PATCH RFC 06/13] vhost: reorder functions
` [PATCH RFC 07/13] vhost: format-independent API for used buffers
` [PATCH RFC 08/13] vhost/net: convert to new API: heads->bufs
` [PATCH RFC 09/13] vhost/net: avoid iov length math
` [PATCH RFC 10/13] vhost/test: convert to the buf API
` [PATCH RFC 11/13] vhost/scsi: switch to buf APIs
` [PATCH RFC 12/13] vhost/vsock: switch to the buf API
` [PATCH RFC 13/13] vhost: drop head based APIs

[PATCH 0/6] Refactor handling flow of SET_CPUID*
 2020-06-03  7:44 UTC  (4+ messages)
` [PATCH 4/6] KVM: X86: Split kvm_update_cpuid()

[PATCH] s390/virtio: remove unused pm callbacks
 2020-06-03  6:43 UTC  (2+ messages)

[PATCH 0/6] vDPA: doorbell mapping
 2020-06-03  6:37 UTC  (18+ messages)
` [PATCH 1/6] vhost: allow device that does not depend on vhost worker
` [PATCH 4/6] vhost_vdpa: support doorbell mapping via mmap
    ` [virtio-dev] "
` [PATCH 5/6] vdpa: introduce virtio pci driver

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-03  5:24 UTC  (15+ messages)

[PATCH v3 0/4] Add logical CPU to KVM_EXIT_FAIL_ENTRY info
 2020-06-03  2:24 UTC  (8+ messages)
` [PATCH v3 1/4] kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()
` [PATCH v3 2/4] kvm: svm: Always set svm->last_cpu on VMRUN
` [PATCH v3 3/4] kvm: vmx: Add last_cpu to struct vcpu_vmx
` [PATCH v3 4/4] kvm: x86: Add "last CPU" to some KVM_EXIT information

[RFC 00/16] KVM protected memory extension
 2020-06-03  2:09 UTC  (16+ messages)
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFC 09/16] KVM: Protected memory extension

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-03  1:40 UTC  (8+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

[PATCH 0/3] avoid unnecessary memslot rmap walks
 2020-06-02 20:07 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: remove unnecessary rmap walk of read-only memslots
` [PATCH 2/3] KVM: x86: avoid unnecessary rmap walks when creating/moving slots
` [PATCH 3/3] KVM: x86: minor code refactor and comments fixup around dirty logging

linux-next: Tree for Jun 2 (vfio)
 2020-06-02 19:56 UTC  (3+ messages)

[PATCH 1/2] vfio iommu: Use shift operation for 64-bit integer division
 2020-06-02 19:54 UTC  (3+ messages)
` [PATCH 2/2] vfio iommu: typecast corrections

[PATCH v13 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2020-06-02 17:52 UTC  (3+ messages)
` [PATCH v13 1/5] i386: Add support for CPUID_8000_001E for AMD

[PATCH Kernel v24 5/8] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-06-02 16:44 UTC  (3+ messages)

linux-next: manual merge of the hyperv tree with the kvm tree
 2020-06-02 16:29 UTC  (4+ messages)

[PULL 00/10] vfio-ccw patches for 5.8
 2020-06-02 15:34 UTC  (5+ messages)
` [PULL 08/10] vfio-ccw: Introduce a new CRW region

[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
 2020-06-02 11:10 UTC  (4+ messages)

linux-next: build failure after merge of the hyperv tree
 2020-06-02  7:35 UTC 

[PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-06-02  7:09 UTC  (2+ messages)

[PATCH v2 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-02  6:08 UTC  (5+ messages)
` [PATCH v2 1/2] docs: mm/gup: pin_user_pages.rst: add a "
` [PATCH v2 2/2] vhost: convert get_user_pages() --> pin_user_pages()

linux-next: manual merge of the kvm tree with the tip tree
 2020-06-02  4:53 UTC 

[PATCH 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-02  4:22 UTC  (7+ messages)
` [PATCH 1/2] docs: mm/gup: pin_user_pages.rst: add a "
` [PATCH 2/2] vhost: convert get_user_pages() --> pin_user_pages()

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-02  4:15 UTC  (36+ messages)
` [RFC v2 01/18] target/i386: sev: Remove unused QSevGuestInfoClass
` [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file
` [RFC v2 03/18] target/i386: sev: Rename QSevGuestInfo
` [RFC v2 04/18] target/i386: sev: Embed SEVState in SevGuestState
` [RFC v2 05/18] target/i386: sev: Partial cleanup to sev_state global
` [RFC v2 06/18] target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
` [RFC v2 07/18] target/i386: sev: Remove redundant policy field
` [RFC v2 08/18] target/i386: sev: Remove redundant handle field
` [RFC v2 09/18] target/i386: sev: Unify SEVState and SevGuestState
` [RFC v2 10/18] guest memory protection: Add guest memory protection interface
` [RFC v2 11/18] guest memory protection: Handle memory encrption via interface
` [RFC v2 12/18] guest memory protection: Perform KVM init "
` [RFC v2 13/18] guest memory protection: Move side effect out of machine_set_memory_encryption()
` [RFC v2 14/18] guest memory protection: Rework the "memory-encryption" property
` [RFC v2 15/18] guest memory protection: Decouple kvm_memcrypt_*() helpers from KVM
` [RFC v2 16/18] guest memory protection: Add Error ** to GuestMemoryProtection::kvm_init

[PATCH v2 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
 2020-06-02  4:12 UTC  (7+ messages)
` [PATCH v2 2/9] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v2 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v2 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions

[PATCH v3 00/28] KVM: nSVM: event fixes and migration support
 2020-06-02  0:11 UTC  (9+ messages)
` [PATCH 20/30] KVM: SVM: preserve VGIF across VMCB switch
` [PATCH 25/30] KVM: nSVM: leave guest mode when clearing EFER.SVME
` [PATCH 30/30] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE

PAE mode save/restore broken
 2020-06-02  0:11 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.8-1 tag
 2020-06-01 23:53 UTC 

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-06-01 20:02 UTC  (3+ messages)

[PATCH] KVM: selftests: fix rdtsc() for vmx_tsc_adjust_test
 2020-06-01 15:59 UTC  (2+ messages)

[PATCH v10 00/14] KVM: Dirty ring interface
 2020-06-01 12:05 UTC  (15+ messages)
` [PATCH v10 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v10 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v10 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v10 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v10 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v10 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v10 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v10 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v10 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v10 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v10 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v10 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v10 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v10 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[PULL 00/25] python-next patches for 2020-05-31
 2020-06-01 12:03 UTC  (27+ messages)
` [PULL 01/25] scripts/qemugdb: Remove shebang header
` [PULL 02/25] scripts/qemu-gdb: Use Python 3 interpreter
` [PULL 03/25] scripts/qmp: "
` [PULL 04/25] scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
` [PULL 05/25] scripts/modules/module_block: Use Python 3 interpreter & add pseudo-main
` [PULL 06/25] scripts/qmp: Fix shebang and imports
` [PULL 07/25] python: remove more instances of sys.version_info
` [PULL 08/25] python/qemu/machine: add kill() method
` [PULL 09/25] python/qemu/machine: remove logging configuration
` [PULL 10/25] python/qemu: delint and add pylintrc
` [PULL 11/25] python/qemu: delint; add flake8 config
` [PULL 12/25] python/qemu: remove Python2 style super() calls
` [PULL 13/25] python/qemu: fix socket.makefile() typing
` [PULL 14/25] python/qemu: Adjust traceback typing
` [PULL 15/25] python/qemu/qmp: use True/False for non/blocking modes
` [PULL 16/25] python/qemu/qmp: assert sockfile is not None
` [PULL 17/25] python/qemu/qtest: Check before accessing _qtest
` [PULL 18/25] tests/vm: Pass --debug through for vm-boot-ssh
` [PULL 19/25] tests/vm: Add ability to select QEMU from current build
` [PULL 20/25] tests/vm: allow wait_ssh() to specify command
` [PULL 21/25] tests/migration/guestperf: Use Python 3 interpreter
` [PULL 22/25] tests/acceptance/migration.py: Wait for both sides
` [PULL 23/25] tests/acceptance: allow console interaction with specific VMs
` [PULL 24/25] tests/acceptance: refactor boot_linux_console test to allow code reuse
` [PULL 25/25] tests/acceptance: refactor boot_linux "

KVM call for 2020-06-02
 2020-06-01  9:41 UTC 

[kvm-unit-tests PATCH] x86: realmode: Add suffixes for push, pop and iret
 2020-06-01  8:47 UTC  (2+ messages)

[PATCH] KVM: Use previously computed array_size()
 2020-06-01  8:46 UTC  (4+ messages)

[GIT PULL] KVM/arm64 updates for Linux 5.8
 2020-06-01  8:27 UTC  (2+ messages)

[PATCH] KVM: check userspace_addr for all memslots
 2020-06-01  8:21 UTC 

[PATCH 1/2] selftests: kvm: introduce cpu_has_svm() check
 2020-06-01  8:14 UTC  (3+ messages)

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-06-01  7:20 UTC  (32+ messages)
` [PATCH v3 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v3 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v3 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v3 07/18] nitro_enclaves: Init misc device providing the ioctl interface

[PATCH][v5] KVM: X86: support APERF/MPERF registers
 2020-05-31  2:35 UTC  (4+ messages)
  ` 答复: "

[PATCH v3] virtio_vsock: Fix race condition in virtio_transport_recv_pkt
 2020-05-31  0:44 UTC  (2+ messages)

[PATCH 8/9] x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user()
 2020-05-30 20:43 UTC  (12+ messages)


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