qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 08:39:23 to 2024-10-03 14:32:09 UTC [more...]

[PULL v1 0/5] Xen Queue
 2024-10-03 14:31 UTC  (3+ messages)
` [PULL v1 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq
` [PULL v1 4/5] hw/xen: xenpvh: Add pci-intx-irq-base property

[PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
 2024-10-03 14:27 UTC  (9+ messages)
` [PATCH RFC 2/5] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH RFC 4/5] acpi/generic_event_device: add logic to detect if HEST addr is available

[PATCH v2 0/6] arm: drop last bits from deprecated boards
 2024-10-03 14:00 UTC  (7+ messages)
` [PATCH v2 1/6] hw/adc: Remove MAX111X device
` [PATCH v2 2/6] hw/gpio: Remove MAX7310 device
` [PATCH v2 3/6] hw/ide: Remove DSCM-1XXXX microdrive device model
` [PATCH v2 4/6] hw: Remove PCMCIA subsystem
` [PATCH v2 5/6] hw/block: Remove ecc
` [PATCH v2 6/6] vl.c: Remove pxa2xx-specific -portrait and -rotate options

[PATCH] hw/intc/omap_intc: Remove now-unnecessary abstract base class
 2024-10-03 13:53 UTC 

Corrupt VNC display for 1366x768
 2024-10-03 13:34 UTC  (6+ messages)

[PATCH v11 0/9] Add Rust build support, ARM PL011 device impl
 2024-10-03 13:28 UTC  (10+ messages)
` [PATCH v11 1/9] Require meson version 1.5.0
` [PATCH v11 2/9] build-sys: Add rust feature option
` [PATCH v11 3/9] configure, meson: detect Rust toolchain
` [PATCH v11 4/9] rust: add bindgen step as a meson dependency
` [PATCH v11 5/9] .gitattributes: add Rust diff and merge attributes
` [PATCH v11 6/9] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PATCH v11 7/9] rust: add crate to expose bindings and interfaces
` [PATCH v11 8/9] rust: add utility procedural macro crate
` [PATCH v11 9/9] rust: add PL011 device model

[PATCH v8 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-03 13:31 UTC  (5+ messages)
` [PATCH v8 03/12] hw/riscv: add RISC-V IOMMU base emulation

[PATCH trivial] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
 2024-10-03 12:16 UTC 

[PULL 00/10] QAPI patches patches for 2024-10-02
 2024-10-03 12:01 UTC  (2+ messages)

[PULL v2 00/22] -Werror=maybe-uninitialized fixes
 2024-10-03 12:01 UTC  (2+ messages)

[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
 2024-10-03 11:48 UTC  (9+ messages)
` [PATCH v9 01/12] acpi/ghes: add a firmware file with HEST address

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-10-03 11:29 UTC  (8+ messages)

[PATCH 00/16] UI-related fixes & shareable 2d memory with -display dbus
 2024-10-03 11:22 UTC  (17+ messages)
` [PATCH 01/16] hw/audio/hda: free timer on exit
` [PATCH 02/16] hw/audio/hda: fix memory leak on audio setup
` [PATCH 03/16] ui/dbus: fix leak on message filtering
` [PATCH 04/16] ui/win32: fix potential use-after-free with dbus shared memory
` [PATCH 05/16] ui/dbus: fix filtering all update messages
` [PATCH 06/16] ui/dbus: discard display messages on disable
` [PATCH 07/16] ui/dbus: discard pending CursorDefine on new one
` [PATCH 08/16] util/memfd: report potential errors on free
` [PATCH 09/16] ui/pixman: generalize shared_image_destroy
` [PATCH 10/16] ui/dbus: do not limit to one listener per connection / bus name
` [PATCH 11/16] ui/dbus: add trace for can_share_map
` [PATCH 12/16] ui/surface: allocate shared memory on !win32
` [PATCH 13/16] ui/dbus: add Listener.Unix.Map interface XML
` [PATCH 14/16] ui/dbus: implement Unix.Map
` [PATCH 15/16] virtio-gpu: allocate shareable 2d resources on !win32
` [PATCH 16/16] tests: add basic -display dbus Map.Unix test

[PATCH] hw/net/net_rx_pkt: Remove deadcode
 2024-10-03 10:54 UTC  (5+ messages)

[PULL v3 00/35] riscv-to-apply queue
 2024-10-03  9:32 UTC  (2+ messages)

[PATCH v6 0/3] vhost-user-blk: live resize additional APIs
 2024-10-03  8:05 UTC  (2+ messages)

[PING PATCH v5 0/3] Check clock connection between STM32L4x5 RCC and peripherals
 2024-10-03  8:10 UTC  (4+ messages)
` [PING PATCH v5 1/3] hw/misc: Create STM32L4x5 SYSCFG clock
` [PING PATCH v5 2/3] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PING PATCH v5 3/3] tests/qtest: Check STM32L4x5 clock connections

[PULL 0/5] Fix mips64el CI job + some other misc patches
 2024-10-03  9:32 UTC  (7+ messages)
` [PULL 1/5] testing: bump mips64el cross to bookworm and fix package list
` [PULL 2/5] configs: Fix typo in the sh4-softmmu devices config file
` [PULL 3/5] Remove the unused sh4eb target
` [PULL 4/5] qemu-timer: Remove unused timer functions
` [PULL 5/5] tests/tcg/s390x: Test modifying an EXECUTE target

[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-03  8:42 UTC  (9+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-03  8:06 UTC  (9+ messages)
` [PATCH v3 01/14] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v3 02/14] hw/display/apple-gfx: Adds PCI implementation

[PATCH] MAINTAINERS: remove gensyscalls.sh from the linux-user section
 2024-10-03  7:06 UTC 

[PATCH 0/2] fix backup-discard-source test for XFS
 2024-10-03  6:39 UTC  (2+ messages)

[PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code
 2024-10-03  5:56 UTC  (4+ messages)

[PATCH v2] hw/nvme: Adding support for NPDAL and NPDGL
 2024-10-01  1:28 UTC 

[PATCH v2 08/17] migration: Add load_finish handler and associated functions
 2024-10-02 21:25 UTC  (13+ messages)

{PATCH] accel/tcg: Fix CPU specific unaligned behaviour
 2024-10-02 19:38 UTC  (5+ messages)

[PATCH] qapi, machine-qmp-cmds.c: query-accelerator support
 2024-10-02 18:06 UTC  (5+ messages)

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-10-02 16:42 UTC  (16+ messages)
` [PATCH v2] "

More than 255 vcpus Windows VM setup without viommu ?
 2024-10-02 15:30 UTC  (5+ messages)

[PATCH] vnc: fix crash when no console attached
 2024-10-02 15:21 UTC  (2+ messages)

[PATCH for-9.2 0/2] NBD: tune handshake timeout
 2024-10-02 15:20 UTC  (9+ messages)
` [PATCH 1/2] qemu-nbd: Allow users to adjust handshake limit
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP

[PATCH v3 0/2] throttling for BLOCK_IO_ERROR
 2024-10-02 15:18 UTC  (3+ messages)
` [PATCH v3 1/2] qapi: add qom-path to BLOCK_IO_ERROR event
` [PATCH v3 2/2] block-backend: per-device throttling of BLOCK_IO_ERROR reports

[PATCH] tests/tcg/plugins: Remove remainder of the cris target
 2024-10-02 15:14 UTC  (2+ messages)

Plea for advice with PCIe on QEMU for iMX6 and plan to add FlexCAN controller support
 2024-10-02 15:06 UTC 

[PATCH] linux-user/elfload.c: keep GNU0_MAGIC in host byte order
 2024-10-02 15:03 UTC  (3+ messages)

[PATCH] hw/riscv/spike: Replace tswap64() by ldq_endian_p()
 2024-10-02 15:01 UTC  (4+ messages)

[PATCH v9 0/7] blockdev-replace
 2024-10-02 14:41 UTC  (3+ messages)
` [PATCH v9 4/7] qapi: add blockdev-replace command

[PATCH] util/iova-tree: Remove deadcode
 2024-10-02 14:34 UTC  (3+ messages)

[PATCH v3 0/7] introduce job-change qmp command
 2024-10-02 14:06 UTC  (8+ messages)
` [PATCH v3 1/7] qapi: rename BlockJobChangeOptions to JobChangeOptions
` [PATCH v3 2/7] blockjob: block_job_change_locked(): check job type
` [PATCH v3 3/7] qapi: block-job-change: make copy-mode parameter optional
` [PATCH v3 4/7] blockjob: move change action implementation to job from block-job
` [PATCH v3 5/7] qapi: add job-change
` [PATCH v3 6/7] qapi/block-core: deprecate block-job-change
` [PATCH v3 7/7] iotests/mirror-change-copy-mode: switch to job-change command

[PATCH] tests/functional: Bump timeout of some tests
 2024-10-02 14:02 UTC 

[RFC v2 0/2] target/riscv: use a simplified loop to emulate rvv loads/stores only in user mode
 2024-10-02 13:57 UTC  (3+ messages)
` [RFC v2 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
` [RFC v2 2/2] target/riscv: use a simplified loop to emulate rvv loads/stores only in user mode

[PATCH V3] arm/kvm: add support for MTE
 2024-10-02 13:42 UTC  (4+ messages)

[PATCH v2 00/15] Prepare GHES driver to support error injection
 2024-10-02 13:30 UTC  (19+ messages)
` [PATCH v2 03/15] acpi/ghes: simplify the per-arch caller to build HEST table
` [PATCH v2 04/15] acpi/ghes: better handle source_id and notification
` [PATCH v2 05/15] acpi/ghes: Fix acpi_ghes_record_errors() argument
` [PATCH v2 07/15] acpi/ghes: Change the type for source_id
` [PATCH v2 08/15] acpi/ghes: Prepare to support multiple sources on ghes
` [PATCH v2 09/15] acpi/ghes: make the GHES record generation more generic
` [PATCH v2 10/15] acpi/ghes: move offset calculus to a separate function
` [PATCH v2 12/15] acpi/ghes: don't crash QEMU if ghes GED is not found
` [PATCH v2 14/15] acpi/ghes: better name the offset of the hardware error firmware

Capstone v6-Alpha is released
 2024-10-02  4:07 UTC 

[PATCH] target/riscv: Set vtype.vill on CPU reset
 2024-10-02 13:15 UTC  (2+ messages)

[PATCH 00/13] hw: Add ld/st_endian() APIs
 2024-10-02 12:18 UTC  (3+ messages)
` [PATCH 06/13] tests/tcg/plugins: Use the ld/st_endian_p() API

[PULL 00/22] -Werror=maybe-uninitialized fixes
 2024-10-02 12:11 UTC  (17+ messages)
` [PULL 03/22] hw/qxl: fix -Werror=maybe-uninitialized false-positives
` [PULL 04/22] nbd: fix -Werror=maybe-uninitialized false-positive
` [PULL 05/22] block/mirror: "
` [PULL 06/22] "
` [PULL 08/22] hw/ahci: "
` [PULL 10/22] hw/sdhci: "
` [PULL 14/22] migration: "
` [PULL 15/22] linux-user/hppa: "
` [PULL 17/22] tests: "
` [PULL 20/22] block: "
` [PULL 21/22] fsdep/9p: "
` [PULL 22/22] qom/object: fix -Werror=maybe-uninitialized

[PULL 00/54] target-arm queue
 2024-10-02 12:06 UTC  (2+ messages)

[PATCH 0/3] QOM: little improvements to object_resolve_path*()
 2024-10-02 11:10 UTC  (2+ messages)

[PATCH v2 0/2] kvm: Improve register failure reports for migration
 2024-10-02 11:06 UTC  (2+ messages)

[PATCH] qemu-keymap: Release local allocation references
 2024-10-02 11:03 UTC  (2+ messages)

Capstone v6-Alpha is released
 2024-10-02 10:25 UTC 

[PATCH] block-backend: Remove deadcode
 2024-10-02 10:45 UTC  (2+ messages)

[PATCH] hw/net/rocker: Remove unused rocker_fp_ports
 2024-10-02 10:43 UTC  (2+ messages)

[PATCH] hw/pci: Remove unused pcie_chassis_find_slot
 2024-10-02 10:42 UTC  (2+ messages)

[PATCH] replay: Remove unused replay_disable_events
 2024-10-02 10:41 UTC  (2+ messages)

[PATCH] remote: Remove unused remote_iohub_finalize
 2024-10-02 10:41 UTC  (2+ messages)

[PATCH] vhost: Remove unused vhost_dev_{load|save}_inflight
 2024-10-02 10:39 UTC  (2+ messages)

[PATCH] ui/cursor: remove cursor_get_mono_image
 2024-10-02 10:36 UTC  (2+ messages)

[PATCH] hw: Remove unused fw_cfg_init_io
 2024-10-02 10:34 UTC  (2+ messages)

[PATCH] linux-user: Remove unused handle_vm86_fault
 2024-10-02 10:32 UTC  (2+ messages)

[PATCH] hw/char: Remove unused serial_set_frequency
 2024-10-02 10:31 UTC  (2+ messages)

[PATCH] net: Remove deadcode
 2024-10-02 10:30 UTC  (2+ messages)

[PATCH] q35: Remove unused mch_mcfg_base
 2024-10-02 10:28 UTC  (2+ messages)

[PATCH] hw/xen: Remove deadcode
 2024-10-02 10:25 UTC  (2+ messages)

[PATCH v1 0/3] pc-bios/s390-ccw: Small Makefile improvements
 2024-10-02 10:13 UTC  (3+ messages)

[PATCH] qga: skip bind mounts in fs list
 2024-10-02 10:06 UTC 

[PATCH v3 0/5] block: allow commit to unmap zero blocks
 2024-10-02 10:02 UTC  (5+ messages)
` [PATCH v3 4/5] "
` [PATCH v3 5/5] block: add test non-active commit with zeroed data

[PATCH v1 00/14] s390x: virtio-mem support
 2024-10-02  9:04 UTC  (11+ messages)

[PATCH v2] target/riscv/csr.c: Fix an access to VXSAT
 2024-10-02  8:44 UTC  (2+ messages)
` [PATCH v3] "


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