QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/10] Optimize buffer_is_zero
 2024-04-29 12:31 UTC  (15+ messages)
` [PATCH v6 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v6 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v6 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v6 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v6 10/10] tests/bench: Add bufferiszero-bench

[PULL v2 0/9] Trivial patches for 2024-04-29
 2024-04-29 12:31 UTC  (2+ messages)
` [PULL v2 6/9] backends/cryptodev-builtin: Fix local_error leaks

[PATCH 0/2] accel: Fix NULL deref in NVMM / WHPX vCPU init
 2024-04-29 12:24 UTC  (4+ messages)
` [PATCH 1/2] accel/whpx: Fix NULL dereference in whpx_init_vcpu()
` [PATCH 2/2] accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()

[PATCH v3 0/5] vhost-user-blk: live resize additional APIs
 2024-04-29 12:22 UTC  (9+ messages)
` [PATCH v3 4/5] qapi: introduce device-sync-config
` [PATCH v3 5/5] qapi: introduce CONFIG_READ event

[PATCH v4 0/1] ARM Sbsa-ref: Enable CPU cluster topology
 2024-04-29 12:21 UTC  (5+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PULL 0/9] Trivial patches for 2024-04-29
 2024-04-29 12:13 UTC  (11+ messages)
` [PULL 1/9] target/i386/cpu: Remove "x86" prefix from the CPU list
` [PULL 2/9] target/s390x/cpu_models: Rework the output of "-cpu help"
` [PULL 3/9] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
` [PULL 4/9] scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org
` [PULL 5/9] scripts/checkpatch: Do not use mailmap
` [PULL 6/9] backends/cryptodev-builtin: Fix local_error leaks
` [PULL 7/9] target/loongarch/cpu.c: typo fix: expection
` [PULL 8/9] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PULL 9/9] checkpatch.pl: forbid strerrorname_np()

[PATCH v2 00/12] exec: Rework around CPUState user fields
 2024-04-29 12:02 UTC  (2+ messages)

[PULL 0/6] Block jobs patches for 2024-04-29
 2024-04-29 11:53 UTC  (8+ messages)
` [PULL 1/6] blockcommit: Reopen base image as RO after abort
` [PULL 2/6] block/copy-before-write: fix permission
` [PULL 3/6] block/copy-before-write: support unligned snapshot-discard
` [PULL 4/6] block/copy-before-write: create block_copy bitmap in filter node
` [PULL 5/6] qapi: blockdev-backup: add discard-source parameter
` [PULL 6/6] iotests: add backup-discard-source

[PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
 2024-04-29 11:33 UTC 

[PATCH] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-04-29 11:32 UTC  (5+ messages)

[PATCH v2] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-04-29 11:27 UTC  (3+ messages)

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-29 11:19 UTC  (11+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PULL 0/1] ufs queue
 2024-04-29 11:14 UTC  (3+ messages)
` [PULL 1/1] hw/ufs: Fix buffer overflow bug

Patch "virtio_net: Do not send RSS key if it is not supported" has been added to the 6.1-stable tree
 2024-04-29 11:07 UTC 

[PATCH 6.1.y] virtio_net: Do not send RSS key if it is not supported
 2024-04-29 11:04 UTC  (2+ messages)

[PATCH v3 00/20] Rewrite plugin code generation
 2024-04-29 11:00 UTC  (7+ messages)
` [PATCH v3 01/20] tcg: Make tcg/helper-info.h self-contained
` [PATCH v3 02/20] tcg: Pass function pointer to tcg_gen_call*
` [PATCH v3 04/20] plugins: Move function pointer in qemu_plugin_dyn_cb

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-04-29 10:55 UTC  (16+ messages)
` [PATCH v2 06/33] accel/tcg: Record mmio bytes during translation
` [PATCH v2 07/33] accel/tcg: Record when translator_fake_ldb is used
` [PATCH v2 09/33] plugins: Copy memory in qemu_plugin_insn_data
` [PATCH v2 11/33] plugins: Use translator_st for qemu_plugin_insn_data
` [PATCH v2 12/33] plugins: Read mem_only directly from TB cflags
` [PATCH v2 23/33] target/hexagon: Use translator_ldl in pkt_crosses_page
` [PATCH v2 29/33] target/riscv: Use translator_ld* for everything

[PATCH v2 0/1] stubs: Add missing qga stubs
 2024-04-29 10:37 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] Make it possible to compile the x86 binaries without FDC
 2024-04-29 10:31 UTC  (2+ messages)

[PATCH 0/3] Remove useless architecture prefix from the CPU list
 2024-04-29 10:26 UTC  (4+ messages)

[PATCH v4 0/3] vhost-user-blk: live resize additional APIs
 2024-04-29 10:16 UTC  (4+ messages)
` [PATCH v4 1/3] qdev-monitor: add option to report GenericError from find_device_state
` [PATCH v4 2/3] vhost-user-blk: split vhost_user_blk_sync_config()
` [PATCH v4 3/3] qapi: introduce device-sync-config

[PATCH] qga: Re-enable the qga-ssh-test when running without fuzzing
 2024-04-29 10:08 UTC  (2+ messages)

[PATCH] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
 2024-04-29 10:01 UTC 

[PATCH v1] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-04-29  9:46 UTC  (6+ messages)

[PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
 2024-04-29  9:43 UTC  (3+ messages)
` [PATCH 2/2] target/riscv: do not set mtval2 for non guest-page faults

[PATCH v4] target/riscv: Implement dynamic establishment of custom decoder
 2024-04-29  8:26 UTC  (5+ messages)

[PULL 00/38] Exec / accelerators patches
 2024-04-29  8:22 UTC  (4+ messages)
` [PULL 20/38] accel/whpx: Use accel-specific per-vcpu @dirty field

[PATCH] hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
 2024-04-29  8:18 UTC  (2+ messages)

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-29  7:58 UTC  (5+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v4 0/4] migration: do not exit on incoming failure
 2024-04-29  7:55 UTC  (5+ messages)
` [PATCH v4 1/4] migration: move trace-point from migrate_fd_error to migrate_set_error
` [PATCH v4 2/4] migration: process_incoming_migration_co(): complete cleanup on failure
` [PATCH v4 3/4] migration: process_incoming_migration_co(): rework error reporting
` [PATCH v4 4/4] qapi: introduce exit-on-error parameter for migrate-incoming

[PATCH v3 0/4] migration: do not exit on incoming failure
 2024-04-29  7:45 UTC  (4+ messages)
` [PATCH v3 4/4] qapi: introduce exit-on-error parameter for migrate-incoming

[PATCH v4] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-29  7:38 UTC  (3+ messages)

[PATCH v5] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-29  7:36 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-29  7:21 UTC  (3+ messages)
` [PATCH v2 04/15] hw/riscv: add riscv-iommu-pci device

[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
 2024-04-29  7:05 UTC  (2+ messages)

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-04-29  6:50 UTC  (20+ messages)
` [PATCH v3 01/19] backends: Introduce HostIOMMUDevice abstract
` [PATCH v3 02/19] vfio/container: Introduce HostIOMMUDeviceLegacyVFIO device
` [PATCH v3 03/19] backends/iommufd: Introduce abstract HostIOMMUDeviceIOMMUFD device
` [PATCH v3 04/19] vfio/iommufd: Introduce HostIOMMUDeviceIOMMUFDVFIO device
` [PATCH v3 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
` [PATCH v3 06/19] range: Introduce range_get_last_bit()
` [PATCH v3 07/19] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v3 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v3 09/19] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v3 10/19] vfio/container: Implement HostIOMMUDeviceClass::check_cap() handler
` [PATCH v3 11/19] backends/iommufd: "
` [PATCH v3 12/19] vfio: Introduce VFIOIOMMUClass::hiod_typename attribute
` [PATCH v3 13/19] vfio: Create host IOMMU device instance
` [PATCH v3 14/19] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
` [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
` [PATCH v3 16/19] vfio/pci: Pass HostIOMMUDevice to vIOMMU
` [PATCH v3 17/19] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
` [PATCH v3 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks
` [PATCH v3 19/19] intel_iommu: Check compatibility with host IOMMU capabilities

[PATCH v2 0/4] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-29  6:37 UTC  (3+ messages)
` [PATCH v2 2/4] hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz

[PATCH v7 0/4] Introduce sdtrig ISA extension
 2024-04-29  5:41 UTC  (7+ messages)
` [PATCH v7 1/4] target/riscv: Check for valid itimer pointer before free
` [PATCH v7 2/4] target/riscv: Enable mcontrol6 triggers only when sdtrig is selected
` [PATCH v7 3/4] target/riscv: Expose sdtrig ISA extension

[PATCH 0/3] target/ppc: Moving VMX insns to decodetree
 2024-04-29  5:13 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Move VMX storage access instructions "
` [PATCH 2/3] target/ppc: Move VMX integer logical "
` [PATCH 3/3] target/ppc: Move VMX integer max/min "

[PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
 2024-04-29  4:01 UTC  (3+ messages)

[PATCH 03/12] uefi-test-tools: Add support for python based build script
 2024-04-29  3:53 UTC  (19+ messages)
` [PATCH 04/12] tests/data/uefi-boot-images: Add RISC-V ISO image
` [PATCH 05/12] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
` [PATCH 06/12] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH 07/12] tests/data/acpi/virt: Move ACPI tables under aarch64
` [PATCH 08/12] meson.build: Add RISC-V to the edk2-target list
` [PATCH 09/12] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
` [PATCH 10/12] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
` [PATCH 11/12] tests/data/acpi/virt/riscv64: Add expected ACPI tables for RISC-V
` [PATCH 12/12] tests/qtest/bios-tables-test.c: Enable basic testing "

[PATCH v3] target/riscv: Fix the element agnostic function problem
 2024-04-29  3:39 UTC  (2+ messages)

[PATCH v3 0/3] target/riscv: Support Zve32x and Zve64x extensions
 2024-04-29  3:36 UTC  (2+ messages)

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-04-29  3:24 UTC  (19+ messages)
` [RFC PATCH v3 01/18] hw/arm/smmu-common: Add missing size check for stage-1
` [RFC PATCH v3 02/18] hw/arm/smmu: Fix IPA for stage-2 events
` [RFC PATCH v3 03/18] hw/arm/smmuv3: Fix encoding of CLASS in events
` [RFC PATCH v3 04/18] hw/arm/smmu: Use enum for SMMU stage
` [RFC PATCH v3 05/18] hw/arm/smmu: Split smmuv3_translate()
` [RFC PATCH v3 06/18] hw/arm/smmu: Consolidate ASID and VMID types
` [RFC PATCH v3 07/18] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
` [RFC PATCH v3 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
` [RFC PATCH v3 10/18] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v3 11/18] hw/arm/smmu: Support nesting in smmuv3_range_inval()
` [RFC PATCH v3 12/18] hw/arm/smmu: Support nesting in the rest of commands
` [RFC PATCH v3 13/18] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting
` [RFC PATCH v3 15/18] hw/arm/smmuv3: Advertise S2FWB
` [RFC PATCH v3 16/18] hw/arm/smmu: Refactor SMMU OAS
` [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS
` [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE

[PATCH 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-04-29  3:25 UTC  (2+ messages)

[PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints
 2024-04-29  3:16 UTC  (6+ messages)
` [PATCH for-9.1 v3 1/2] target/riscv/debug: set tval=pc in breakpoint exceptions
` [PATCH for-9.1 v3 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint

[PATCH v2 0/1] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-29  2:57 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63
 2024-04-29  2:52 UTC  (3+ messages)

[PULL v2 00/17] loongarch-to-apply queue
 2024-04-29  2:30 UTC  (18+ messages)
` [PULL v2 01/17] hw/loongarch: Move boot functions to boot.c
` [PULL v2 02/17] hw/loongarch: Add load initrd
` [PULL v2 03/17] hw/loongarch: Add slave cpu boot_code
` [PULL v2 04/17] hw/loongarch: Add init_cmdline
` [PULL v2 05/17] hw/loongarch: Init efi_system_table
` [PULL v2 06/17] hw/loongarch: Init efi_boot_memmap table
` [PULL v2 07/17] hw/loongarch: Init efi_initrd table
` [PULL v2 08/17] hw/loongarch: Init efi_fdt table
` [PULL v2 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PULL v2 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PULL v2 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PULL v2 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PULL v2 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PULL v2 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PULL v2 15/17] hw/loongarch: fdt remove unused irqchip node
` [PULL v2 16/17] hw/loongarch: Add cells missing from uart node
` [PULL v2 17/17] hw/loongarch: Add cells missing from rtc node

[PULL 00/17] loongarch-to-apply queue
 2024-04-29  2:44 UTC  (4+ messages)
` [PULL 02/17] hw/loongarch: Add load initrd

[PATCH] target/riscv: fix instructions count handling in icount mode
 2024-04-29  2:37 UTC  (2+ messages)

[PATCH v1 1/1] hw/riscv/boot.c: Support 64-bit address for initrd
 2024-04-29  2:26 UTC  (2+ messages)

[PATCH] target/riscv/kvm: implement SBI debug console (DBCN) calls
 2024-04-29  2:23 UTC  (2+ messages)

[PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-29  2:16 UTC  (5+ messages)
` [PATCH v2 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH v2 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH v3] target/riscv: Raise exceptions on wrs.nto
 2024-04-29  2:12 UTC  (3+ messages)

[PATCH v2 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
 2024-04-29  2:01 UTC  (8+ messages)

[PATCH v2 0/1] migration/dirtyrate: Fix segmentation fault
 2024-04-29  1:51 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v2 00/10] Power11 support for QEMU
 2024-04-29  1:44 UTC  (4+ messages)
` [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'

[PATCH 00/24] exec: Rework around CPUState user fields (part 2)
 2024-04-29  1:27 UTC  (11+ messages)
` [PATCH 06/24] accel: Introduce AccelOpsClass::exit_vcpu_thread() handler
` [PATCH 07/24] accel/tcg: Implement "
` [PATCH 08/24] user: Forward declare TaskState type definition
` [PATCH 09/24] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
` [PATCH 10/24] user: Use get_task_state() helper


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 read-only IMAP folder(s) and NNTP newsgroup(s).