qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 08:53:42 to 2022-06-07 22:20:05 UTC [more...]

[PATCH v4 00/53] semihosting cleanup
 2022-06-07 20:45 UTC  (16+ messages)
` [PATCH v4 01/53] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v4 03/53] semihosting: Improve condition for config.c and console.c
` [PATCH v4 04/53] semihosting: Move softmmu-uaccess.h functions out of line
` [PATCH v4 05/53] accel/stubs: Add tcg stub for probe_access_flags
` [PATCH v4 06/53] semihosting: Add target_strlen for softmmu-uaccess.h
` [PATCH v4 07/53] semihosting: Simplify softmmu_lock_user_string
` [PATCH v4 08/53] semihosting: Split out guestfd.c
` [PATCH v4 10/53] semihosting: Adjust error checking in common_semi_cb
` [PATCH v4 11/53] semihosting: Clean up common_semi_flen_cb
` [PATCH v4 12/53] semihosting: Clean up common_semi_open_cb
` [PATCH v4 13/53] semihosting: Return void from do_common_semihosting
` [PATCH v4 15/53] semihosting: Remove GDB_O_BINARY
` [PATCH v4 23/53] semihosting: Split out common_semi_has_synccache
` [PATCH v4 30/53] semihosting: Split out semihost_sys_write
` [PATCH v4 31/53] semihosting: Bound length for semihost_sys_{read, write}

[PATCH v2 00/71] target/arm: Scalable Matrix Extension
 2022-06-07 20:33 UTC  (72+ messages)
` [PATCH v2 01/71] target/arm: Rename TBFLAG_A64 ZCR_LEN to VL
` [PATCH v2 02/71] linux-user/aarch64: Introduce sve_vq
` [PATCH v2 03/71] target/arm: Remove route_to_el2 check from sve_exception_el
` [PATCH v2 04/71] target/arm: Remove fp checks "
` [PATCH v2 05/71] target/arm: Add el_is_in_host
` [PATCH v2 06/71] target/arm: Use el_is_in_host for sve_zcr_len_for_el
` [PATCH v2 07/71] target/arm: Use el_is_in_host for sve_exception_el
` [PATCH v2 08/71] target/arm: Hoist arm_is_el2_enabled check in sve_exception_el
` [PATCH v2 09/71] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PATCH v2 10/71] target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
` [PATCH v2 11/71] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PATCH v2 12/71] target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
` [PATCH v2 13/71] target/arm: Split out load/store primitives to sve_ldst_internal.h
` [PATCH v2 14/71] target/arm: Export sve contiguous ldst support functions
` [PATCH v2 15/71] target/arm: Move expand_pred_b to vec_internal.h
` [PATCH v2 16/71] target/arm: Use expand_pred_b in mve_helper.c
` [PATCH v2 17/71] target/arm: Move expand_pred_h to vec_internal.h
` [PATCH v2 18/71] target/arm: Export bfdotadd from vec_helper.c
` [PATCH v2 19/71] target/arm: Add isar_feature_aa64_sme
` [PATCH v2 20/71] target/arm: Add ID_AA64SMFR0_EL1
` [PATCH v2 21/71] target/arm: Implement TPIDR2_EL0
` [PATCH v2 22/71] target/arm: Add SMEEXC_EL to TB flags
` [PATCH v2 23/71] target/arm: Add syn_smetrap
` [PATCH v2 24/71] target/arm: Add ARM_CP_SME
` [PATCH v2 25/71] target/arm: Add SVCR
` [PATCH v2 26/71] target/arm: Add SMCR_ELx
` [PATCH v2 27/71] target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2
` [PATCH v2 28/71] target/arm: Add PSTATE.{SM,ZA} to TB flags
` [PATCH v2 29/71] target/arm: Add the SME ZA storage to CPUARMState
` [PATCH v2 30/71] target/arm: Implement SMSTART, SMSTOP
` [PATCH v2 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize
` [PATCH v2 32/71] target/arm: Create ARMVQMap
` [PATCH v2 33/71] target/arm: Generalize cpu_arm_{get,set}_vq
` [PATCH v2 34/71] target/arm: Generalize cpu_arm_{get, set}_default_vec_len
` [PATCH v2 35/71] target/arm: Move arm_cpu_*_finalize to internals.h
` [PATCH v2 36/71] target/arm: Unexport aarch64_add_*_properties
` [PATCH v2 37/71] target/arm: Add cpu properties for SME
` [PATCH v2 38/71] target/arm: Introduce sve_vqm1_for_el_sm
` [PATCH v2 39/71] target/arm: Add SVL to TB flags
` [PATCH v2 40/71] target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.h
` [PATCH v2 41/71] target/arm: Add infrastructure for disas_sme
` [PATCH v2 42/71] target/arm: Trap AdvSIMD usage when Streaming SVE is active
` [PATCH v2 43/71] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v2 44/71] target/arm: Implement SME ZERO
` [PATCH v2 45/71] target/arm: Implement SME MOVA
` [PATCH v2 46/71] target/arm: Implement SME LD1, ST1
` [PATCH v2 47/71] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v2 48/71] target/arm: Implement SME LDR, STR
` [PATCH v2 49/71] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v2 50/71] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v2 51/71] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v2 52/71] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH v2 53/71] target/arm: Implement SME integer outer product
` [PATCH v2 54/71] target/arm: Implement PSEL
` [PATCH v2 55/71] target/arm: Implement REVD
` [PATCH v2 56/71] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v2 57/71] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v2 58/71] target/arm: Enable SME for -cpu max
` [PATCH v2 59/71] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH v2 60/71] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH v2 61/71] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH v2 62/71] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v2 63/71] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH v2 64/71] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH v2 65/71] linux-user/aarch64: Move sve record checks into restore
` [PATCH v2 66/71] linux-user/aarch64: Implement SME signal handling
` [PATCH v2 67/71] linux-user: Rename sve prctls
` [PATCH v2 68/71] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH v2 69/71] target/arm: Only set ZEN in reset if SVE present
` [PATCH v2 70/71] target/arm: Enable SME for user-only
` [PATCH v2 71/71] linux-user/aarch64: Add SME related hwcap entries

