qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 05:54:33 to 2024-10-02 16:37:21 UTC [more...]

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

{PATCH] accel/tcg: Fix CPU specific unaligned behaviour
 2024-10-02 15:47 UTC  (3+ messages)

[PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
 2024-10-02 15:46 UTC  (7+ 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

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 v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-02 13:39 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 v3 03/14] ui/cocoa: Adds non-app runloop on main thread mode

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

Corrupt VNC display for 1366x768
 2024-10-02 12:59 UTC  (3+ messages)

[PULL 0/5] Fix mips64el CI job + some other misc patches
 2024-10-02 12:52 UTC  (6+ 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

[PULL v2 00/22] -Werror=maybe-uninitialized fixes
 2024-10-02 12:34 UTC 

[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  (27+ messages)
` [PULL 01/22] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PULL 02/22] util/timer: "
` [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 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PULL 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive
` [PULL 09/22] hw/vhost-scsi: fix -Werror=maybe-uninitialized
` [PULL 10/22] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PULL 11/22] block/block-copy: "
` [PULL 12/22] migration: fix -Werror=maybe-uninitialized false-positives
` [PULL 13/22] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive
` [PULL 14/22] migration: "
` [PULL 15/22] linux-user/hppa: "
` [PULL 16/22] target/loongarch: "
` [PULL 17/22] tests: "
` [PULL 18/22] hw/virtio: fix -Werror=maybe-uninitialized
` [PULL 19/22] hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_poll
` [PULL 20/22] block: fix -Werror=maybe-uninitialized false-positive
` [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  (5+ messages)
` [PATCH 1/3] qom: rename object_resolve_path_type() "ambiguousp"
` [PATCH 2/3] qom: set *ambiguous on all paths
` [PATCH 3/3] qom: update object_resolve_path*() documentation

[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] hw/net/net_rx_pkt: Remove deadcode
 2024-10-02 10:30 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] "

[PATCH v3 00/22] -Werror=maybe-uninitialized fixes
 2024-10-02  8:32 UTC  (10+ messages)
` [PATCH v3 20/22] block: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized

[PATCH v3] docs: Mark "gluster" support in QEMU as deprecated
 2024-10-02  8:20 UTC 

[PULL 00/10] QAPI patches patches for 2024-10-02
 2024-10-02  7:44 UTC  (11+ messages)
` [PULL 01/10] qapi/char: Supply missing member documentation
` [PULL 02/10] qapi/common: "
` [PULL 03/10] qapi/crypto: "
` [PULL 04/10] qapi/introspect: "
` [PULL 05/10] qapi/pci: "
` [PULL 06/10] qapi/rocker: "
` [PULL 07/10] qapi/cxl: "
` [PULL 08/10] qapi: Document QCryptodevBackendServiceType
` [PULL 09/10] qapi: Drop "with an explanation" from error descriptions
` [PULL 10/10] qapi/block-core: Drop drive-backup's "Any other error" documentation

[PATCH v3 0/5] linux-user: Trace sendto/recvfrom
 2024-10-02  7:54 UTC  (11+ messages)
` [PATCH v3 1/5] linux-user: Correct print_sockaddr() format
` [PATCH v3 2/5] linux-user: Display sockaddr buffer as pointer
` [PATCH v3 3/5] linux-user: Factor print_buf_len() out
` [PATCH v3 4/5] linux-user: Add strace for sendto()
` [PATCH v3 5/5] linux-user: Add strace for recvfrom()

[PATCH v5] testing: bump mips64el cross to bookworm and fix package list
 2024-10-02  8:06 UTC  (2+ messages)

[PATCH 0/2] Finish eliminating QERR_UNSUPPORTED
 2024-10-02  7:48 UTC  (2+ messages)

[PULL 0/5] Block-jobs 2024-09-30
 2024-10-02  7:37 UTC  (4+ messages)
` [PULL 3/5] block/reqlist: allow adding overlapping requests

[PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code
 2024-10-02  6:56 UTC  (24+ messages)
` [PATCH v2 01/11] ppc/spapr: remove deprecated machine pseries-2.1
` [PATCH v2 02/11] ppc/spapr: remove deprecated machine pseries-2.2
` [PATCH v2 03/11] ppc/spapr: remove deprecated machine pseries-2.3
` [PATCH v2 04/11] ppc/spapr: remove deprecated machine pseries-2.4
` [PATCH v2 05/11] ppc/spapr: remove deprecated machine pseries-2.5
` [PATCH v2 06/11] ppc/spapr: remove deprecated machine pseries-2.6
` [PATCH v2 07/11] ppc/spapr: remove deprecated machine pseries-2.7
` [PATCH v2 08/11] ppc/spapr: remove deprecated machine pseries-2.8
` [PATCH v2 09/11] ppc/spapr: remove deprecated machine pseries-2.9
` [PATCH v2 10/11] ppc/spapr: remove deprecated machine pseries-2.10
` [PATCH v2 11/11] ppc/spapr: remove deprecated machine pseries-2.11

[PATCH v13 00/10] Support persistent reservation operations
 2024-10-02  6:19 UTC  (3+ messages)
` [PATCH v13 09/10] hw/nvme: add reservation protocal command

[PATCH 0/7] migration: query-migrationthreads enhancements and cleanups
 2024-10-02  5:58 UTC  (5+ messages)

[PULL v3 00/35] riscv-to-apply queue
 2024-10-02  5:50 UTC  (22+ messages)
` [PULL v3 06/35] target/riscv: fix za64rs enabling
` [PULL v3 07/35] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU
` [PULL v3 09/35] target/riscv: Stop timer with infinite timecmp
` [PULL v3 10/35] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
` [PULL v3 11/35] util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc
` [PULL v3 13/35] target/riscv: Add textra matching condition for the triggers
` [PULL v3 15/35] target: riscv: Add Svvptc extension support
` [PULL v3 16/35] target/riscv32: Fix masking of physical address
` [PULL v3 17/35] target/riscv/cpu_helper: Fix linking problem with semihosting disabled
` [PULL v3 19/35] bsd-user: Implement RISC-V CPU initialization and main loop
` [PULL v3 21/35] bsd-user: Implement RISC-V CPU register cloning and reset functions
` [PULL v3 22/35] bsd-user: Implement RISC-V TLS register setup
` [PULL v3 23/35] bsd-user: Add RISC-V ELF definitions and hardware capability detection
` [PULL v3 24/35] bsd-user: Define RISC-V register structures and register copying
` [PULL v3 26/35] bsd-user: Implement RISC-V sysarch system call emulation
` [PULL v3 27/35] bsd-user: Add RISC-V thread setup and initialization support
` [PULL v3 29/35] bsd-user: Define RISC-V system call structures and constants
` [PULL v3 31/35] bsd-user: Define RISC-V signal handling "
` [PULL v3 32/35] bsd-user: Implement RISC-V signal trampoline setup functions
` [PULL v3 33/35] bsd-user: Implement 'get_mcontext' for RISC-V
` [PULL v3 35/35] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files


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