qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-23 09:44:07 to 2025-04-23 21:02:59 UTC [more...]

[PATCH 000/147] single-binary patch queue
 2025-04-23 21:02 UTC  (60+ messages)
` [PATCH 001/147] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH 005/147] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH 009/147] exec/ram_addr: remove dependency on cpu.h
` [PATCH 013/147] system/xen: remove inline stubs
` [PATCH 020/147] accel/tcg: Build plugin-gen.c once
` [PATCH 054/147] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h
` [PATCH 061/147] meson: Only allow CONFIG_USER_ONLY from certain source sets
` [PATCH 063/147] accel/tcg: Fix argument types of tlb_reset_dirty
` [PATCH 064/147] accel/tcg: Pass CPUTLBEntryFull to tlb_reset_dirty_range_locked
` [PATCH 068/147] accel/tcg: Move get_page_addr_code* declarations
` [PATCH 070/147] accel/tcg: Remove cpu-all.h, exec-all.h from tb-internal.h
` [PATCH 098/147] include/exec: Redefine tlb-flags with absolute values
` [PATCH 099/147] page-vary: Move and rename qemu_target_page_bits_min
` [PATCH 101/147] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PATCH 102/147] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
` [PATCH 105/147] exec/cpu-all: remove tswap include
` [PATCH 111/147] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PATCH 112/147] exec/cpu-all: remove this header
` [PATCH 116/147] target/arm/cpu: flags2 is always uint64_t
` [PATCH 118/147] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH 122/147] hw/arm/xlnx-zynqmp: prepare compilation unit to be common
` [PATCH 123/147] hw/arm/xlnx-versal: "
` [PATCH 140/147] tcg: Pass max_threads not max_cpus to tcg_init
` [PATCH 144/147] accel/tcg: Move mttcg warning to tcg_init_machine
` [PATCH 147/147] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field

[PATCH v5 00/11] Support vbootrom for AST2700
 2025-04-23 20:29 UTC  (6+ messages)
` [PATCH v5 05/11] pc-bios: Add AST27x0 vBootrom
` [PATCH v5 11/11] docs/system/arm/aspeed: Support vbootrom for AST2700

[RFC PATCH v4 00/19] single-binary: Make hw/arm/ common
 2025-04-23 20:12 UTC  (20+ messages)
` [RFC PATCH v4 06/19] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
` [RFC PATCH v4 14/19] qemu/target_info: Add %target_arch field to TargetInfo

[ANNOUNCE] QEMU 10.0.0 is now available
 2025-04-23 20:06 UTC 

[PATCH 0/7] target/riscv/kvm: CSR related fixes
 2025-04-23 19:45 UTC  (12+ messages)
` [PATCH 4/7] target/riscv/kvm: add kvm_csr_cfgs[]
` [PATCH 5/7] target/riscv/kvm: do not read unavailable CSRs
` [PATCH 6/7] target/riscv/kvm: add missing KVM CSRs
` [PATCH 7/7] target/riscv/kvm: reset 'scounteren' with host val

[PATCH v2 08/11] mirror: Skip writing zeroes when target is already zero
 2025-04-23 19:12 UTC  (3+ messages)

[PATCH] scripts: Add exception to license check
 2025-04-23 18:37 UTC 

[PULL 0/9] target/avr: Increase TARGET_PAGE_BITS to 10
 2025-04-23 17:57 UTC  (2+ messages)

[PULL 00/34] i386, Rust, SCSI changes for 2025-04-23
 2025-04-23 17:58 UTC  (23+ messages)