[PATCH] qemu: make version available in coredump
 2022-06-07 20:32 UTC 

[PATCH] MAINTAINERS: change Ben Widawsky's email address
 2022-06-07 16:55 UTC  (3+ messages)

[PATCH 0/6] bsd-user upstreaming: read, write and exit
 2022-06-07 20:14 UTC  (7+ messages)
` [PATCH 1/6] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec
` [PATCH 3/6] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
` [PATCH 4/6] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH 5/6] bsd-user/bsd-file.h: Meat of the write system calls
` [PATCH 6/6] bsd-user/freebsd/os-syscall.c: Implement exit

[PATCH v5 00/10] qmp, hmp: statistics subsystem and KVM suport
 2022-06-07 18:35 UTC  (5+ messages)
` [PATCH v5 02/10] kvm: Support for querying fd-based stats
` [PATCH v5 06/10] hmp: add basic "info stats" implementation

[PATCH v3 00/49] semihosting cleanup
 2022-06-07 18:23 UTC  (16+ messages)
` [PATCH v3 09/49] semihosting: Adjust error checking in common_semi_cb
` [PATCH v3 10/49] semihosting: Clean up common_semi_flen_cb
` [PATCH v3 11/49] semihosting: Clean up common_semi_open_cb
` [PATCH v3 14/49] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v3 15/49] include/exec: Move gdb_stat and gdb_timeval "
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open

[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
 2022-06-07 17:53 UTC  (5+ messages)
` [PATCH v2 02/11] vfio/migration: Skip pre-copy if dirty page tracking is not supported

[PATCH 00/21] aspeed: Extend ast2600 I2C model with new mode
 2022-06-07 17:32 UTC  (14+ messages)
` [PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property
` [PATCH 04/21] aspeed: i2c: Use reg array instead of individual vars
` [PATCH 11/21] test/avocado/machine_aspeed.py: Add an I2C RTC test
` [PATCH 13/21] aspeed: Add I2C buses to AST1030 model

Fwd: about the current status of Multi-process QEMU / out-of-process emulation
 2022-06-07 17:23 UTC  (3+ messages)
    `  "

[PATCH 0/3] Cavium Octeon MIPS extensions
 2022-06-07 17:16 UTC  (7+ messages)
` [PATCH 1/3] target/mips: introduce generic Cavium Octeon CPU model
` [PATCH 2/3] target/mips: implement Octeon-specific BBIT instructions
` [PATCH 3/3] target/mips: implement Octeon-specific arithmetic instructions

[PATCH v3] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-07 16:41 UTC  (4+ messages)

[PATCH v2] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-07 15:57 UTC  (3+ messages)

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-06-07 15:58 UTC  (24+ messages)
` [PATCH v5 01/45] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v5 02/45] block: introduce bdrv_open_file_child() helper
` [PATCH v5 03/45] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v5 04/45] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v5 05/45] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v5 06/45] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v5 07/45] block: document connection between child roles and bs->backing/bs->file
` [PATCH v5 08/45] block/snapshot: stress that we fallback to primary child
` [PATCH v5 09/45] Revert "block: Let replace_child_noperm free children"
` [PATCH v5 13/45] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v5 14/45] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr

[PATCH 00/50] PS2 device QOMification - part 1
 2022-06-07 15:54 UTC  (2+ messages)

[PATCH 00/28] target/arm: Split out ptw.c from helper.c
 2022-06-07 15:48 UTC  (2+ messages)

[PATCH v6 00/18] job: replace AioContext lock with job_mutex
 2022-06-07 15:41 UTC  (14+ messages)
` [PATCH v6 02/18] job.h: categorize fields in struct Job
` [PATCH v6 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v6 06/18] jobs: protect jobs with job_lock/unlock
` [PATCH v6 15/18] job: detect change of aiocontext within job coroutine

[PATCH 00/71] target/arm: Scalable Matrix Extension
 2022-06-07 14:52 UTC  (24+ messages)
` [PATCH 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize
` [PATCH 33/71] target/arm: Generalize cpu_arm_{get,set}_vq
` [PATCH 34/71] target/arm: Generalize cpu_arm_{get, set}_default_vec_len
` [PATCH 35/71] target/arm: Move arm_cpu_*_finalize to internals.h
` [PATCH 36/71] target/arm: Unexport aarch64_add_*_properties
` [PATCH 37/71] target/arm: Add cpu properties for SME
` [PATCH 38/71] target/arm: Introduce sve_vqm1_for_el_sm
` [PATCH 39/71] target/arm: Add SVL to TB flags
` [PATCH 40/71] target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.h
` [PATCH 41/71] target/arm: Add infrastructure for disas_sme

[RFC PATCH 0/3] OpenRISC Semihosting and Virt
 2022-06-07 14:08 UTC  (17+ messages)
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine

ioregionfd with io_uring IORING_OP_URING_CMD
 2022-06-07 14:08 UTC  (3+ messages)

[PATCH] tcg: Special case split barriers before/after load
 2022-06-07 14:01 UTC  (3+ messages)

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-07 13:27 UTC  (11+ messages)
` [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9

[PATCH v3] hw/nvme: clean up CC register write logic
 2022-06-07 12:23 UTC  (2+ messages)

[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB
 2022-06-07 12:01 UTC  (4+ messages)

[RFC PATCH v4 00/36] TDX QEMU support
 2022-06-07 11:16 UTC  (9+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus

[PATCH v2] hw/nvme: clean up CC register write logic
 2022-06-07 11:23 UTC  (5+ messages)

[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-06-07 10:56 UTC  (3+ messages)
` [PATCH 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors

[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-07 10:31 UTC  (3+ messages)

[PATCH] configure: ignore --make
 2022-06-07 10:49 UTC 

[PATCH] configure: update list of preserved environment variables
 2022-06-07 10:49 UTC 

[PATCH] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-07 10:42 UTC  (3+ messages)

[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-06-07 10:08 UTC  (16+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables
` [PATCH 4/5] bios-tables-test: add test for number of cores > 255

[PATCH] avocado/boot_linux_console.py: Update ast2600 test
 2022-06-07 10:06 UTC  (2+ messages)

[PATCH] Hexagon (target/hexagon) add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
 2022-06-07 10:15 UTC  (5+ messages)
` [PATCH] Hexagon (target/hexagon) make VyV operands use a unique temp
` [PATCH] Hexagon (target/hexagon) remove unused encodings

[PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-07 10:02 UTC  (5+ messages)
` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter

[PATCH 0/7] More tests/tcg cleanups
 2022-06-07 10:00 UTC  (9+ messages)
` [PATCH 1/7] meson: put cross compiler info in a separate section
` [PATCH 2/7] build: include pc-bios/ part in the ROMS variable
` [PATCH 3/7] configure: allow more host/target combos to use the host compiler
` [PATCH 4/7] configure: move tests/tcg/Makefile.prereqs to root build directory
` [PATCH 5/7] configure: store container engine in config-host.mak
` [PATCH 6/7] tests: simplify Makefile invocation for tests/tcg
` [PATCH 7/7] tests/tcg: remove -f from Makefile invocation


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