qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-10 02:15:42 to 2023-04-11 03:57:30 UTC [more...]

[PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
 2023-04-11  3:56 UTC  (29+ messages)
` [PATCH v6 02/25] target/riscv: Add a general status enum for extensions
` [PATCH v6 03/25] target/riscv: Encode the FS and VS on a normal way for tb flags
` [PATCH v6 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
` [PATCH v6 05/25] target/riscv: Add a tb flags field for vstart
` [PATCH v6 06/25] target/riscv: Separate priv from mmu_idx
` [PATCH v6 07/25] target/riscv: Reduce overhead of MSTATUS_SUM change
` [PATCH v6 08/25] accel/tcg: Add cpu_ld*_code_mmu
` [PATCH v6 09/25] target/riscv: Use cpu_ld*_code_mmu for HLVX
` [PATCH v6 10/25] target/riscv: Handle HLV, HSV via helpers
` [PATCH v6 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
` [PATCH v6 12/25] target/riscv: Introduce mmuidx_sum
` [PATCH v6 13/25] target/riscv: Introduce mmuidx_priv
` [PATCH v6 14/25] target/riscv: Introduce mmuidx_2stage
` [PATCH v6 15/25] target/riscv: Move hstatus.spvp check to check_access_hlsv

riscv: g_assert for NULL predicate?
 2023-04-11  3:44 UTC  (3+ messages)

[PATCH v2 00/19] bsd-user 2023 Q2 first batch
 2023-04-11  2:37 UTC  (25+ messages)
` [PATCH v2 01/19] bsd-user: Make print_* public
` [PATCH v2 02/19] bsd-user: Ifdef a few MAP_ constants for NetBSD / OpenBSD
` [PATCH v2 03/19] bsd-user: Cleanup style
` [PATCH v2 04/19] bsd-user: Move system FreeBSD call table to freebsd/os-syscall.c
` [PATCH v2 05/19] bsd-user: Remove NetBSD specific syscall printing
` [PATCH v2 06/19] bsd-user: Remove OpenBSD "
` [PATCH v2 07/19] bsd-user: Move system call include to os-syscall.h
` [PATCH v2 08/19] bsd-user: Remove useless mmap definitions
` [PATCH v2 09/19] bsd-user: h2g_rusage
` [PATCH v2 10/19] bsd-user: Implement do_sysctl_kern_getprocs
` [PATCH v2 11/19] bsd-user: Implement do_sysctl_kern_proc_filedesc
` [PATCH v2 12/19] bsd-user: Implement do_sysctl_kern_proc_vmmap
` [PATCH v2 13/19] bsd-user: Implement sysctl kern.proc, except kern.proc.full_path
` [PATCH v2 14/19] bsd-user: Implement core dumps
` [PATCH v2 15/19] bsd-user: Add SIGSYS to core dump signals
` [PATCH v2 16/19] bsd-user: Implement SIGSYS on arm
` [PATCH v2 17/19] bsd-user: Remove host-os.h
` [PATCH v2 18/19] bsd-user: Update system call list
` [PATCH v2 19/19] bsd-user: Eliminate USE_ELF_CORE_DUMP

[PATCH] Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
 2023-04-11  2:29 UTC  (3+ messages)

Reducing vdpa migration downtime because of memory pin / maps
 2023-04-11  2:25 UTC  (6+ messages)

[PATCH v2 0/4] target/riscv: implement query-cpu-definitions
 2023-04-11  2:03 UTC  (8+ messages)
` [PATCH v2 1/4] target/riscv: add CPU QOM header
` [PATCH v2 2/4] target/riscv: add query-cpy-definitions support
` [PATCH v2 3/4] target/riscv: add 'static' attribute of query-cpu-definitions
` [PATCH v2 4/4] target/riscv: make generic cpus not static

[RFC PATCH 0/4] Smstateen FCSR implementation
 2023-04-11  1:52 UTC  (9+ messages)
` [RFC PATCH 1/4] target/riscv: smstateen check for fcsr
` [RFC PATCH 2/4] target/riscv: Add fcsr field in tb->flags
` [RFC PATCH 3/4] target/riscv: check smstateen fcsr flag
` [RFC PATCH 4/4] target/riscv: smstateen knobs

[PATCH v3 0/3] target/riscv: Fix mstatus.MPP related support
 2023-04-11  1:50 UTC  (5+ messages)
` [PATCH v3 2/3] target/riscv: Use PRV_RESERVED instead of PRV_H
` [PATCH v3 3/3] target/riscv: Legalize MPP value in write_mstatus

[PATCH v4 00/20] remove MISA ext_N flags from cpu->cfg
 2023-04-11  1:44 UTC  (2+ messages)

[RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
 2023-04-11  1:35 UTC  (2+ messages)

[RFC PATCH v4 0/2] Providing mount in memfd_restricted() syscall
 2023-04-11  1:29 UTC  (3+ messages)
` [RFC PATCH v4 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v4 2/2] selftests: restrictedmem: Check memfd_restricted()'s handling of provided userspace mount

[RFC PATCH v2] riscv: Add support for the Zfa extension
 2023-04-11  1:20 UTC  (3+ messages)

[PATCH v2 00/54] tcg: Simplify calls to load/store helpers
 2023-04-11  1:05 UTC  (55+ messages)
` [PATCH v2 01/54] tcg: Replace if + tcg_abort with tcg_debug_assert
` [PATCH v2 02/54] tcg: Replace tcg_abort with g_assert_not_reached
` [PATCH v2 03/54] tcg: Split out tcg_out_ext8s
` [PATCH v2 04/54] tcg: Split out tcg_out_ext8u
` [PATCH v2 05/54] tcg: Split out tcg_out_ext16s
` [PATCH v2 06/54] tcg: Split out tcg_out_ext16u
` [PATCH v2 07/54] tcg: Split out tcg_out_ext32s
` [PATCH v2 08/54] tcg: Split out tcg_out_ext32u
` [PATCH v2 09/54] tcg: Split out tcg_out_exts_i32_i64
` [PATCH v2 10/54] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH v2 11/54] tcg/mips: "
` [PATCH v2 12/54] tcg/riscv: "
` [PATCH v2 13/54] tcg: Split out tcg_out_extu_i32_i64
` [PATCH v2 14/54] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH v2 15/54] tcg: Split out tcg_out_extrl_i64_i32
` [PATCH v2 16/54] tcg: Introduce tcg_out_movext
` [PATCH v2 17/54] tcg: Introduce tcg_out_xchg
` [PATCH v2 18/54] tcg: Introduce tcg_out_movext2
` [PATCH v2 19/54] tcg: Clear TCGLabelQemuLdst on allocation
` [PATCH v2 20/54] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 21/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v2 22/54] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 23/54] tcg/mips: "
` [PATCH v2 24/54] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v2 25/54] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 26/54] tcg/s390x: Pass TCGType "
` [PATCH v2 27/54] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v2 28/54] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v2 29/54] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v2 30/54] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v2 31/54] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v2 32/54] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs
` [PATCH v2 34/54] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v2 35/54] tcg: Add routines for calling slow-path helpers
` [PATCH v2 36/54] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v2 37/54] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v2 38/54] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v2 39/54] tcg/arm: "
` [PATCH v2 40/54] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v2 41/54] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v2 42/54] tcg/ppc: "
` [PATCH v2 43/54] tcg/riscv: "
` [PATCH v2 44/54] tcg/s390x: "
` [PATCH v2 45/54] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v2 46/54] tcg/mips: Remove MO_BSWAP handling
` [PATCH v2 47/54] tcg/mips: Reorg tcg_out_tlb_load
` [PATCH v2 48/54] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v2 49/54] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v2 50/54] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v2 51/54] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v2 52/54] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v2 53/54] tcg/s390x: Use ALGFR in constructing host address for qemu_ld/st
` [PATCH v2 54/54] tcg/s390x: Simplify constraints on qemu_ld/st

[PATCH for-8.0] docs/cxl: Fix sentence
 2023-04-11  1:10 UTC  (2+ messages)

[PATCH for-8.0] docs: Fix typo (wphx => whpx)
 2023-04-11  1:10 UTC  (2+ messages)

[PATCH 0/2] target/riscv: Separate implicitly-enabled and explicitly-enabled extensions
 2023-04-11  0:18 UTC  (9+ messages)
` [PATCH 1/2] target/riscv: Add set_implicit_extensions_from_ext() function
` [PATCH 2/2] target/riscv: Add ext_z*_enabled for implicitly enabled extensions

[PATCH 00/16] bsd-user 2023 Q2 first batch
 2023-04-10 18:57 UTC  (9+ messages)
` [PATCH 07/16] bsd-user: Move system call include to os-syscall.h
` [PATCH 14/16] bsd-user: Implment core dumps

[PULL 0/2] target-arm queue
 2023-04-10 18:45 UTC  (4+ messages)
` [PULL 1/2] target/arm: PTE bit GP only applies to stage1
` [PULL 2/2] target/arm: Copy guarded bit in combine_cacheattrs

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-04-10 18:02 UTC  (3+ messages)

[PATCH v3 0/4] Add emulation of MEN Chameleon Hardware
 2023-04-10 17:49 UTC  (5+ messages)
` [PATCH v3 1/4] Add MEN Chameleon Bus emulation
` [PATCH v3 2/4] Add MEN Chameleon Bus via PCI carrier
` [PATCH v3 3/4] serial-mcb: Add serial via MEN chameleon bus
` [PATCH v3 4/4] wdt_z069: Add support for MEN 16z069 Watchdog

[PATCH v2 0/4] Add emulation of MEN Chameleon Hardware
 2023-04-10 17:40 UTC  (4+ messages)
` [PATCH v2 1/4] Add MEN Chameleon Bus emulation