` [PULL 07/34] target/i386: tcg: remove subf from SHLD/SHRD expansion
` [PULL 08/34] target/i386: tcg: remove tmp0
` [PULL 11/34] target/i386: emulate: microoptimize and explain ADD_COUT_VEC/SUB_COUT_VEC
` [PULL 12/34] target/i386: tcg: use cout to commonize add/adc/sub/sbb cases
` [PULL 13/34] target/i386/hvf: introduce x86_emul_ops
` [PULL 14/34] target/i386/hvf: remove HVF specific calls from x86_decode.c
` [PULL 15/34] target/i386/hvf: provide and use handle_io in emul_ops
` [PULL 16/34] target/i386: rename hvf_mmio_buf to emu_mmio_buf
` [PULL 18/34] target/i386/hvf: provide and use write_mem in emul_ops
` [PULL 20/34] target/i386: rename lazy flags field and its type
` [PULL 21/34] target/i386/hvf: drop unused headers
` [PULL 22/34] target/i386/hvf: rename some include guards
` [PULL 23/34] target/i386: add a directory for x86 instruction emulator
` [PULL 24/34] target/i386/emulate: add a panic.h
` [PULL 25/34] target/i386: move x86 instruction emulator out of hvf
` [PULL 27/34] target/i386/emulate: remove flags_mask
` [PULL 28/34] i386/cpu: Consolidate the helper to get Host's vendor
` [PULL 30/34] rust/hpet: convert HPETTimer index to u8 type
` [PULL 31/34] rust/hpet: Fix a clippy error
` [PULL 32/34] rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped()
` [PULL 34/34] rust/hw/char/pl011: Extract DR write logic into separate function

[PULL 00/29] Machine types, s390x, functional tests and Avocado removal
 2025-04-23 17:57 UTC  (2+ messages)

[PULL 0/6] ipmi: Miscellaneous fixes
 2025-04-23 17:57 UTC  (2+ messages)

[PATCH 00/14] vfio: preparation for vfio-user
 2025-04-23 17:17 UTC  (15+ messages)
` [PATCH 01/14] vfio: refactor out vfio_interrupt_setup()
` [PATCH 03/14] vfio: add vfio_prepare_device()
` [PATCH 04/14] vfio: add vfio_attach_device_by_iommu_type()
` [PATCH 05/14] vfio/container: pass listener_begin/commit callbacks
` [PATCH 07/14] vfio: specify VFIO_DMA_UNMAP_FLAG_ALL to callback
` [PATCH 09/14] vfio: add vfio_device_get_irq_info() helper

Migration compatibility test broken on major version releases
 2025-04-23 17:01 UTC  (2+ messages)

[PATCH] xen: mapcache: Fix finding matching entry
 2025-04-23 16:48 UTC  (3+ messages)

[PATCH v2 0/2] Move device tree files in a subdir in pc-bios
 2025-04-23 15:57 UTC  (13+ messages)
` [PATCH v2 1/2] system/datadir: Add new type constant for DTB files
` [PATCH v2 2/2] pc-bios: Move device tree files in their own subdir

[PATCH v3 0/5] Building PPTT with root node and identical implementation flag
 2025-04-23 15:51 UTC  (13+ messages)
` [PATCH v3 1/5] tests: virt: Allow changes to PPTT test table
` [PATCH v3 2/5] hw/acpi/aml-build: Set identical implementation flag for PPTT processor nodes
` [PATCH v3 3/5] hw/acpi/aml-build: Build a root node in the PPTT table
` [PATCH v3 4/5] hw/acpi/aml-build: Update the revision of "
` [PATCH v3 5/5] tests: virt: Update expected ACPI tables for virt test

[PATCH] system/memory: Remove DEVICE_HOST_ENDIAN definition
 2025-04-23 14:39 UTC  (3+ messages)

[RFC PATCH] tcg: allow tb_flags to be larger than 32bit
 2025-04-23 14:09 UTC  (6+ messages)

[RFC PATCH] hw/i2c/aspeed_i2c: Make AspeedI2CClass::gap an plain unsigned type
 2025-04-23 14:00 UTC  (3+ messages)

[PATCH v2 0/5] vfio: Move realize after attach_dev
 2025-04-23 13:35 UTC  (3+ messages)

[PATCH for 10.1 v8 00/55] QEMU TDX support
 2025-04-23 13:33 UTC  (13+ messages)
