qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-19 18:50:24 to 2025-02-20 16:13:03 UTC [more...]

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-02-20 16:12 UTC  (2+ messages)

[PATCH v2 0/3] CXL CCI Log Commands implementation
 2025-02-20 16:08 UTC  (2+ messages)

[PATCH] hw/virtio/vhost: Disable IOTLB callbacks when IOMMU gets disabled
 2025-02-20 15:57 UTC  (11+ messages)

[PATCH] vdpa: Allow vDPA to work on big-endian machine
 2025-02-20 15:57 UTC  (2+ messages)

[PATCH] migration: Fix UAF for incoming migration on MigrationState
 2025-02-20 15:56 UTC  (6+ messages)

[PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA
 2025-02-20 15:55 UTC  (3+ messages)

[PATCH] hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()
 2025-02-20 15:55 UTC  (3+ messages)

[PATCH v4 00/24] hw/uefi: add uefi variable service
 2025-02-20 15:54 UTC  (3+ messages)
` [PATCH v4 14/24] hw/uefi: add var-service-json.c + qapi for NV vars

[RFC 0/2] hw/vfio/pci: Prevent BARs from being dma mapped in d3hot state
 2025-02-20 15:48 UTC  (10+ messages)

[PATCH 0/4] testing/next (aarch64 virt gpu tests)
 2025-02-20 15:47 UTC  (5+ messages)

[PATCH v5 0/4] virtio: Convert feature properties to OnOffAuto
 2025-02-20 15:46 UTC  (3+ messages)
` [PATCH v5 4/4] "

[PATCH v5 0/8] mulate Intel RDT features needed to mount ResCtrl in Linux
 2025-02-20 15:41 UTC  (5+ messages)
` [PATCH v5 1/8] i386: Add Intel RDT device and State to config

[PATCH] qom: Use command line syntax for default values in help
 2025-02-20 15:39 UTC  (2+ messages)

[PATCH 0/5] accel/tcg: Clean cpu_memory_rw_debug() up
 2025-02-20 15:28 UTC  (2+ messages)

[PATCH] vhost-user: Silence unsupported VHOST_USER_PROTOCOL_F_RARP error
 2025-02-20 15:28 UTC  (8+ messages)

[PATCH v3] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands implmented as per CXL Specification 3.2 section 8.2.10.9.3
 2025-02-20 15:28 UTC  (2+ messages)

[PATCH] docs/about: Change notes on x86 machine type deprecation into a general one
 2025-02-20 15:21 UTC  (6+ messages)

[PATCH v5 00/17] hw/arm: Add NPCM8XX Support
 2025-02-20 15:21 UTC  (5+ messages)
` [PATCH v5 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH v5 10/17] hw/misc: Rename npcm7xx_clk to npcm_clk
` [PATCH v5 13/17] hw/misc: Support NPCM8XX CLK Module Registers

[PATCH 0/2] pvg: clean up Kconfig
 2025-02-20 15:19 UTC  (4+ messages)
` [PATCH 1/2] pvg: do not enable it on cross-architecture targets
` [PATCH 2/2] pvg: add option to configure it out

[PATCH RESEND] i386: Only configure HPET firmware info when HPET is enabled
 2025-02-20 15:16 UTC  (2+ messages)

[PATCH v3 0/3] CXL CCI Media Operations
 2025-02-20 15:10 UTC  (6+ messages)
    ` [PATCH v3 1/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
    ` [PATCH v3 2/3] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
    ` [PATCH v3 3/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands cxl r3.2(8.2.10.9.5.3)

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-02-20 14:58 UTC  (14+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust

[PATCH v2] target/arm: Fix signed integer overflow undefined behavior
 2025-02-20 14:15 UTC  (2+ messages)

[PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX
 2025-02-20 14:09 UTC  (2+ messages)

[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
 2025-02-20 13:36 UTC  (9+ messages)
` [PATCH v6 2/4] migration: enable multifd and postcopy together

[PATCH v3 00/23] hw/uefi: add uefi variable service
 2025-02-20 12:43 UTC  (5+ messages)

[RESEND PATCH] hw/sensors: Add temperature SI705x sensor
 2025-02-20 12:15 UTC 

[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-20 12:11 UTC  (13+ messages)
` [PATCH v5 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v5 2/6] target/i386: Update EPYC-Rome "
` [PATCH v5 3/6] target/i386: Update EPYC-Milan "
` [PATCH v5 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v5 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v5 6/6] target/i386: Add support for EPYC-Turin model

[PATCH v3 0/2] rust: add module to convert between success/-errno and io::Result conventions
 2025-02-20 11:36 UTC  (3+ messages)
` [PATCH v3 1/2] rust: subprojects: add libc crate
` [PATCH v3 2/2] rust: add module to convert between success/-errno and io::Result

Any plan for command line '-g' option (graphical resolution and depth)?
 2025-02-20 11:28 UTC  (5+ messages)

[PATCH v2 0/3] binfmt: Add --ignore-family option
 2025-02-20 11:06 UTC  (7+ messages)
` [PATCH v2 1/3] binfmt: Shuffle things around
` [PATCH v2 2/3] binfmt: Normalize host CPU architecture
` [PATCH v2 3/3] binfmt: Add --ignore-family option

[PATCH v6 0/7] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2025-02-20 11:04 UTC  (6+ messages)

[PATCH v4 0/9] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-02-20 10:59 UTC  (3+ messages)
` [PATCH v4 1/9] vhost-user: Add VirtIO Shared Memory map request

[Qemu-devel] [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type
 2025-02-20 10:09 UTC  (4+ messages)

[PATCH v5 0/7] hw/loongarch/virt: Add cpu hotplug support
 2025-02-20  9:54 UTC  (2+ messages)

[PATCH v2 0/9] hw/char: Improve RX FIFO depth uses
 2025-02-20  9:52 UTC  (11+ messages)
` [PATCH v2 1/9] hw/char/pl011: Warn when using disabled receiver
` [PATCH v2 2/9] hw/char/pl011: Simplify a bit pl011_can_receive()
` [PATCH v2 3/9] hw/char/pl011: Improve RX flow tracing events
` [PATCH v2 4/9] hw/char/pl011: Really use RX FIFO depth
` [PATCH v2 5/9] hw/char/bcm2835_aux: "
` [PATCH v2 6/9] hw/char/imx_serial: "
` [PATCH v2 7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
` [PATCH v2 8/9] hw/char/mcf_uart: Really use RX FIFO depth
` [PATCH v2 9/9] hw/char/sh_serial: Return correct number of empty RX FIFO elements

[PATCH v2 0/3] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-20  9:18 UTC  (8+ messages)
` [PATCH v2 1/3] plugins: add explicit dependency in functional tests
` [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper
` [PATCH v2 3/3] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts

[PATCH] Fix data race with the state Field of ThreadPoolElement
 2025-02-20  9:10 UTC  (3+ messages)

[PATCH 00/10] fpu: Remove remaining target ifdefs and build only once
 2025-02-20  9:00 UTC  (3+ messages)

[PATCH 0/9] hw/char: Improve RX FIFO depth uses
 2025-02-20  8:30 UTC  (21+ messages)
` [PATCH 1/9] hw/char/pl011: Warn when using disabled receiver
` [PATCH 2/9] hw/char/pl011: Simplify a bit pl011_can_receive()
` [PATCH 3/9] hw/char/pl011: Improve RX flow tracing events
` [PATCH 4/9] hw/char/pl011: Really use RX FIFO depth
` [PATCH 5/9] hw/char/bcm2835_aux: "
` [PATCH 6/9] hw/char/imx_serial: "
` [PATCH 7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
` [PATCH 8/9] hw/char/mcf_uart: Really use RX FIFO depth
` [PATCH 9/9] hw/char/sh_serial: Return correct number of empty RX FIFO elements

[PATCH v4 00/11]
 2025-02-20  8:06 UTC  (3+ messages)

[PATCH] qapi: pluggable backend code generators
 2025-02-20  7:58 UTC  (2+ messages)

[PATCH 0/2] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-20  7:06 UTC  (10+ messages)
` [PATCH 1/2] tests/functional: Introduce the dso_suffix() helper
` [PATCH 2/2] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts

[PATCH v2] microvm: do not use the lastest cpu version
 2025-02-20  7:25 UTC  (2+ messages)

[PATCH v3 00/28] Support AST2700 A1
 2025-02-20  5:57 UTC  (15+ messages)
` [PATCH v3 01/28] hw/intc/aspeed: Support setting different memory and register size
` [PATCH v3 02/28] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PATCH v3 11/28] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v3 13/28] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller

[PATCH] iothread: defer AioContext GSource usage
 2025-02-20  4:05 UTC 

[PATCH v2 0/6] Enable shared device assignment
 2025-02-20  3:02 UTC  (7+ messages)
` [PATCH v2 3/6] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd

[PATCH v2] target/loongarch: fix 'make check-functional failed'
 2025-02-20  1:22 UTC 

[PATCH V3] target/loongarch: fix vcpu reset command word issue
 2025-02-20  1:42 UTC  (3+ messages)

[PATCH 1/2] migration: Prioritize RDMA in ram_save_target_page()
 2025-02-20  1:21 UTC  (6+ messages)

[PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data
 2025-02-19 21:56 UTC  (2+ messages)

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-02-19 21:43 UTC  (6+ messages)
` [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfig switches next to implementations

Live update: q35 and pc-i440fx support (vapic)
 2025-02-19 21:12 UTC  (2+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-19 20:34 UTC  (37+ messages)
` [PATCH v5 01/36] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PATCH v5 02/36] thread-pool: Remove thread_pool_submit() function
` [PATCH v5 03/36] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PATCH v5 04/36] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v5 05/36] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PATCH v5 06/36] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v5 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v5 08/36] error: define g_autoptr() cleanup function for the Error type
` [PATCH v5 09/36] migration: Add thread pool of optional load threads
` [PATCH v5 10/36] migration/multifd: Split packet into header and RAM data
` [PATCH v5 11/36] migration/multifd: Device state transfer support - receive side
` [PATCH v5 12/36] migration/multifd: Make multifd_send() thread safe
` [PATCH v5 13/36] migration/multifd: Add an explicit MultiFDSendData destructor
` [PATCH v5 14/36] migration/multifd: Device state transfer support - send side
` [PATCH v5 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v5 16/36] migration/multifd: Add multifd_device_state_supported()
` [PATCH v5 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v5 18/36] vfio/migration: Add load_device_config_state_start trace event
` [PATCH v5 19/36] vfio/migration: Convert bytes_transferred counter to atomic
` [PATCH v5 20/36] vfio/migration: Add vfio_add_bytes_transferred()
` [PATCH v5 21/36] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PATCH v5 22/36] vfio/migration: Multifd device state transfer support - basic types
` [PATCH v5 23/36] vfio/migration: Multifd device state transfer support - VFIOStateBuffer(s)
` [PATCH v5 24/36] vfio/migration: Multifd device state transfer - add support checking function
` [PATCH v5 25/36] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 28/36] vfio/migration: Multifd device state transfer support - config loading support
` [PATCH v5 29/36] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v5 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v5 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v5 33/36] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property
` [PATCH v5 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v5 35/36] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v5 36/36] vfio/migration: Update VFIO migration documentation

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2025-02-19 20:29 UTC 


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