[PATCH 0/1] e1000e: Fix tx/rx counters
 2023-04-10 15:33 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] util/mmap: optimize qemu_ram_mmap() alignment
 2023-04-10 15:46 UTC 

[PATCH] block/vhost-user-blk: Fix hang on boot for some odd guests
 2023-04-10 15:39 UTC  (2+ messages)

[PULL 0/3] tcg patch queue for 8.0
 2023-04-10 15:34 UTC  (4+ messages)
` [PULL 1/3] tcg/i386: Adjust assert in tcg_out_addi_ptr
` [PULL 2/3] tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abi
` [PULL 3/3] tcg/ppc: Fix TCG_TARGET_CALL_{ARG,RET}_I128 for ppc32

[PATCH 0/2] Migration time prediction using calc-dirty-rate
 2023-04-10 15:19 UTC  (2+ messages)

[PATCH] target/arm: Fix debugging of ARMv8M Secure code
 2023-04-10 14:38 UTC  (3+ messages)

[PATCH] block/file-posix: use unsigned int for zones consistently
 2023-04-10 14:03 UTC  (2+ messages)

[PATCH v9 0/4] Add zone append write for zoned device
 2023-04-10 13:42 UTC  (5+ messages)
` [PATCH v9 1/4] file-posix: add tracking of the zone write pointers

