messages from 2023-08-29 16:07:47 to 2023-08-29 23:28:03 UTC [more...]
PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
2023-08-29 20:46 UTC (11+ messages)
[PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features
2023-08-29 23:23 UTC (8+ messages)
` [PATCH v5 02/12] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v5 03/12] target/arm: Add feature detection for FEAT_Pauth2 and extensions
` [PATCH v5 04/12] target/arm: Don't change pauth features when changing algorithm
` [PATCH v5 05/12] target/arm: Implement FEAT_PACQARMA3
` [PATCH v5 08/12] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v5 09/12] target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE
` [PATCH v5 10/12] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS
[PATCH 00/32] bsd-user: Implement freebsd process related system calls
2023-08-29 22:06 UTC (57+ messages)
` [PATCH 02/32] bsd-user: Implement procctl(2) system call
` [PATCH 03/32] bsd-user: Implement host_to_target_siginfo
` [PATCH 04/32] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH 05/32] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH 07/32] bsd-user: Implement target_to_host_resource conversion function
` [PATCH 08/32] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH 09/32] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH 10/32] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH 11/32] bsd-user: Get number of cpus
` [PATCH 13/32] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH 14/32] bsd-user: Implement getrusage(2)
` [PATCH 15/32] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH 16/32] bsd-user: Implement several get/set system calls:
` [PATCH 17/32] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH 18/32] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH 19/32] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH 20/32] bsd-user: Add freebsd/os-proc.c to meson.build
` [PATCH 21/32] bsd-user: Implement get_filename_from_fd
` [PATCH 22/32] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH 24/32] bsd-user: Implement h2t reaper_pidinfo and h2t/t2h reaper_kill structs conversion functions
` [PATCH 26/32] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH 27/32] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH 29/32] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH 30/32] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH 31/32] bsd-user: Implement rfork(2) system call
` [PATCH 32/32] bsd-user: Implement pdfork(2) "
[PATCH 0/2] riscv: fix --enable-debug in riscv-to-apply.next
2023-08-29 23:09 UTC (7+ messages)
` [PATCH 1/2] hw/intc/riscv_aplic.c fix non-KVM --enable-debug build
` [PATCH 2/2] hw/riscv/virt.c: "
[PATCH v5 00/20] linux-user: Implement VDSOs
2023-08-29 22:02 UTC (19+ messages)
` [PATCH v5 01/20] tests/docker: Update docker-loongarch-cross toolchain
` [PATCH v5 02/20] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v5 03/20] linux-user: Tidy loader_exec
` [PATCH v5 04/20] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v5 05/20] linux-user: Use ImageSource in load_elf_image
` [PATCH v5 06/20] linux-user: Use ImageSource in load_symbols
` [PATCH v5 07/20] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v5 08/20] linux-user: Load vdso image if available
` [PATCH v5 09/20] linux-user: Add gen-vdso tool
` [PATCH v5 10/20] linux-user: Add build-vdso.sh tool
` [PATCH v5 11/20] linux-user/i386: Add vdso
` [PATCH v5 13/20] linux-user/aarch64: "
` [PATCH v5 14/20] linux-user/arm: "
` [PATCH v5 15/20] linux-user/hppa: "
` [PATCH v5 16/20] linux-user/riscv: "
` [PATCH v5 17/20] linux-user/loongarch64: "
` [PATCH v5 18/20] linux-user/ppc: "
` [PATCH v5 20/20] linux-user/s390x: "
[PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
2023-08-29 18:51 UTC (2+ messages)
[PATCH v4 0/9] Implement Most ARMv8.3 Pointer Authentication Features
2023-08-29 22:05 UTC (4+ messages)
` [PATCH v4 1/9] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
[PATCH 0/2] Fix vhost reconnect issues
2023-08-29 22:20 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] vhost-user: Fix lost reconnect
` [PATCH v2 2/2] vhost: Add Error parameter to vhost_scsi_common_start()
[PATCH V4 00/11] fix migration of suspended runstate
2023-08-29 18:18 UTC (11+ messages)
` [PATCH V4 01/11] cpus: pass runstate to vm_prepare_start
` [PATCH V4 02/11] migration: preserve suspended runstate
` [PATCH V4 03/11] migration: add runstate function
` [PATCH V4 04/11] migration: preserve suspended for snapshot
` [PATCH V4 05/11] migration: preserve suspended for bg_migration
` [PATCH V4 06/11] migration: preserve cpu ticks if suspended
` [PATCH V4 07/11] tests/qtest: migration events
` [PATCH V4 08/11] tests/qtest: option to suspend during migration
` [PATCH V4 09/11] tests/qtest: precopy migration with suspend
` [PATCH V4 11/11] tests/qtest: background "
[PATCH 0/9] migration: Better error handling in rp thread, allow failures in recover
2023-08-29 21:42 UTC (10+ messages)
` [PATCH 1/9] migration: Display error in query-migrate irrelevant of status
` [PATCH 2/9] migration: Let migrate_set_error() take ownership
` [PATCH 3/9] migration: Introduce migrate_has_error()
` [PATCH 4/9] migration: Refactor error handling in source return path
` [PATCH 5/9] migration: Deliver return path file error to migrate state too
` [PATCH 6/9] qemufile: Always return a verbose error
` [PATCH 7/9] migration: Remember num of ramblocks to sync during recovery
` [PATCH 8/9] migration: Add migration_rp_wait|kick()
` [PATCH 9/9] migration/postcopy: Allow network to fail even during recovery
[PATCH v3 00/12] gdbstub and testing fixes for 8.2 (pre-PR)
2023-08-29 22:20 UTC (16+ messages)
` [PATCH v3 01/12] gitlab: enable ccache for many build jobs
` [PATCH v3 02/12] tests/docker: cleanup non-verbose output
` [PATCH v3 03/12] tests/tcg: remove quoting for info output
` [PATCH v3 04/12] docs/style: permit inline loop variables
` [PATCH v3 05/12] .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2
` [PATCH v3 06/12] tests: remove test-gdbstub.py
` [PATCH v3 07/12] tests/tcg: clean-up gdb confirm/pagination settings
` [PATCH v3 08/12] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
` [PATCH v3 09/12] gdbstub: remove unused user_ctx field
` [PATCH v3 10/12] gdbstub: refactor get_feature_xml
` [PATCH v3 11/12] gdbstub: replace global gdb_has_xml with a function
` [PATCH v3 12/12] gdbstub: move comment for gdb_register_coprocessor
[PATCH v8 00/12] Add VIRTIO sound card
2023-08-29 19:34 UTC (11+ messages)
` [PATCH v8 04/12] virtio-sound: set PCM stream parameters
` [PATCH v8 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v8 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v8 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v8 09/12] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
[PATCH v2 00/48] tcg patch queue
2023-08-29 18:26 UTC (4+ messages)
[PULL 0/4] tcg patch queue
2023-08-29 18:27 UTC (6+ messages)
` [PULL 1/4] softmmu: Assert data in bounds in iotlb_to_section
` [PULL 2/4] softmmu: Use async_run_on_cpu in tcg_commit
` [PULL 3/4] tcg: Remove vecop_list check from tcg_gen_not_vec
` [PULL 4/4] tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
2023-08-29 19:32 UTC (7+ messages)
` [PATCH v2 1/4] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PATCH v2 2/4] nbd: drop unused nbd_start_negotiate() "
` [PATCH v2 4/4] io: follow coroutine AioContext in qio_channel_yield()
[PATCH v2] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
2023-08-29 18:56 UTC (2+ messages)
[PATCH 00/10] configure cleanups for QEMU 8.2
2023-08-29 18:52 UTC (23+ messages)
` [PATCH 01/10] meson: do not unnecessarily use cmake for dependencies
` [PATCH 03/10] configure: remove HOST_CC
` [PATCH 04/10] configure: create native file with contents of $host_cc
` [PATCH 05/10] meson: compile bundled device trees
` [PATCH 06/10] contrib/plugins: use an independent makefile
` [PATCH 07/10] meson: do not use config_host to pick tap implementations
` [PATCH 09/10] configure: remove $linux and $mingw32 variables
` [PATCH 10/10] configure: move --enable-debug-tcg to meson
[PATCH] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
2023-08-29 21:50 UTC
[PATCH 0/3] linux-user/aarch64: Add ESR signal frame record
2023-08-29 21:04 UTC (4+ messages)
` [PATCH 3/3] linux-user/aarch64: Add ESR signal frame for PACFAIL
[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
2023-08-29 18:27 UTC (5+ messages)
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration
[PULL 00/36] 2023q3 bsd user patches
2023-08-29 18:38 UTC (4+ messages)
[PATCH v2 0/5] tcg patch queue
2023-08-29 18:54 UTC
[PATCH] target/m68k: Add URL to semihosting spec
2023-08-29 19:28 UTC (4+ messages)
[PATCH v6 00/17] qemu patches for 64-bit NBD extensions
2023-08-29 17:58 UTC (18+ messages)
` [PATCH v6 01/17] nbd: Replace bool structured_reply with mode enum
` [PATCH v6 02/17] nbd/client: Pass mode through to nbd_send_request
` [PATCH v6 03/17] nbd: Add types for extended headers
` [PATCH v6 04/17] nbd: Prepare for 64-bit request effect lengths
` [PATCH v6 05/17] nbd/server: Refactor handling of command sanity checks
` [PATCH v6 06/17] nbd/server: Support a request payload
` [PATCH v6 07/17] nbd/server: Prepare to receive extended header requests
` [PATCH v6 08/17] nbd/server: Prepare to send extended header replies
` [PATCH v6 09/17] nbd/server: Support 64-bit block status
` [PATCH v6 10/17] nbd/server: Enable initial support for extended headers
` [PATCH v6 11/17] nbd/client: Plumb errp through nbd_receive_replies
` [PATCH v6 12/17] nbd/client: Initial support for extended headers
` [PATCH v6 13/17] nbd/client: Accept 64-bit block status chunks
` [PATCH v6 14/17] nbd/client: Request extended headers during negotiation
` [PATCH v6 15/17] nbd/server: Refactor list of negotiated meta contexts
` [PATCH v6 16/17] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [PATCH v6 17/17] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
[PATCH 0/2] docs tests: Fix use of migrate_set_parameter
2023-08-29 17:37 UTC (2+ messages)
[PATCH 0/2] target/i386: reimplement fp2fp conversion instructions
2023-08-29 17:36 UTC (5+ messages)
` [PATCH 1/2] target/i386: generalize operand size "ph" for use in CVTPS2PD
` [PATCH 2/2] target/i386: fix memory operand size for CVTPS2PD
[PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-29 17:31 UTC (4+ messages)
[PATCH] qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom options
2023-08-29 17:29 UTC (4+ messages)
[PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
2023-08-29 17:26 UTC (3+ messages)
` [PATCH for-8.2 3/3] hw/arm: Set number of MPU regions correctly for an505, an521, an524
[PULL v2 0/8] Block patches
2023-08-29 17:21 UTC (9+ messages)
` [PULL v2 1/8] hw/ufs: Initial commit for emulated Universal-Flash-Storage
` [PULL v2 2/8] hw/ufs: Support for Query Transfer Requests
` [PULL v2 3/8] hw/ufs: Support for UFS logical unit
` [PULL v2 4/8] tests/qtest: Introduce tests for UFS
` [PULL v2 5/8] block-migration: Ensure we don't crash during migration cleanup
` [PULL v2 6/8] block: add subcluster_size field to BlockDriverInfo
` [PULL v2 7/8] block/io: align requests to subcluster_size
` [PULL v2 8/8] tests/qemu-iotests/197: add testcase for CoR with subclusters
[PATCH] linux-user, bsd-user: disable on unsupported host architectures
2023-08-29 17:12 UTC (2+ messages)
[PATCH v2 00/11] target/translate: Remove unused "exec/cpu_ldst.h" / "qemu/main-loop.h"
2023-08-29 17:07 UTC (13+ messages)
` [PATCH v2 01/11] target/ppc/pmu: Include missing 'qemu/timer.h' header
` [PATCH v2 02/11] target/riscv/pmu: Restrict 'qemu/log.h' include to source
` [PATCH v2 07/11] target/helper: Remove unnecessary 'qemu/main-loop.h' header
` [PATCH v2 09/11] target/xtensa: Include missing 'qemu/atomic.h' header
` [PATCH v2 10/11] qemu/processor: Remove unused "
` [PATCH v2 11/11] exec/translation-block: Clean up includes
[PATCH] target/i386: raise FERR interrupt with iothread locked
2023-08-29 17:01 UTC (4+ messages)
[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
2023-08-29 16:50 UTC (4+ messages)
` [PATCH v3 4/6] hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()
[PATCH v3 0/8] Xilinx Versal CFI support
2023-08-29 16:44 UTC (3+ messages)
` [PATCH v3 5/8] hw/misc: Introduce a model of Xilinx Versal's CFRAME_REG
[PATCH for-8.2 0/6] ppc: debug facility improvements
2023-08-29 16:43 UTC (2+ messages)
[PATCH v2 for-8.2 00/19] ppc: record-replay enablement and fixes
2023-08-29 16:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).