qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 21:01:36 to 2022-06-08 10:43:01 UTC [more...]

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-06-08 10:40 UTC  (7+ messages)
` [PATCH v5 15/45] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH v5 16/45] block: drop bdrv_detach_child()
` [PATCH v5 17/45] block: drop bdrv_remove_filter_or_cow_child

[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-06-08 10:38 UTC  (3+ messages)

[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-06-08 10:37 UTC  (2+ messages)

[PATCH] util: NUMA aware memory preallocation
 2022-06-08 10:34 UTC  (5+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-08 10:14 UTC  (2+ messages)

[PATCH v4 0/3] target/m68k: semihosting cleanup
 2022-06-08  9:36 UTC  (8+ 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 v3] hw/nvme: clean up CC register write logic
 2022-06-08  9:04 UTC  (2+ messages)

[PATCH v7 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-06-08  8:50 UTC  (5+ messages)
` [PATCH v7 01/13] multifd: Document the locking of MultiFD{Send/Recv}Params
` [PATCH v7 05/13] multifd: Count the number of bytes sent correctly

[PATCH] ebpf: replace deprecated bpf_program__set_socket_filter
 2022-06-08  8:12 UTC  (3+ messages)

[PATCH v6 00/18] job: replace AioContext lock with job_mutex
 2022-06-08  7:28 UTC  (6+ messages)
` [PATCH v6 02/18] job.h: categorize fields in struct Job

[PATCH v5 0/3] Implement Sstc extension
 2022-06-08  7:18 UTC  (5+ messages)
` [PATCH v5 2/3] target/riscv: Add stimecmp support

[PATCH v13 0/8] MSG_ZEROCOPY + multifd
 2022-06-08  6:48 UTC  (7+ messages)
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
  ` [External] "

[PATCH] hw/riscv: boot: Reduce FDT address alignment constraints
 2022-06-08  6:41 UTC  (2+ messages)

[PATCH v3] target/riscv: Don't expose the CPU properties on names CPUs
 2022-06-08  6:14 UTC 

[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
 2022-06-08  5:51 UTC  (10+ messages)
` [RFC PATCH v8 09/21] vhost: Add svq copy desc mode
` [RFC PATCH v8 11/21] vhost: Update kernel headers
` [RFC PATCH v8 12/21] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

[PATCH v3 0/4] In v3:
 2022-06-08  5:50 UTC  (5+ messages)
` [PATCH v3 2/4] docs: rSTify MailingLists wiki; move it to QEMU Git
` [PATCH v3 4/4] Add a new doc "contacting-the-project.rst"

[PATCH v4 0/2] target/xtensa: semihosting cleanup
 2022-06-08  5:36 UTC  (3+ messages)
` [PATCH v4 1/2] target/xtensa: Use an exception for semihosting
` [PATCH v4 2/2] target/xtensa: Use semihosting/syscalls.h

[PATCH v4 00/11] target/mips: semihosting cleanup
 2022-06-08  5:19 UTC  (12+ messages)
` [PATCH v4 01/11] target/mips: Use an exception for semihosting
` [PATCH v4 02/11] target/mips: Add UHI errno values
` [PATCH v4 03/11] target/mips: Create report_fault for semihosting
` [PATCH v4 04/11] target/mips: Drop link syscall from semihosting
` [PATCH v4 05/11] target/mips: Drop pread and pwrite syscalls "
` [PATCH v4 06/11] target/mips: Use semihosting/syscalls.h
` [PATCH v4 07/11] target/mips: Avoid qemu_semihosting_log_out for UHI_plog
` [PATCH v4 08/11] target/mips: Use error_report for UHI_assert
` [PATCH v4 09/11] semihosting: Remove qemu_semihosting_log_out
` [PATCH v4 10/11] target/mips: Simplify UHI_argnlen and UHI_argn
` [PATCH v4 11/11] target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING

[PATCH v3 0/1] target/riscv: Add Zihintpause support
 2022-06-08  3:44 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH qemu] ppc/spapr: Implement H_WATCHDOG
 2022-06-08  3:01 UTC 

[PATCH v4 0/3] target/nios2: semihosting cleanup
 2022-06-08  2:38 UTC  (4+ messages)
` [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek
` [PATCH v4 2/3] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
` [PATCH v4 3/3] target/nios2: Use semihosting/syscalls.h

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-08  2:18 UTC  (5+ messages)

[PATCH 0/6] bsd-user upstreaming: read, write and exit
 2022-06-08  2:02 UTC  (18+ 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

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

[PATCH 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-08  1:36 UTC  (3+ messages)
` [PATCH 1/2] hw/nvme: Implement "
` [PATCH 2/2] hw/nvme: Add trace events for shadow doorbell buffer

[PATCH 0/4] hw/nvme: add support for TP4084
 2022-06-08  1:28 UTC  (5+ messages)
` [PATCH 1/4] hw/nvme: claim NVMe 2.0 compliance
` [PATCH 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH 3/4] hw/nvme: add support for ratified TP4084
` [PATCH 4/4] hw/nvme: add new never_ready parameter to test the DNR bit

[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 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  (3+ messages)

[PATCH v2 00/71] target/arm: Scalable Matrix Extension
 2022-06-07 20:33 UTC  (47+ messages)
` [PATCH v2 22/71] target/arm: Add SMEEXC_EL to TB flags
` [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 29/71] target/arm: Add the SME ZA storage to CPUARMState
` [PATCH v2 30/71] target/arm: Implement SMSTART, SMSTOP
` [PATCH v2 32/71] target/arm: Create ARMVQMap
` [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


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