[PULL 0/1] ppc queue
 2023-04-10 13:28 UTC  (2+ messages)

[PULL 0/1] Fix use-after-free errors in util/error.c
 2023-04-10 13:27 UTC  (2+ messages)

[PATCH 0/4] target/riscv: implement query-cpu-definitions
 2023-04-10 13:26 UTC  (6+ messages)
` [PATCH 1/4] target/riscv: add CPU QOM header
` [PATCH 2/4] target/riscv: add query-cpy-definitions support
` [PATCH 3/4] target/riscv: add 'static' attribute of query-cpu-definitions
` [PATCH 4/4] target/riscv: make generic cpus not static

[PATCH v10 0/5] Add zoned storage emulation to virtio-blk driver
 2023-04-10 13:13 UTC  (2+ messages)

[PATCH 0/2] accel/tcg/plugin: host insn size for plugin
 2023-04-10 13:02 UTC  (8+ messages)
` [PATCH 1/2] accel/tcg/plugin: export host insn size

[PATCH for-8.0 v2] target/ppc: Fix temp usage in gen_op_arith_modw
 2023-04-10 12:50 UTC  (5+ messages)

[PATCH v3 0/2] Support for print to log vector extension registers
 2023-04-10 12:44 UTC  (3+ messages)
` [PATCH v3 1/2] util/log: Add vector registers to log
` [PATCH v3 2/2] target/riscv: Add RVV "

[PATCH 0/3] linux-user: Add some ioctls for mesa amdgpu support
 2023-04-10 10:11 UTC  (4+ messages)
` [PATCH 1/3] linux-user: Add compile flag for amdgpu drm support
` [PATCH 2/3] linux-user: Add more drm ioctls for mesa
` [PATCH 3/3] linux-user: Add amdgpu specific "

[PATCH] postcopy-ram: do not use qatomic_mb_read
 2023-04-10  8:40 UTC  (2+ messages)

[PATCH v10] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-04-10  8:09 UTC  (3+ messages)

qemu-user: avoid allocations to convert stuff when not necessary
 2023-04-10  7:55 UTC  (3+ messages)

[PATCH v3] target/i386: Change wrong XFRM value
 2023-04-10  5:37 UTC  (3+ messages)

[PATCH for 8.1] intel_iommu: refine iotlb hash calculation
 2023-04-10  3:32 UTC 

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-04-10  2:55 UTC  (4+ messages)
` [PULL v4 74/83] intel-iommu: PASID support


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