qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 07:18:12 to 2023-11-15 20:57:19 UTC [more...]

[PATCH 00/10] random fixes for 8.2 (tests, plugins, docs, semihosting)
 2023-11-15 20:55 UTC  (3+ messages)
` [PATCH 02/10] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
` [PATCH 10/10] tests/tcg: enable semiconsole test for Arm

[PATCH-for-8.2? v2] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
 2023-11-15 20:51 UTC 

[PATCH] Fix CLINT clock frequency for SiFive E
 2023-11-15 20:51 UTC  (2+ messages)

[PATCH 0/4] ICH9 root PCI hotplug
 2023-11-15 20:48 UTC  (6+ messages)
` [PATCH 2/4] ich9: Renamed use_acpi_hotplug_bridge accessors
` [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
` [PATCH 3/4] ich9: Add accessors for acpi-root-pci-hotplug
` [PATCH 4/4] ich9: Enable root PCI hotplug by default

[PATCH 0/3] Misc fixes for 8.2
 2023-11-15 20:45 UTC  (5+ messages)
` [PATCH 1/3] net: do not delete nics in net_cleanup()
` [PATCH 2/3] vl: disable default serial when xen-console is enabled
` [PATCH 3/3] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive

virtio-sound segmentation fault
 2023-11-15 20:27 UTC 

[RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
 2023-11-15 19:50 UTC  (2+ messages)

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-11-15 19:37 UTC  (3+ messages)
  ` [External] "

[PULL 00/40] Migration 20231102 patches
 2023-11-15 19:32 UTC  (3+ messages)
` [PULL 25/40] tests/qtest: migration: add reboot mode test

[PATCH 0/4] VFIO device init cleanup
 2023-11-15 19:27 UTC  (9+ messages)
` [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
` [PATCH 2/4] vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
` [PATCH 3/4] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
` [PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init

[PATCH v6 00/21] vfio: Adopt iommufd
 2023-11-15 18:47 UTC  (28+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 02/21] util/char_dev: Add open_cdev()
` [PATCH v6 03/21] vfio/common: return early if space isn't empty
` [PATCH v6 05/21] vfio/iommufd: Relax assert check for iommufd backend
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
` [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines

[PATCH for-8.2 0/4] block: Fix deadlocks with the stream job
 2023-11-15 18:36 UTC  (6+ messages)
` [PATCH for-8.2 1/4] block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
` [PATCH for-8.2 2/4] block: Fix deadlocks in bdrv_graph_wrunlock()
` [PATCH for-8.2 3/4] stream: Fix AioContext locking during bdrv_graph_wrlock()
` [PATCH for-8.2 4/4] iotests: Test two stream jobs in a single iothread

[PULL 0/3] tcg+sparc patch queue
 2023-11-15 18:33 UTC  (2+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-15 18:21 UTC  (79+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v3 15/70] target/i386: Parse TDX vm type
` [PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default
` [PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v3 30/70] i386/tdx: Validate TD attributes
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency
` [PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v3 35/70] i386/tdx: Make memory type private by default
` [PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup
` [PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM
` [PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v3 45/70] i386/tdx: Setup the TD HOB list
` [PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 48/70] i386/tdx: register TDVF as private memory
` [PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v3 50/70] i386/tdx: Finalize TDX VM
` [PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
` [PATCH v3 54/70] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA
` [PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs
` [PATCH v3 61/70] i386/tdx: Disable PIC "
` [PATCH v3 62/70] i386/tdx: Don't allow system reset "
` [PATCH v3 63/70] i386/tdx: LMCE is not supported for TDX
` [PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v3 70/70] docs: Add TDX documentation

QEMU snapshotting
 2023-11-15 18:20 UTC  (2+ messages)

[PATCH] monitor: flush messages on abort
 2023-11-15 17:41 UTC  (10+ messages)

[PATCH] softmmu/memory: use memcpy for multi-byte accesses
 2023-11-15 17:26 UTC  (9+ messages)

[PATCH 0/2] vhost-scsi: Support worker ioctls
 2023-11-15 17:24 UTC  (7+ messages)
` [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue

[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
 2023-11-15 17:22 UTC  (7+ messages)

[PATCH] migration: free 'saddr' since be no longer used
 2023-11-15 16:44 UTC  (3+ messages)

[PATCH 0/2] linux-user: two fixes to coredump generation
 2023-11-15 16:37 UTC  (3+ messages)
` [PATCH 1/2] linux-user/elfload: test return value of getrlimit
` [PATCH 2/2] linux-user/elfload: check PR_GET_DUMPABLE before creating coredump

[PATCH v3 0/8] Add powernv10 I2C devices and tests
 2023-11-15 16:37 UTC  (5+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control

[PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
 2023-11-15 16:06 UTC  (4+ messages)

[PATCH 00/16] hw/uefi: add uefi variable service
 2023-11-15 15:56 UTC  (18+ messages)
` [PATCH 01/16] hw/uefi: add include/hw/uefi/var-service-api.h
` [PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h
` [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
` [PATCH 04/16] hw/uefi: add var-service-guid.c
` [PATCH 05/16] hw/uefi: add var-service-core.c
` [PATCH 06/16] hw/uefi: add var-service-vars.c
` [PATCH 07/16] hw/uefi: add var-service-auth.c
` [PATCH 08/16] hw/uefi: add var-service-policy.c
` [PATCH 09/16] hw/uefi: add support for storing persistent variables on disk
` [PATCH 10/16] hw/uefi: add trace-events
` [PATCH 11/16] hw/uefi: add to Kconfig
` [PATCH 12/16] hw/uefi: add to meson
` [PATCH 13/16] hw/uefi: add uefi-vars-sysbus device
` [PATCH 14/16] hw/uefi: add uefi-vars-isa device
` [PATCH 15/16] hw/arm: add uefi variable support to virt machine type
` [PATCH 16/16] docs: add uefi variable service documentation and TODO list

[PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
 2023-11-15 15:17 UTC 

[PATCH] tests/avocado/multiprocess: Add asset hashes to silence warnings
 2023-11-15 14:58 UTC 

[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
 2023-11-15 14:47 UTC  (2+ messages)
` [PATCH-for-9.0 "

[PATCH 0/2] hw/pci-host: Fix Designware no address match behavior
 2023-11-15 14:33 UTC  (3+ messages)
` [PATCH 1/2] hw/pci-host: Designware: Fix inbound iATU "
` [PATCH 2/2] hw/pci-host: Designware: Add outbound "

[PATCH v3 0/2] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-11-15 13:59 UTC  (3+ messages)
` [PATCH v3 1/2] qom: new object to associate device to numa node

[PATCH] docs/system: Add recommendations to Hyper-V enlightenments doc
 2023-11-15 13:47 UTC 

[PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
 2023-11-15 13:46 UTC  (2+ messages)

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-15 12:17 UTC  (2+ messages)

[PATCH v5 00/31] Unified CPU type check
 2023-11-15 11:27 UTC  (5+ messages)
` [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()

[PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
 2023-11-15 11:24 UTC  (2+ messages)

[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
 2023-11-15 10:52 UTC  (3+ messages)

[PATCH RESEND v2 0/2] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
 2023-11-15 10:22 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] i386: Fix conditional CONFIG_SYNDBG enablement
` [PATCH RESEND v2 2/2] i386: Exclude 'hv-syndbg' from 'hv-passthrough'

[PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
 2023-11-15 10:07 UTC  (2+ messages)

[RFC PATCH v3 00/78] Strict disable implicit fallthrough
 2023-11-15  9:30 UTC  (3+ messages)
` [RFC PATCH v3 65/78] hw/nvme: add fallthrough pseudo-keyword

[PATCH v2 0/3] Initial support for SPDM Responders
 2023-11-15  9:29 UTC  (3+ messages)
` [PATCH v2 3/3] hw/nvme: Add SPDM over DOE support

[PATCH for-8.2] linux-user: Fix loaddr computation for some elf files
 2023-11-15  9:09 UTC  (2+ messages)

[PATCH trivial 00/21] spelling fixes for 8.2
 2023-11-15  8:59 UTC  (8+ messages)
` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects

[PATCH RFC 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
 2023-11-15  8:25 UTC  (3+ messages)
` [PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
` [PATCH RFC 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
 2023-11-15  8:31 UTC  (4+ messages)

[PATCH] tests/qtest: remove unused variables
 2023-11-15  8:08 UTC  (2+ 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).