messages from 2022-06-07 14:11:17 to 2022-06-08 01:32:33 UTC [more...]
[PATCH 0/4] hw/nvme: add support for TP4084
2022-06-08 1:28 UTC (3+ messages)
` [PATCH 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH 3/4] hw/nvme: add support for ratified TP4084
[PULL v1 0/2] Merge tpm 2022/06/07 v1
2022-06-08 1:00 UTC (3+ messages)
` [PULL v1 1/2] hw/tpm/tpm_tis_common.c: Assert that locty is in range
` [PULL v1 2/2] tpm_crb: mark command buffer as dirty on request completion
[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
2022-06-07 22:37 UTC (3+ messages)
` [PATCH v2 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
[PATCH v2] target/riscv: Don't expose the CPU properties on names CPUs
2022-06-08 0:22 UTC (4+ messages)
[PATCH v2 1/1] target/riscv: Add Zihintpause support
2022-06-08 0:03 UTC (4+ messages)
[PATCH RFC 0/5] CPU: Detect put cpu register errors for migrations
2022-06-07 23:06 UTC (6+ messages)
` [PATCH RFC 1/5] cpus-common: Introduce run_on_cpu_func2 which allows error returns
` [PATCH RFC 2/5] cpus-common: Add run_on_cpu2()
` [PATCH RFC 3/5] accel: Allow synchronize_post_init() to take an Error**
` [PATCH RFC 4/5] cpu: Allow cpu_synchronize_all_post_init() to take an errp
` [PATCH RFC 5/5] KVM: Hook kvm_arch_put_registers() errors to the caller
[PATCH 0/6] bsd-user upstreaming: read, write and exit
2022-06-07 23:35 UTC (17+ 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 v4 0/3] target/m68k: semihosting cleanup
2022-06-07 22:26 UTC (4+ messages)
` [PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek
` [PATCH v4 2/3] target/m68k: Make semihosting system only
` [PATCH v4 3/3] target/m68k: Use semihosting/syscalls.h
[PATCH qemu v19 00/16] Add tail agnostic behavior for rvv instructions
2022-06-07 21:44 UTC (2+ messages)
[PATCH v4 00/53] semihosting cleanup
2022-06-07 20:45 UTC (54+ messages)
` [PATCH v4 01/53] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
` [PATCH v4 02/53] semihosting: Return failure from softmmu-uaccess.h functions
` [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 09/53] semihosting: Inline set_swi_errno into common_semi_cb
` [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 14/53] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v4 15/53] semihosting: Remove GDB_O_BINARY
` [PATCH v4 16/53] include/exec: Move gdb open flags to gdbstub.h
` [PATCH v4 17/53] include/exec: Move gdb_stat and gdb_timeval "
` [PATCH v4 18/53] include/exec: Define errno values in gdbstub.h
` [PATCH v4 19/53] gdbstub: Convert GDB error numbers to host error numbers
` [PATCH v4 20/53] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v4 21/53] semihosting: Split is_64bit_semihosting per target
` [PATCH v4 22/53] semihosting: Split common_semi_flen_buf "
` [PATCH v4 23/53] semihosting: Split out common_semi_has_synccache
` [PATCH v4 24/53] semihosting: Split out common-semi-target.h
` [PATCH v4 25/53] semihosting: Use env more often in do_common_semihosting
` [PATCH v4 26/53] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v4 27/53] semihosting: Split out semihost_sys_open
` [PATCH v4 28/53] semihosting: Split out semihost_sys_close
` [PATCH v4 29/53] semihosting: Split out semihost_sys_read
` [PATCH v4 30/53] semihosting: Split out semihost_sys_write
` [PATCH v4 31/53] semihosting: Bound length for semihost_sys_{read, write}
` [PATCH v4 32/53] semihosting: Split out semihost_sys_lseek
` [PATCH v4 33/53] semihosting: Split out semihost_sys_isatty
` [PATCH v4 34/53] semihosting: Split out semihost_sys_flen
` [PATCH v4 35/53] semihosting: Split out semihost_sys_remove
` [PATCH v4 36/53] semihosting: Split out semihost_sys_rename
` [PATCH v4 37/53] semihosting: Split out semihost_sys_system
` [PATCH v4 38/53] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v4 39/53] semihosting: Create semihost_sys_gettimeofday
` [PATCH v4 40/53] gdbstub: Adjust gdb_syscall_complete_cb declaration
` [PATCH v4 41/53] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v4 42/53] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PATCH v4 43/53] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v4 44/53] semihosting: Cleanup chardev init
` [PATCH v4 45/53] semihosting: Create qemu_semihosting_console_write
` [PATCH v4 46/53] semihosting: Add GuestFDConsole
` [PATCH v4 47/53] semihosting: Create qemu_semihosting_guestfd_init
` [PATCH v4 48/53] semihosting: Use console_in_gf for SYS_READC
` [PATCH v4 49/53] semihosting: Use console_out_gf for SYS_WRITEC
` [PATCH v4 50/53] semihosting: Remove qemu_semihosting_console_outc
` [PATCH v4 51/53] semihosting: Use console_out_gf for SYS_WRITE0
` [PATCH v4 52/53] semihosting: Remove qemu_semihosting_console_outs
` [PATCH v4 53/53] semihosting: Create semihost_sys_poll_one
dbus-display-test is flakey
2022-06-07 20:57 UTC (2+ messages)
[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
2022-06-07 21:32 UTC (6+ messages)
` [PATCH v2 02/11] vfio/migration: Skip pre-copy if dirty page tracking is not supported
[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 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 (8+ messages)
` [PATCH v3 09/49] semihosting: Adjust error checking in common_semi_cb
` [PATCH v3 23/49] semihosting: Split out semihost_sys_open
[PATCH 00/21] aspeed: Extend ast2600 I2C model with new mode
2022-06-07 17:32 UTC (4+ messages)
` [PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property
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 (8+ messages)
` [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 (5+ messages)
` [PATCH v6 02/18] job.h: categorize fields in struct Job
[PATCH 00/71] target/arm: Scalable Matrix Extension
2022-06-07 14:52 UTC (10+ messages)
` [PATCH 37/71] target/arm: Add cpu properties for SME
` [PATCH 39/71] target/arm: Add SVL to TB flags
` [PATCH 41/71] target/arm: Add infrastructure for disas_sme
[RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine
2022-06-07 14:08 UTC (12+ 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).