messages from 2023-10-27 00:54:59 to 2023-10-30 16:04:07 UTC [more...]
[kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension
2023-10-30 16:03 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH v3 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH v3 09/10] scripts: Implement multiline strings for extra_params
[PATCH V2 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-30 15:59 UTC (17+ messages)
` [PATCH V2 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V2 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V2 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V2 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V2 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V2 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V2 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V2 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH] KVM: x86/xen: improve accuracy of Xen timers
2023-10-30 15:50 UTC
About patch bdedff263132 - KVM: x86: Route pending NMIs
2023-10-30 15:10 UTC
[PATCH v4 0/5] x86/paravirt: Get rid of paravirt patching
2023-10-30 14:25 UTC (2+ messages)
` [PATCH v4 1/5] x86/paravirt: move some functions and defines to alternative
[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
2023-10-30 14:17 UTC
A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
2023-10-30 12:16 UTC (3+ messages)
[PATCH v3 0/5] x86/paravirt: Get rid of paravirt patching
2023-10-30 12:39 UTC (4+ messages)
` [PATCH v3 1/5] x86/paravirt: move some functions and defines to alternative
[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
2023-10-30 12:00 UTC (3+ messages)
[PATCH] KVM: selftests: add -MP to CFLAGS
2023-10-30 10:22 UTC (5+ messages)
[GIT PULL 0/2] KVM: s390: Changes for 6.7
2023-10-30 9:08 UTC (3+ messages)
` [GIT PULL 1/2] KVM: s390: add stat counter for shadow gmap events
` [GIT PULL 2/2] KVM: s390: add tracepoint in gmap notifier
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-30 8:11 UTC (37+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access
[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
2023-10-30 7:30 UTC (3+ messages)
[PATCH v18 0/2] add debugfs to migration driver
2023-10-30 6:51 UTC (5+ messages)
` [PATCH v18 1/2] vfio/migration: Add debugfs to live "
` [PATCH v18 2/2] Documentation: add debugfs description for vfio
[PATCH v5 00/14] Add Secure TSC support for SNP guests
2023-10-30 6:36 UTC (15+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 02/14] virt: sev-guest: Move mutex to SNP guest device structure
` [PATCH v5 03/14] virt: sev-guest: Replace dev_dbg with pr_debug
` [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure
` [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v5 06/14] x86/sev: Cache the secrets page address
` [PATCH v5 07/14] x86/sev: Move and reorganize sev guest request api
` [PATCH v5 08/14] x86/mm: Add generic guest initialization hook
` [PATCH v5 09/14] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v5 10/14] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v5 12/14] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource
` [PATCH v5 14/14] x86/sev: Enable Secure TSC for SNP guests
[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
2023-10-30 5:56 UTC (3+ messages)
` [Bug 217558] "
[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
2023-10-30 5:47 UTC (6+ messages)
` [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
2023-10-30 3:57 UTC (11+ messages)
` [kvm-unit-tests Patch 2/5] x86: pmu: Change the minimum value of llc_misses event to 0
[PATCH] KVM: x86: cleanup unused variables
2023-10-29 18:41 UTC (3+ messages)
[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-29 16:13 UTC (8+ messages)
` [PATCH V1 vfio 9/9] vfio/virtio: "
[PATCH] KVM: x86/xen: improve accuracy of Xen timers
2023-10-29 10:37 UTC
[PATCH] KVM: x86: replace do_div with div64_ul
2023-10-29 9:39 UTC
[PATCH] Add class property to configure KVM device node to use
2023-10-28 12:07 UTC (3+ messages)
This list is being migrated to the new vger infra (no action required)
2023-10-27 23:22 UTC (2+ messages)
[PATCH v3 vfio 0/3] pds/vfio: Fixes for locking bugs
2023-10-27 22:36 UTC (4+ messages)
` [PATCH v3 vfio 1/3] pds/vfio: Fix spinlock bad magic BUG
` [PATCH v3 vfio 2/3] pds/vfio: Fix mutex lock->magic != lock warning
` [PATCH v3 vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-10-27 21:50 UTC (3+ messages)
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
[PATCH 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
2023-10-27 20:55 UTC (3+ messages)
` [PATCH 6/6] KVM: x86/pmu: Track emulated counter events instead of previous counter
[GIT PULL] KVM: x86 pull requests for 6.7
2023-10-27 20:49 UTC (8+ messages)
` [GIT PULL] KVM: x86: APIC changes "
` [GIT PULL] KVM: x86: Documentation updates "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU change "
` [GIT PULL] KVM: x86: SVM changes "
` [GIT PULL] KVM: x86: Xen "
[PATCH v2 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
2023-10-27 17:59 UTC (3+ messages)
[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
2023-10-27 17:26 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR
` [PATCH 2/3] KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
` [PATCH 3/3] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
[PATCH v2 0/3] a couple of corrections to the IRQ enablement function
2023-10-27 17:06 UTC (4+ messages)
` [PATCH v2 2/3] s390/vfio-ap: set status response code to 06 on gisc registration failure
[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
2023-10-27 17:00 UTC (27+ messages)
` [RFC PATCH V3 01/26] PCI/MSI: Provide stubs for IMS functions
` [RFC PATCH V3 02/26] vfio/pci: Move PCI specific check from wrapper to PCI function
` [RFC PATCH V3 03/26] vfio/pci: Use unsigned int instead of unsigned
` [RFC PATCH V3 04/26] vfio/pci: Make core interrupt callbacks accessible to all virtual devices
` [RFC PATCH V3 05/26] vfio/pci: Split PCI interrupt management into front and backend
` [RFC PATCH V3 06/26] vfio/pci: Separate MSI and MSI-X handling
` [RFC PATCH V3 07/26] vfio/pci: Move interrupt eventfd to interrupt context
` [RFC PATCH V3 08/26] vfio/pci: Move mutex acquisition into function
` [RFC PATCH V3 09/26] vfio/pci: Move per-interrupt contexts to generic interrupt struct
` [RFC PATCH V3 10/26] vfio/pci: Move IRQ type to generic interrupt context
` [RFC PATCH V3 11/26] vfio/pci: Provide interrupt context to irq_is() and is_irq_none()
` [RFC PATCH V3 12/26] vfio/pci: Provide interrupt context to generic ops
` [RFC PATCH V3 13/26] vfio/pci: Provide interrupt context to vfio_msi_enable() and vfio_msi_disable()
` [RFC PATCH V3 14/26] vfio/pci: Let interrupt management backend interpret interrupt index
` [RFC PATCH V3 15/26] vfio/pci: Move generic code to frontend
` [RFC PATCH V3 16/26] vfio/pci: Split interrupt context initialization
` [RFC PATCH V3 17/26] vfio/pci: Make vfio_pci_set_irqs_ioctl() available
` [RFC PATCH V3 18/26] vfio/pci: Preserve per-interrupt contexts
` [RFC PATCH V3 19/26] vfio/pci: Store Linux IRQ number in per-interrupt context
` [RFC PATCH V3 20/26] vfio/pci: Separate frontend and backend code during interrupt enable/disable
` [RFC PATCH V3 21/26] vfio/pci: Replace backend specific calls with callbacks
` [RFC PATCH V3 22/26] vfio/pci: Introduce backend specific context initializer
` [RFC PATCH V3 23/26] vfio/pci: Support emulated interrupts
` [RFC PATCH V3 24/26] vfio/pci: Add core IMS support
` [RFC PATCH V3 25/26] vfio/pci: Add accessor for IMS index
` [RFC PATCH V3 26/26] vfio/pci: Support IMS cookie modification
[PATCH net-XXX] vhost-vdpa: fix use after free in vhost_vdpa_probe()
2023-10-27 12:17 UTC (2+ messages)
[PATCH v3 00/28] Get Xen PV shim running in QEMU, add net & console
2023-10-27 12:02 UTC (40+ messages)
` [PATCH v3 05/28] hw/xen: fix XenStore watch delivery to guest
` [PATCH v3 06/28] hw/xen: take iothread mutex in xen_evtchn_reset_op()
` [PATCH v3 07/28] hw/xen: use correct default protocol for xen-block on x86
` [PATCH v3 08/28] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
` [PATCH v3 13/28] hw/xen: automatically assign device index to block devices
` [PATCH v3 14/28] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH v3 17/28] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v3 18/28] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH v3 19/28] hw/xen: update Xen PV NIC to XenDevice model
` [PATCH v3 20/28] net: do not delete nics in net_cleanup()
` [PATCH v3 21/28] xen-platform: unplug AHCI disks
` [PATCH v3 22/28] net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 23/28] net: report list of available models according to platform
` [PATCH v3 24/28] net: add qemu_create_nic_bus_devices()
` [PATCH v3 25/28] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH v3 26/28] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v3 27/28] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
[PATCH v3 0/3] a couple of corrections to the IRQ enablement function
2023-10-27 11:19 UTC (4+ messages)
` [PATCH v3 2/3] s390/vfio-ap: set status response code to 06 on gisc registration failure
[syzbot] [net?] KMSAN: uninit-value in virtio_transport_recv_pkt
2023-10-27 10:15 UTC (4+ messages)
[PATCH v2] KVM: arm64: Add tracepoint for MMIO accesses where ISV==0
2023-10-27 10:11 UTC (3+ messages)
[PATCH net] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
2023-10-27 8:50 UTC (4+ messages)
[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
2023-10-27 6:08 UTC (3+ messages)
[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
2023-10-27 6:09 UTC (6+ messages)
` [PATCH 2/2] iommu/vt-d: Adopt new helper for looking up pci device
[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
2023-10-27 0:59 UTC (4+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path
Run user level code in guest in a new KVM selftest
2023-10-27 0:54 UTC (2+ messages)
[PATCH 0/2] tools: Makefile fixes for sysreg generation
2023-10-27 0:54 UTC (2+ messages)
` [PATCH 1/2] tools headers arm64: Fix references to top srcdir in Makefile
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox