qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-22 08:55:07 to 2024-10-22 18:21:39 UTC [more...]

[PATCH] linux-user: Fix build failure caused by missing __u64 on musl
 2024-10-22 18:21 UTC  (3+ messages)

[PATCH] tcg/ppc/tcg-target.c.inc: Fix tcg_out_rlw_rc
 2024-10-22 18:19 UTC  (2+ messages)

[PATCH v2] linux-user: Trace rt_sigprocmask's sigsets
 2024-10-22 17:53 UTC  (2+ messages)

[PATCH 0/2] linux-user/ppc: Fix sigmask endianness issue in sigreturn
 2024-10-22 17:52 UTC  (4+ messages)
` [PATCH 2/2] tests/tcg: Test that sigreturn() does not corrupt the signal mask

[PATCH v5 00/19] s390x: Add Full Boot Order Support
 2024-10-22 17:36 UTC  (6+ messages)
` [PATCH v5 02/19] pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints
` [PATCH v5 15/19] hw/s390x: Build an IPLB for each boot device

[PATCH] hw/cxl: Support aborting background commands
 2024-10-22 17:00 UTC  (3+ messages)

[PULL 0/9] Block layer patches
 2024-10-22 16:49 UTC  (10+ messages)
` [PULL 1/9] block/gluster: Use g_autofree for string in qemu_gluster_parse_json()
` [PULL 2/9] block/ssh.c: Don't double-check that characters are hex digits
` [PULL 3/9] tests/qemu-iotests/211.out: Update to expect MapEntry 'compressed' field
` [PULL 4/9] block/vdi.c: Make SECTOR_SIZE constant 64-bits
` [PULL 5/9] iotests/backup-discard-source: convert size variable to be int
` [PULL 6/9] iotests/backup-discard-source: don't use actual-size
` [PULL 7/9] qapi: add qom-path to BLOCK_IO_ERROR event
` [PULL 8/9] block-backend: per-device throttling of BLOCK_IO_ERROR reports
` [PULL 9/9] raw-format: Fix error message for invalid offset/size

[PATCH] migration: Deprecate query-migrationthreads command
 2024-10-22 16:48 UTC  (7+ messages)

[PATCH] gitlab: enable afalg tests in fedora system test
 2024-10-22 16:26 UTC  (5+ messages)

[PATCH 0/2] Migration: Make misc.h helpers available for whole VM lifecycle
 2024-10-22 16:13 UTC  (5+ messages)
` [PATCH 1/2] migration: Make all helpers in misc.h safe to use without migration
` [PATCH 2/2] migration: Unexport dirty_bitmap_mig_init() in misc.h

[PATCH 0/3] vfio/migration: Some bug fixes and cleanups
 2024-10-22 16:10 UTC  (12+ messages)