` [PATCH v8 08/55] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v8 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig

A question about how to calculate the "Maximum transfer length" in case of its absence in the Block Limits VPD device response from the hardware
 2025-04-23 13:24 UTC  (4+ messages)

[PATCH] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall
 2025-04-23  7:22 UTC 

[PATCH] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall
 2025-04-23  7:06 UTC 

[PATCH qemu] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall
 2025-04-22  2:35 UTC 

[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
 2025-04-23 13:05 UTC  (12+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [RFC 02/10] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [RFC 03/10] i386/cpu: Introduce cache model for SierraForest
` [RFC 04/10] i386/cpu: Introduce cache model for GraniteRapids
` [RFC 05/10] i386/cpu: Introduce cache model for SapphireRapids
` [RFC 06/10] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [RFC 07/10] i386/cpu: Add a "cpuid-0x1f" property
` [RFC 08/10] i386/cpu: Enable 0x1f leaf for SierraForest by default
` [RFC 09/10] i386/cpu: Enable 0x1f leaf for GraniteRapids "
` [RFC 10/10] i386/cpu: Enable 0x1f leaf for SapphireRapids "

[PATCH v5 1/3] Add support for emulation of CRC32 instructions
 2025-04-23 12:57 UTC  (3+ messages)

[PATCH v3 0/9] Add VNC Open H.264 Encoding
 2025-04-23 12:58 UTC  (26+ messages)
` [PATCH v3 1/9] new configure option to enable gstreamer
` [PATCH v3 2/9] add vnc h264 encoder
` [PATCH v3 3/9] vnc: h264: send additional frames after the display is clean
` [PATCH v3 4/9] h264: search for available h264 encoder
` [PATCH v3 5/9] h264: new vnc option to configure h264 at server side
` [PATCH v3 6/9] h264: add hardware encoders
` [PATCH v3 7/9] h264: do not reduce vnc update speed while we have an active h264 stream
` [PATCH v3 8/9] vnc: initialize gst during argument processing
` [PATCH v3 9/9] h264: register shutdown notifiers, stop pipeline in destroy_encoder_context

[PATCH v9 0/6] Specifying cache topology on ARM
 2025-04-23 12:10 UTC  (8+ messages)
` [PATCH v9 1/6] target/arm/tcg: increase cache level for cpu=max
` [PATCH v9 2/6] arm/virt.c: add cache hierarchy to device tree
` [PATCH v9 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v9 4/6] hw/acpi/aml-build.c: add cache hierarchy to pptt table
` [PATCH v9 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v9 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h

[PATCH] hw/gpio/pl061: Declare pullups/pulldowns as 8-bit types
 2025-04-23 12:09 UTC 

[PATCH-for-10.0? v2] tests/functional: Add test for imx8mp-evk board with USDHC coverage
 2025-04-23 11:31 UTC  (5+ messages)

[PATCH 0/2] Extend and configure PMP region count
 2025-04-23 11:30 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Extend PMP region up to 64
` [PATCH 2/2] target/riscv: Make PMP region count configurable

[PATCH 0/9] hw/riscv/virt.c: memmap usage cleanup
 2025-04-23 11:26 UTC  (11+ messages)
` [PATCH 1/9] hw/riscv/virt.c: enforce s->memmap use in machine_init()
` [PATCH 2/9] hw/riscv/virt.c: remove trivial virt_memmap references
` [PATCH 3/9] hw/riscv/virt.c: use s->memmap in virt_machine_done()
` [PATCH 4/9] hw/riscv/virt.c: add 'base' arg in create_fw_cfg()
` [PATCH 5/9] hw/riscv/virt.c: use s->memmap in create_fdt() path
` [PATCH 6/9] hw/riscv/virt.c: use s->memmap in create_fdt_sockets() path
` [PATCH 7/9] hw/riscv/virt.c: use s->memmap in create_fdt_virtio()
` [PATCH 8/9] hw/riscv/virt.c: use s->memmap in finalize_fdt() functions
` [PATCH 9/9] hw/riscv/virt.c: remove 'long' casts in fmt strings

[PATCH] hw/intc/i8259: Remove unused DEBUG_PIC define
 2025-04-23 11:17 UTC  (3+ messages)

[PATCH 00/18] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-04-23 10:56 UTC  (3+ messages)

[PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware
 2025-04-23 10:19 UTC 

[PATCH v3 1/2] intel_iommu: Take the bql before registering a new address space
 2025-04-23 10:09 UTC  (5+ messages)

[PATCH v4 0/3] vhost: fix the IO error after live migration
 2025-04-23 10:04 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] vhost-user: return failure if backend crash when "

[PATCH v2 00/13] Introduce AST27x0 multi-SoC machine
 2025-04-23  9:51 UTC  (4+ 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).