qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 15:04:38 to 2025-08-25 10:36:45 UTC [more...]

[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
 2025-08-25 10:35 UTC  (4+ messages)
` [PATCH v5 "

[PATCH 0/4] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-08-25 10:34 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH qemu v10 0/1] target/riscv: Add Zilsd and Zclsd extension support
 2025-08-25 10:17 UTC  (2+ messages)
` [PATCH qemu v10 1/1] "

[PATCH v1 0/4] targets/microblaze: Handle signed division overflows
 2025-08-25 10:11 UTC  (10+ messages)
` [PATCH v1 1/4] target/microblaze: Remove unused arg from check_divz()
` [PATCH v1 2/4] target/microblaze: div: Rename and reorder function args
` [PATCH v1 3/4] target/microblaze: Break out raise_divzero()
` [PATCH v1 4/4] target/microblaze: Handle signed division overflows

qemu-user + binfmt Credential flag, again
 2025-08-25 10:04 UTC  (8+ messages)

[PATCH trivial v2] block/curl: drop old/unuspported curl version checks
 2025-08-25  9:58 UTC 

[RFC PATCH 00/14] tracetool: add Rust support
 2025-08-25  9:58 UTC  (25+ messages)
` [PATCH 01/14] treewide: write "unsigned long int" instead of "long unsigned int"
` [PATCH 02/14] rust: move dependencies to rust/Cargo.toml
` [PATCH 03/14] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PATCH 06/14] tracetool: Add Rust format support
` [PATCH 07/14] rust: add trace crate
` [PATCH 08/14] rust: qdev: add minimal clock bindings
` [PATCH 11/14] log: change qemu_loglevel to unsigned

[PATCH v3 00/12] single-binary: compile once semihosting
 2025-08-25  9:56 UTC  (6+ messages)

[PATCH 0/8] sd: Add RPMB emulation to eMMC model
 2025-08-25  9:51 UTC  (14+ messages)
` [PATCH 1/8] hw/sd/sdcard: Fix size check for backing block image
` [PATCH 2/8] hw/sd/sdcard: Add validation for boot-partition-size
` [PATCH 3/8] hw/sd/sdcard: Allow user-instantiated eMMC
` [PATCH 4/8] hw/sd/sdcard: Refactor sd_bootpart_offset
` [PATCH 5/8] hw/sd/sdcard: Add basic support for RPMB partition
` [PATCH 6/8] crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
` [PATCH 7/8] hw/sd/sdcard: Handle RPMB MAC field
` [PATCH 8/8] scripts: Add helper script to generate eMMC block device images

[PATCH v3 0/3] xlnx-zynqmp: add support to boot on RPUs
 2025-08-25  9:50 UTC  (3+ messages)
` [PATCH v3 3/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-25  9:21 UTC  (21+ messages)
` [PATCH v5 01/21] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
` [PATCH v5 02/21] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v5 03/21] intel_iommu: Implement get_viommu_cap() callback
` [PATCH v5 04/21] vfio: Introduce helper vfio_pci_from_vfio_device()
` [PATCH v5 05/21] vfio/iommufd: Force creating nested parent domain
` [PATCH v5 06/21] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool
` [PATCH v5 07/21] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v5 20/21] Workaround for ERRATA_772415_SPR17

[PATCH 0/4] Add IBM PPE42 CPU support
 2025-08-25  9:10 UTC  (3+ messages)
` [PATCH 4/4] tests/functional: Add test for IBM PPE42 instructions

[PATCH] tests/functional: Use more fine-grained locking when looking for free ports
 2025-08-25  9:10 UTC  (6+ messages)

[PATCH trivial] block/curl: drop old/unuspported curl version checks
 2025-08-25  9:08 UTC  (3+ messages)

[PATCH v2 00/20] TAP initialization refactoring
 2025-08-25  7:48 UTC  (23+ messages)
` [PATCH v2 01/20] net/tap: net_init_tap_one(): add return value
` [PATCH v2 02/20] net/tap: add set_fd_nonblocking() helper
` [PATCH v2 03/20] net/tap: tap_set_sndbuf(): add return value
` [PATCH v2 04/20] net/tap: net_init_tap_one(): drop extra error propagation
` [PATCH v2 05/20] net/tap: net_init_tap_one(): move parameter checking earlier
` [PATCH v2 06/20] net/tap: net_init_tap(): refactor parameter checking
` [PATCH v2 07/20] net/tap: net_init_tap(): drop extra variable vhostfdname
` [PATCH v2 08/20] net/tap: move local variables related to the latter case to else branch
` [PATCH v2 09/20] net/tap: use glib strings vector and g_strsplit for fds case
` [PATCH v2 10/20] net/tap: drop extra tap_fd_get_ifname() call
` [PATCH v2 11/20] net/tap: net_init_tap_one(): refactor to use netdev as first arg
` [PATCH v2 12/20] net/tap: net_init_tap_one(): support bridge
` [PATCH v2 13/20] net/tap: net_init_bridge(): support tap
` [PATCH v2 14/20] net/tap: refactor net_tap_init() into net_tap_open_one()
` [PATCH v2 15/20] net/tap: introduce net_tap_open()
` [PATCH v2 16/20] net/tap: introduce net_tap_fd_init_external()
` [PATCH v2 17/20] net/tap: introduce net_tap_from_monitor_fd() helper
` [PATCH v2 18/20] net/tap: split net_tap_setup_vhost() separate function
` [PATCH v2 19/20] net/tap: drop net_tap_fd_init()
` [PATCH v2 20/20] net/tap: introduce net_init_tap_fds()

[RFC 0/7] virtio-net: live-TAP local migration
 2025-08-25  7:46 UTC  (9+ messages)
` [RFC 1/7] net/tap: add some trace points
` [RFC 2/7] net/tap: keep exit notifier only when downscript set
` [RFC 3/7] qapi: add interface for local TAP migration
` [RFC 4/7] net/tap: implement interfaces for local migration
` [RFC 5/7] virtio-net: support local tap migration
` [RFC 6/7] net/tap: experimental support for vhost in "
` [RFC 7/7] RFC: add python/tap-migration-stand.py

[PATCH v1 1/1] target/i386: Save/restore the nested flag of an exception
 2025-08-25  2:34 UTC  (5+ messages)

[PATCH 0/3] Add support for PowerPC e500 little-endian pages
 2025-08-25  1:06 UTC  (5+ messages)
` [PATCH 1/3] accel/tcg: Unify big- and little- endian atomic ops
` [PATCH 2/3] target/ppc: Add support for LE pages on PowerPC booke206 mmu

[PATCH v2 0/3] hw: acpi: add UART clock freq to AArch64 SPCR
 2025-08-24 23:00 UTC  (3+ messages)

microblazeel-linux-user regression
 2025-08-24 20:18 UTC 

[PATCH v2 00/14] hw/arm: add Beckhoff CX7200 board
 2025-08-24 16:51 UTC  (17+ messages)
` [PATCH v2 04/14] hw/arm/zynq-devcfg: Prevent unintended unlock during initialization
` [PATCH v2 05/14] hw/dma/zynq: Ensure PCFG_DONE bit remains set to indicate PL is in user mode
` [PATCH v2 06/14] hw/dma/zynq-devcfg: Simulate dummy PL reset
` [PATCH v2 07/14] hw/dma/zynq-devcfg: Indicate power-up status of PL
` [PATCH v2 09/14] hw/misc: Add dummy ZYNQ DDR controller
` [PATCH v2 10/14] hw/misc/zynq_slcr: Add logic for DCI configuration

[PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)
 2025-08-24 13:41 UTC  (4+ messages)
` [PATCH-for-7.2 1/2] "

[PATCH] scripts/qemu-binfmt-conf.sh: remove --credential option
 2025-08-24 10:24 UTC 

[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
 2025-08-24  9:22 UTC  (3+ messages)
` [RFC PATCH v2 2/9] hw/riscv: iommu-trap: remove .impl.unaligned = true

[PATCH] block/curl: fix curl internal handles handling
 2025-08-24  0:11 UTC 

[RFC V2 0/8] Live update: tap and vhost
 2025-08-23 21:53 UTC  (4+ messages)
` [RFC V2 5/8] Revert "vhost-backend: remove vhost_kernel_reset_device()"

[PATCH v5 0/4] target/arm: Added support for SME register exposure to GDB
 2025-08-23 18:13 UTC  (5+ messages)
` [PATCH v5 4/4] target/arm: Added test case for SME register exposure

[PATCH] hw/arm/boot: replace fprintf with error_report
 2025-08-23 15:03 UTC 

[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
 2025-08-23 10:43 UTC  (9+ messages)
` [RFC 02/11] hw/arm/smmuv3: Implement read/write logic for secure registers
` [RFC 06/11] hw/arm/smmuv3: Plumb security state through core functions

[PATCH 00/10] Designware PCIe host fixes
 2025-08-22 23:09 UTC  (4+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-08-22 18:26 UTC  (2+ messages)

[PATCH 00/48] AMD Versal Gen 2 support
 2025-08-22 15:41 UTC  (9+ messages)
` [PATCH 13/48] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-08-22 15:16 UTC  (48+ messages)
` [PATCH v4 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v4 02/47] hw/arm/xlnx-versal: prepare for FDT creation
` [PATCH v4 03/47] hw/arm/xlnx-versal: uart: refactor creation
` [PATCH v4 04/47] hw/arm/xlnx-versal: canfd: "
` [PATCH v4 05/47] hw/arm/xlnx-versal: sdhci: "
` [PATCH v4 06/47] hw/arm/xlnx-versal: gem: "
` [PATCH v4 07/47] hw/arm/xlnx-versal: adma: "
` [PATCH v4 08/47] hw/arm/xlnx-versal: xram: "
` [PATCH v4 09/47] hw/arm/xlnx-versal: usb: "
` [PATCH v4 10/47] hw/arm/xlnx-versal: efuse: "
` [PATCH v4 11/47] hw/arm/xlnx-versal: ospi: "
` [PATCH v4 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v4 13/47] hw/arm/xlnx-versal: PMC IOU SCLR: refactor creation
` [PATCH v4 14/47] hw/arm/xlnx-versal: bbram: "
` [PATCH v4 15/47] hw/arm/xlnx-versal: trng: "
` [PATCH v4 16/47] hw/arm/xlnx-versal: rtc: "
` [PATCH v4 17/47] hw/arm/xlnx-versal: cfu: "
` [PATCH v4 18/47] hw/arm/xlnx-versal: crl: "
` [PATCH v4 19/47] hw/arm/xlnx-versal-virt: virtio: "
` [PATCH v4 20/47] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH v4 21/47] hw/arm/xlnx-versal: add the mp_affinity property to the CPU mapping
` [PATCH v4 22/47] hw/arm/xlnx-versal: instantiate the GIC ITS in the APU
` [PATCH v4 23/47] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
` [PATCH v4 24/47] hw/arm/xlnx-versal: add support for multiple GICs
` [PATCH v4 25/47] hw/arm/xlnx-versal: add support for GICv2
` [PATCH v4 26/47] hw/arm/xlnx-versal: rpu: refactor creation
` [PATCH v4 27/47] hw/arm/xlnx-versal: ocm: "
` [PATCH v4 28/47] hw/arm/xlnx-versal: ddr: "
` [PATCH v4 29/47] hw/arm/xlnx-versal: add the versal_get_num_cpu accessor
` [PATCH v4 30/47] hw/misc/xlnx-versal-crl: remove unnecessary include directives
` [PATCH v4 31/47] hw/misc/xlnx-versal-crl: split into base/concrete classes
` [PATCH v4 32/47] hw/misc/xlnx-versal-crl: refactor device reset logic
` [PATCH v4 33/47] hw/arm/xlnx-versal: reconnect the CRL to the other devices
` [PATCH v4 34/47] hw/arm/xlnx-versal: use hw/arm/bsa.h for timer IRQ indices
` [PATCH v4 35/47] hw/arm/xlnx-versal: tidy up
` [PATCH v4 36/47] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH v4 37/47] hw/arm/xlnx-versal: add a per_cluster_gic switch to VersalCpuClusterMap
` [PATCH v4 38/47] hw/arm/xlnx-versal: add the target field in IRQ descriptor
` [PATCH v4 39/47] target/arm/tcg/cpu64: add the cortex-a78ae CPU
` [PATCH v4 40/47] hw/arm/xlnx-versal: add versal2 SoC
` [PATCH v4 41/47] hw/arm/xlnx-versal-virt: rename the machine to amd-versal-virt
` [PATCH v4 42/47] hw/arm/xlnx-versal-virt: split into base/concrete classes
` [PATCH v4 43/47] hw/arm/xlnx-versal-virt: tidy up
` [PATCH v4 44/47] docs/system/arm/xlnx-versal-virt: update supported devices
` [PATCH v4 45/47] docs/system/arm/xlnx-versal-virt: add a note about dumpdtb
` [PATCH v4 46/47] hw/arm/xlnx-versal-virt: add the xlnx-versal2-virt machine
` [PATCH v4 47/47] tests/functional/test_aarch64_xlnx_versal: test the versal2 machine

[PATCH v4 00/12] single-binary: compile once semihosting
 2025-08-22 15:05 UTC  (11+ messages)
` [PATCH v4 01/12] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH v4 02/12] semihosting/syscalls: replace uint64_t with vaddr where appropriate
` [PATCH v4 03/12] semihosting/guestfd: compile once for system/user
` [PATCH v4 06/12] target/{arm, riscv}/common-semi-target: eradicate target_ulong
` [PATCH v4 07/12] include/semihosting/common-semi: extract common_semi API
` [PATCH v4 08/12] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH v4 09/12] semihosting/arm-compat-semi: replace target_ulong with vaddr
` [PATCH v4 10/12] semihosting/arm-compat-semi: eradicate target_long
` [PATCH v4 12/12] semihosting/arm-compat-semi: compile once in system and per target for user mode


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