` [PATCH 2/3] vfio/migration: Refactor vfio_vmstate_change/_prepare() error reporting

[PATCH v6] hw/misc/aspeed_hace: Fix SG Accumulative hashing
 2024-10-22 16:04 UTC  (5+ messages)

[PATCH] linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
 2024-10-22 16:01 UTC 

[PATCH v2] migration/dirtyrate: Silence warning about strcpy() on OpenBSD
 2024-10-22 15:59 UTC  (2+ messages)

[PATCH v6 0/3] Add support for the RAPL MSRs series
 2024-10-22 15:35 UTC  (12+ messages)

is there a guide on how to add command line options?
 2024-10-22 15:30 UTC 

[PULL 00/14] Misc fixes patches
 2024-10-22 15:24 UTC  (15+ messages)
` [PULL 01/14] crypto: Remove unused DER string functions
` [PULL 02/14] sockets: Remove deadcode
` [PULL 03/14] util: don't set SO_REUSEADDR on client sockets
` [PULL 04/14] crypto/hash: avoid overwriting user supplied result pointer
` [PULL 05/14] tests: correctly validate result buffer in hash/hmac tests
` [PULL 06/14] include/crypto: clarify @result/@result_len for hash/hmac APIs
` [PULL 07/14] crypto/hash-afalg: Fix broken build
` [PULL 08/14] ui/vnc: don't return an empty SASL mechlist to the client
` [PULL 09/14] ui/vnc: don't raise error formatting socket address for non-inet
` [PULL 10/14] ui/vnc: fix skipping SASL SSF on UNIX sockets
` [PULL 11/14] ui/vnc: don't check for SSF after SASL authentication "
` [PULL 12/14] ui: fix handling of NULL SASL server data
` [PULL 13/14] ui: validate NUL byte padding in SASL client data more strictly
` [PULL 14/14] gitlab: enable afalg tests in fedora system test

[PATCH v2 00/18] Fix write incorrect data into flash in user mode
 2024-10-22 15:23 UTC  (26+ messages)
` [PATCH v2 01/18] aspeed/smc: "
` [PATCH v2 02/18] hw/block:m25p80: Fix coding style
` [PATCH v2 03/18] hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvq
` [PATCH v2 04/18] hw/block/m25p80: Add SFDP table for w25q80bl flash
` [PATCH v2 05/18] hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB
` [PATCH v2 06/18] hw/arm/aspeed: Correct fmc_model w25q80bl "
` [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers
` [PATCH v2 08/18] test/qtest/aspeed_smc-test: Fix coding style
` [PATCH v2 09/18] test/qtest/aspeed_smc-test: Move testcases to test_palmetto_bmc function
` [PATCH v2 10/18] test/qtest/aspeed_smc-test: Introduce a new TestData to test different BMC SOCs
` [PATCH v2 11/18] test/qtest/aspeed_smc-test: Support to test all CE pins
` [PATCH v2 12/18] test/qtest/aspeed_smc-test: Introducing a "page_addr" data field
` [PATCH v2 13/18] test/qtest/aspeed_smc-test: Support to test AST2500
` [PATCH v2 14/18] test/qtest/aspeed_smc-test: Support to test AST2600
` [PATCH v2 15/18] test/qtest/aspeed_smc-test: Support to test AST1030
` [PATCH v2 16/18] test/qtest/aspeed_smc-test: Support write page command with QPI mode
` [PATCH v2 17/18] test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases
` [PATCH v2 18/18] test/qtest/ast2700-smc-test: Support to test AST2700

[PATCH v2 00/13] rust: miscellaneous cleanups + QOM integration tests
 2024-10-22 15:35 UTC  (3+ messages)
` [PATCH v2 03/13] meson: pass rustc_args when building all crates

[PATCH 0/2] arm: Add collie and sx functional tests
 2024-10-22 15:04 UTC  (11+ messages)
` [PATCH 1/2] tests/functional: Add a functional test for the collie board

[PATCH v4 00/12] hw: Strengthen SysBus & QBus API
 2024-10-22 14:53 UTC  (3+ messages)
` [PATCH v4 07/12] hw/sh4/r2d: Realize IDE controller before accessing it

[Question] What is the definition of “private” fields in QOM?
 2024-10-22 15:09 UTC  (12+ messages)

[PATCH v4 0/9] Introduce SMP Cache Topology
 2024-10-22 14:44 UTC  (12+ messages)
` [PATCH v4 1/9] i386/cpu: Don't enumerate the "invalid" CPU topology level
` [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH v4 3/9] qapi/qom: Define cache enumeration and properties for machine
` [PATCH v4 4/9] hw/core: Check smp cache topology support "
` [PATCH v4 5/9] hw/core: Add a helper to check the cache topology level
` [PATCH v4 6/9] i386/cpu: Support thread and module level cache topology
` [PATCH v4 7/9] i386/cpu: Update cache topology with machine's configuration
` [PATCH v4 8/9] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v4 9/9] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH] target/i386: fix CPUID check for LFENCE and SFENCE
 2024-10-22 14:38 UTC  (2+ messages)

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-10-22 14:35 UTC  (10+ messages)

[PATCH] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
 2024-10-22 14:33 UTC  (4+ messages)

[PATCH v4 0/5] qemu-ga: Hanle memory leak and simplify code
 2024-10-22 14:29 UTC  (6+ messages)
` [PATCH v4 1/5] qemu-ga: 'Null' check for mandatory parameters
` [PATCH v4 2/5] qemu-ga: Initialize correctly so getline works properly
` [PATCH v4 3/5] qemu-ga: Avoiding freeing line prematurely
` [PATCH v4 4/5] qemu-ga: For correcting code style
` [PATCH v4 5/5] qemu-ga: Replace g_new0() with g_autoptr()

[PULL v2 00/20] Test updates (tuxrun tests, new QTest maintainer, ...)
 2024-10-22 13:53 UTC  (2+ messages)

[PULL v1 0/1] Xen Queue
 2024-10-22 13:52 UTC  (2+ messages)

[PATCH v3 0/7] introduce job-change qmp command
 2024-10-22 13:03 UTC  (7+ messages)
` [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 RFC 00/10] Allow platform specific PMU event encoding
 2024-10-22 12:58 UTC  (6+ messages)
` [PATCH RFC 06/10] target/riscv: Define PMU event related structures

[PATCH v2] vhost-user: fix shared object return values
 2024-10-22 12:46 UTC 

[PATCH v2 0/6] Support virtio-gpu DRM native context
 2024-10-22 12:44 UTC  (7+ messages)
` [PATCH v2 5/6] virtio-gpu: Support asynchronous fencing

[PATCH] target/loongarch: Use physical cpu id about CSR CPUID for sysemu
 2024-10-22 12:42 UTC 

[PATCH v2 0/2] linux-headers: loongarch: Add kvm_para.h and unistd_64.h
 2024-10-22 12:39 UTC  (2+ messages)

[PATCH v5 0/2] target/loongarch: Add loongson binary translation feature
 2024-10-22 12:38 UTC  (2+ messages)

[PATCH v2] target/loongarch: Add steal time support on migration
 2024-10-22 12:37 UTC  (2+ messages)

[PATCH V1 0/4] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
 2024-10-22 12:32 UTC  (5+ messages)

[PATCH] tests/tcg: Stop using exit() in the gdbstub testcases
 2024-10-22 12:17 UTC  (5+ messages)

[PATCH] tcg/ppc/tcg-target.c.inc: Fix tcg_out_rlw_rc
 2024-10-22 12:14 UTC 

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-10-22 11:55 UTC  (5+ messages)

[PATCH v2 0/5] LoongArch/tcg: Add hardware page table walker support
 2024-10-22 11:56 UTC  (2+ messages)

[PATCH v2] tests/tcg: Stop using exit() in the gdbstub testcases
 2024-10-22 11:37 UTC 

[PATCH v7 00/14] tcg/riscv: Add support for vector
 2024-10-22 11:34 UTC  (3+ messages)
` [PATCH v7 03/14] util: Add RISC-V vector extension probe in cpuinfo

[PATCH v6 00/16] Introduce support for IGVM files
 2024-10-22 11:31 UTC  (6+ messages)
` [PATCH v6 04/16] hw/i386: Add igvm-cfg object and processing "

[PATCH v2 00/20] maintainer updates (testing, gdbstub, plugins)
 2024-10-22 11:29 UTC  (25+ messages)
` [PATCH v2 01/20] tests/docker: Fix microblaze atomics
` [PATCH v2 02/20] tests/docker: add NOFETCH env variable for testing
` [PATCH v2 03/20] MAINTAINERS: mention my testing/next tree
` [PATCH v2 04/20] meson: hide tsan related warnings
` [PATCH v2 05/20] docs/devel: update tsan build documentation
` [PATCH v2 06/20] scripts/ci: remove architecture checks for build-environment updates
` [PATCH v2 07/20] tests/tcg/x86_64: Add cross-modifying code test
` [PATCH v2 08/20] accel/tcg: add tracepoints for cpu_loop_exit_atomic
` [PATCH v2 09/20] dockerfiles: fix default targets for debian-loongarch-cross
` [PATCH v2 10/20] gitlab: make check-[dco|patch] a little more verbose
` [PATCH v2 11/20] MAINTAINERS: mention my gdbstub/next tree
` [PATCH v2 12/20] config/targets: update aarch64_be-linux-user gdb XML list
` [PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user
` [PATCH v2 14/20] tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
` [PATCH v2 15/20] testing: Enhance gdb probe script
` [PATCH v2 16/20] MAINTAINERS: mention my plugins/next tree
` [PATCH v2 17/20] plugins: add ability to register a GDB triggered callback
` [PATCH v2 18/20] meson: build contrib/plugins with meson
` [PATCH v2 19/20] contrib/plugins: remove Makefile for contrib/plugins
` [PATCH v2 20/20] plugins: fix qemu_plugin_reset

[PATCH v2] rust: introduce alternative implementation of offset_of!
 2024-10-22 11:28 UTC  (3+ messages)

[PATCH v2 0/4] qemu-ga: Fix some potential issues find by coverity
 2024-10-22 10:37 UTC  (5+ messages)
` [PATCH v3 1/4] qemu-ga: 'Null' check for mandatory parameters

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

[PATCH v2 00/14] rust: allow older versions of rustc and bindgen
 2024-10-22 10:09 UTC  (15+ messages)
` [PATCH v2 01/14] rust: patch bilge-impl to allow compilation with 1.63.0
` [PATCH v2 02/14] rust: fix cfgs of proc-macro2 for 1.63.0
` [PATCH v2 03/14] rust: use std::os::raw instead of core::ffi
` [PATCH v2 04/14] rust: introduce a c_str macro
` [PATCH v2 05/14] rust: silence unknown warnings for the sake of old compilers
` [PATCH v2 06/14] rust: synchronize dependencies between subprojects and Cargo.lock
` [PATCH v2 07/14] rust: introduce alternative implementation of offset_of!
` [PATCH v2 08/14] rust: do not use MaybeUninit::zeroed()
` [PATCH v2 09/14] rust: clean up detection of the language
` [PATCH v2 10/14] rust: allow version 1.63.0 of rustc
` [PATCH v2 11/14] rust: do not use --generate-cstr
` [PATCH v2 12/14] rust: allow older version of bindgen
` [PATCH v2 13/14] rust: make rustfmt optional
` [PATCH v2 14/14] dockerfiles: install bindgen from cargo on Ubuntu 22.04

[PATCH] linux-user: Trace rt_sigprocmask's sigsets
 2024-10-22  9:41 UTC  (3+ messages)

[PATCH v1 00/16] Fix write incorrect data into flash in user mode
 2024-10-22  9:29 UTC  (4+ messages)
` [PATCH v1 01/16] aspeed/smc: "
  ` [SPAM] "

[PULL 00/24] Kraxel 20220927 patches
 2024-10-22  9:06 UTC  (7+ messages)
` [PULL 20/24] audio: Add sndio backend

[PATCH] arm: Kconfig: disable stellaris if Rust is enabled
 2024-10-22  9:04 UTC  (2+ messages)

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2024-10-22  8:58 UTC  (7+ messages)
` [RFC PATCH v2 0/7] tcg-plugins: add hooks "


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