messages from 2022-05-27 10:49:41 to 2022-05-27 19:17:19 UTC [more...]
[PATCH 000/114] target/arm: Rewrite sve feature tests
2022-05-27 18:18 UTC (45+ messages)
` [PATCH 001/114] target/arm: Introduce TRANS, TRANS_FEAT
` [PATCH 002/114] target/arm: Move null function and sve check into gen_gvec_ool_zz
` [PATCH 003/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_zz
` [PATCH 004/114] target/arm: Move null function and sve check into gen_gvec_ool_zzz
` [PATCH 005/114] target/arm: Introduce gen_gvec_ool_arg_zzz
` [PATCH 006/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzz
` [PATCH 007/114] target/arm: Use TRANS_FEAT for do_sve2_zzz_ool
` [PATCH 008/114] target/arm: Move null function and sve check into gen_gvec_ool_zzzz
` [PATCH 009/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_zzzz
` [PATCH 010/114] target/arm: Introduce gen_gvec_ool_arg_zzzz
` [PATCH 011/114] target/arm: Use TRANS_FEAT for do_sve2_zzzz_ool
` [PATCH 012/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzzz
` [PATCH 013/114] target/arm: Rename do_zzxz_ool to gen_gvec_ool_arg_zzxz
` [PATCH 014/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzxz
` [PATCH 015/114] target/arm: Use TRANS_FEAT for do_sve2_zzz_data
` [PATCH 016/114] target/arm: Use TRANS_FEAT for do_sve2_zzzz_data
` [PATCH 017/114] target/arm: Use TRANS_FEAT for do_sve2_zzw_data
` [PATCH 018/114] target/arm: Use TRANS_FEAT for USDOT_zzzz
` [PATCH 019/114] target/arm: Move null function and sve check into gen_gvec_ool_zzp
` [PATCH 020/114] target/arm: Introduce gen_gvec_ool_arg_zpz
` [PATCH 021/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpz
` [PATCH 022/114] target/arm: Use TRANS_FEAT for do_sve2_zpz_data
` [PATCH 023/114] target/arm: Rename do_zpzi_ool to gen_gvec_ool_arg_zpzi
` [PATCH 024/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzi
` [PATCH 025/114] target/arm: Move null function and sve check into gen_gvec_ool_zzzp
` [PATCH 026/114] target/arm: Introduce gen_gvec_ool_arg_zpzz
` [PATCH 027/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzz
` [PATCH 028/114] target/arm: Use TRANS_FEAT for do_sve2_zpzz_ool
` [PATCH 029/114] target/arm: Merge gen_gvec_fn_zz into do_mov_z
` [PATCH 030/114] target/arm: Move null function and sve check into gen_gvec_fn_zzz
` [PATCH 031/114] target/arm: Rename do_zzz_fn to gen_gvec_fn_arg_zzz
` [PATCH 032/114] target/arm: More use of gen_gvec_fn_arg_zzz
` [PATCH 033/114] target/arm: Use TRANS_FEAT for gen_gvec_fn_arg_zzz
` [PATCH 034/114] target/arm: Use TRANS_FEAT for do_sve2_fn_zzz
` [PATCH 035/114] target/arm: Use TRANS_FEAT for RAX1
` [PATCH 036/114] target/arm: Introduce gen_gvec_fn_arg_zzzz
` [PATCH 046/114] target/arm: Use TRANS_FEAT for do_shift_zpzi
` [PATCH 050/114] target/arm: Use TRANS_FEAT for do_adr
` [PATCH 054/114] target/arm: Use TRANS_FEAT for do_EXT
` [PATCH 056/114] target/arm: Use TRANS_FEAT for do_perm_pred2
` [PATCH 058/114] target/arm: Use gen_gvec_ool_arg_zzz for do_zip, do_zip_q
` [PATCH 065/114] target/arm: Use TRANS_FEAT for SPLICE
` [PATCH 067/114] target/arm: Use TRANS_FEAT for do_sve2_ppzz_flags
` [PATCH 076/114] target/arm: Use TRANS_FEAT for do_zzi_ool
[PATCH v3 00/15] target/arm: SME prep patches
2022-05-27 18:06 UTC (16+ messages)
` [PATCH v3 01/15] target/arm: Rename TBFLAG_A64 ZCR_LEN to SVE_LEN
` [PATCH v3 02/15] linux-user/aarch64: Use SVE_LEN from hflags
` [PATCH v3 03/15] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PATCH v3 04/15] target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
` [PATCH v3 05/15] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PATCH v3 06/15] target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
` [PATCH v3 07/15] target/arm: Remove fp checks from sve_exception_el
` [PATCH v3 08/15] target/arm: Add el_is_in_host
` [PATCH v3 09/15] target/arm: Use el_is_in_host for sve_vqm1_for_el
` [PATCH v3 10/15] target/arm: Split out load/store primitives to sve_ldst_internal.h
` [PATCH v3 11/15] target/arm: Export sve contiguous ldst support functions
` [PATCH v3 12/15] target/arm: Move expand_pred_b to vec_internal.h
` [PATCH v3 13/15] target/arm: Use expand_pred_b in mve_helper.c
` [PATCH v3 14/15] target/arm: Move expand_pred_h to vec_internal.h
` [PATCH v3 15/15] target/arm: Export bfdotadd from vec_helper.c
[PATCH 0/2] backend/tpm: Resolve issue with TPM 2 DA lockout
2022-05-27 17:30 UTC (3+ messages)
` [PATCH 1/2] backends/tpm: Record the last command sent to the TPM
` [PATCH 2/2] backends/tpm: Send TPM2_Shutdown upon VM reset
[RFC PATCH 0/3] OpenRISC Semihosting and Virt
2022-05-27 17:27 UTC (4+ messages)
` [RFC PATCH 1/3] target/openrisc: Add basic support for semihosting
` [RFC PATCH 2/3] hw/openrisc: Split re-usable boot time apis out to boot.c
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine
[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
2022-05-27 16:56 UTC (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables
` [PATCH 3/5] tests/acpi: allow changes for core_count2 test
` [PATCH 4/5] bios-tables-test: add test for number of cores > 255
` [PATCH 5/5] tests/acpi: update tables for new core count test
[PATCH v1 00/33] testing/next (gitlab, junit, lcitool, x-compile)
2022-05-27 17:19 UTC (44+ messages)
` [PATCH v1 01/33] .gitlab-ci.d/container-cross: Fix RISC-V container dependencies / stages
` [PATCH v1 02/33] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
` [PATCH v1 03/33] gitlab-ci: add meson JUnit test result into report
` [PATCH v1 04/33] meson.build: fix summary display of test compilers
` [PATCH v1 05/33] tests/lcitool: fix up indentation to correct style
` [PATCH v1 06/33] tests/docker: update debian-armhf-cross with lcitool
` [PATCH v1 07/33] tests/docker: update debian-armel-cross "
` [PATCH v1 08/33] tests/docker: update debian-mipsel-cross "
` [PATCH v1 09/33] tests/docker: update debian-mips64el-cross "
` [PATCH v1 10/33] tests/docker: update debian-ppc64el-cross "
` [PATCH v1 11/33] tests/docker: update debian-amd64 "
` [PATCH v1 12/33] configure: do not define or use the CPP variable
` [PATCH v1 13/33] build: clean up ninja invocation
` [PATCH v1 14/33] build: add a more generic way to specify make->ninja dependencies
` [PATCH v1 15/33] build: do a full build before running TCG tests
` [PATCH v1 16/33] configure, meson: move symlinking of ROMs to meson
` [PATCH v1 17/33] tests/tcg: correct target CPU for sparc32
` [PATCH v1 18/33] tests/tcg: merge configure.sh back into main configure script
` [PATCH v1 19/33] configure: add missing cross compiler fallbacks
` [PATCH v1 20/33] configure: handle host compiler in probe_target_compiler
` [PATCH v1 21/33] configure: introduce --cross-prefix-*=
` [PATCH v1 22/33] configure: include more binutils in tests/tcg makefile
` [PATCH v1 23/33] configure: move symlink configuration earlier
` [PATCH v1 24/33] configure: enable cross-compilation of s390-ccw
` [PATCH v1 25/33] configure: enable cross-compilation of optionrom
` [PATCH v1 26/33] configure: enable cross compilation of vof
` [PATCH v1 27/33] configure: remove unused variables from config-host.mak
` [PATCH v1 28/33] gitlab: introduce a common base job template
` [PATCH v1 29/33] gitlab: convert Cirrus jobs to .base_job_template
` [PATCH v1 30/33] gitlab: convert static checks "
` [PATCH v1 31/33] gitlab: convert build/container jobs "
` [PATCH v1 32/33] gitlab: don't run CI jobs in forks by default
` [PATCH v1 33/33] docs/devel: clean-up the CI links in the docs
[PATCH] tests/tcg/i386: Use explicit suffix on fist insns
2022-05-27 17:11 UTC
[PULL 00/15] Misc patches
2022-05-27 16:54 UTC (17+ messages)
` [PULL 01/15] include: move qemu_*_exec_dir() to cutils
` [PULL 02/15] util/win32: simplify qemu_get_local_state_dir()
` [PULL 03/15] tests: make libqmp buildable for win32
` [PULL 04/15] qga: flatten safe_open_or_create()
` [PULL 05/15] qga: add qga_open_cloexec() helper
` [PULL 06/15] qga: use qga_open_cloexec() for safe_open_or_create()
` [PULL 07/15] qga: throw an Error in ga_channel_open()
` [PULL 08/15] qga: replace qemu_open_old() with qga_open_cloexec()
` [PULL 09/15] qga: make build_fs_mount_list() return a bool
` [PULL 10/15] test/qga: use G_TEST_DIR to locate os-release test file
` [PULL 11/15] qga/wixl: prefer variables over environment
` [PULL 12/15] qga/wixl: require Mingw_bin
` [PULL 13/15] qga/wixl: simplify some pre-processing
` [PULL 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
` [PULL 15/15] test/qga: use g_auto wherever sensible
[PATCH v5 00/17] target/m68k: Conditional traps + trap cleanup
2022-05-27 16:48 UTC (18+ messages)
` [PATCH v5 01/17] target/m68k: Raise the TRAPn exception with the correct pc
` [PATCH v5 02/17] target/m68k: Switch over exception type in m68k_interrupt_all
` [PATCH v5 03/17] target/m68k: Fix coding style "
` [PATCH v5 04/17] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
` [PATCH v5 05/17] target/m68k: Remove retaddr in m68k_interrupt_all
` [PATCH v5 06/17] target/m68k: Fix address argument for EXCP_CHK
` [PATCH v5 07/17] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
` [PATCH v5 08/17] target/m68k: Fix address argument for EXCP_TRACE
` [PATCH v5 09/17] target/m68k: Fix stack frame for EXCP_ILLEGAL
` [PATCH v5 10/17] target/m68k: Implement TRAPcc
` [PATCH v5 11/17] target/m68k: Implement TPF in terms of TRAPcc
` [PATCH v5 12/17] target/m68k: Implement TRAPV
` [PATCH v5 13/17] target/m68k: Implement FTRAPcc
` [PATCH v5 14/17] tests/tcg/m68k: Add trap.c
` [PATCH v5 15/17] linux-user/strace: Use is_error in print_syscall_err
` [PATCH v5 16/17] linux-user/strace: Adjust get_thread_area for m68k
` [PATCH v5 17/17] target/m68k: Mark helper_raise_exception as noreturn
QEMU malfunctioning if built with FORTIFY_SOURCE=3
2022-05-27 16:55 UTC
[PATCH v3] block/gluster: correctly set max_pdiscard
2022-05-27 16:45 UTC (2+ messages)
[PATCH v2 0/3] Fix dma-reentrancy issues
2022-05-27 16:19 UTC (4+ messages)
` [PATCH v2 1/3] memory: Track whether a Device is engaged in IO
` [PATCH v2 2/3] memory: fix PIO/MMIO-initiated dma-reentracy issues
` [PATCH v2 3/3] memory: fix bh-initiated "
[libvirt PATCH] tools: add virt-qmp-proxy for proxying QMP clients to libvirt QEMU guests
2022-05-27 16:38 UTC (9+ messages)
[PATCH] qsd: document vduse-blk exports
2022-05-27 15:54 UTC (3+ messages)
[PATCH] iotests: fix source directory location
2022-05-27 16:29 UTC (4+ messages)
[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
2022-05-27 15:47 UTC (6+ messages)
` [PATCH v4 10/17] target/m68k: Implement TRAPcc
[PATCH v6 0/8] Support exporting BDSs via VDUSE
2022-05-27 15:48 UTC (4+ messages)
` [PATCH v6 6/8] vduse-blk: Implement vduse-blk export
[PATCH] linux-user: Adjust child_tidptr on set_tid_address() syscall
2022-05-27 15:46 UTC
[PATCH] tests/Makefile.include: Fix 'make check-help' output
2022-05-27 15:30 UTC
[PULL 00/34] ppc queue
2022-05-27 15:19 UTC (2+ messages)
[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-27 14:44 UTC (11+ messages)
` [PATCH v3 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v3 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v3 06/10] block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() "
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "
[PATCH v2] gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs
2022-05-27 14:32 UTC (3+ messages)
[PATCH 0/9] tests, python: prepare to expand usage of test venv
2022-05-27 14:27 UTC (2+ messages)
[PATCH v6 0/8] VSX MMA Implementation
2022-05-27 14:28 UTC (3+ messages)
` [PATCH v6 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
[PATCH] tests/tcg/s390x: Test overflow conditions
2022-05-27 13:51 UTC (2+ messages)
[PATCH 0/5] gitlab: restrict running jobs in forks and upstream master
2022-05-27 13:27 UTC (2+ messages)
[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
2022-05-27 12:49 UTC (3+ messages)
[PATCH 1/1] nbd: trace long NBD operations
2022-05-27 12:13 UTC (5+ messages)
[PATCH] ppc: fix boot with sam460ex
2022-05-27 10:51 UTC (3+ messages)
make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic
2022-05-27 11:02 UTC (6+ messages)
[PATCH v4 0/9] Record/replay refactoring and stuff
2022-05-27 10:46 UTC (10+ messages)
` [PATCH v4 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH v4 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v4 3/9] replay: rewrite async event handling
` [PATCH v4 4/9] replay: simplify async event processing
` [PATCH v4 5/9] docs: convert docs/devel/replay page to rst
` [PATCH v4 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH v4 7/9] tests/avocado: update replay_linux test
` [PATCH v4 8/9] tests/avocado: add replay Linux tests for virtio machine
` [PATCH v4 9/9] tests/avocado: add replay Linux test for Aarch64 machines
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).