messages from 2023-07-07 21:05:49 to 2023-07-09 18:44:29 UTC [more...]
[PATCH 00/45] linux-user: patch roundup
2023-07-09 18:29 UTC (76+ messages)
` [PATCH 01/45] linux-user: Reformat syscall_defs.h
` [PULL 01/37] util: Add cpuinfo-ppc.c
` [PATCH 02/45] linux-user: Remove #if 0 block in syscall_defs.h
` [PULL 02/37] tests/multiarch: Add test-aes
` [PATCH 03/45] linux-user: Use abi_uint not uint32_t in syscall_defs.h
` [PULL 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PULL 04/37] crypto/aes: Add AES_SH, AES_ISH macros
` [PATCH 04/45] linux-user: Use abi_int not int32_t in syscall_defs.h
` [PATCH 05/45] linux-user: Use abi_ullong not uint64_t "
` [PULL 06/37] crypto: Add aesdec_ISB_ISR_AK
` [PATCH 06/45] linux-user: Use abi_llong not int64_t in syscall_defs.h
` [PULL 07/37] crypto: Add aesenc_MC
` [PATCH 07/45] linux-user: Use abi_uint not unsigned int in syscall_defs.h
` [PULL 08/37] crypto: Add aesdec_IMC
` [PULL 09/37] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH 09/45] linux-user: Use abi_llong not long long in syscall_defs.h
` [PULL 10/37] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH 10/45] linux-user: Use abi_int not int in syscall_defs.h
` [PULL 11/37] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH 11/45] linux-user: Use abi_ushort not unsigned short in syscall_defs.h
` [PULL 12/37] host/include/i386: Implement aes-round.h
` [PATCH 12/45] linux-user: Use abi_short not short in syscall_defs.h
` [PULL 13/37] host/include/aarch64: Implement aes-round.h
` [PATCH 13/45] linux-user: Use abi_uint not unsigned in syscall_defs.h
` [PULL 14/37] host/include/ppc: Implement aes-round.h
` [PATCH 14/45] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
` [PATCH 15/45] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
` [PULL 15/37] target/ppc: Use aesenc_SB_SR_AK
` [PATCH 16/45] linux-user/syscall: Implement execve without execveat
` [PULL 16/37] target/ppc: Use aesdec_ISB_ISR_AK
` [PATCH 17/45] linux-user: Fix do_shmat type errors
` [PULL 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH 18/45] accel/tcg: Split out cpu_exec_longjmp_cleanup
` [PULL 18/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PULL 19/37] target/i386: Use aesenc_SB_SR_AK
` [PATCH 19/45] tcg: Fix info_in_idx increment in layout_arg_by_ref
` [PATCH 20/45] linux-user: Make sure initial brk(0) is page-aligned
` [PULL 20/37] target/i386: Use aesdec_ISB_ISR_AK
` [PATCH 21/45] linux-user: Fix formatting of mmap.c
` [PULL 21/37] target/i386: Use aesdec_IMC
` [PATCH 22/45] linux-user/strace: Expand struct flags to hold a mask
` [PULL 22/37] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH 23/45] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PULL 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH 24/45] linux-user: Split TARGET_PROT_* out of syscall_defs.h
` [PULL 24/37] target/arm: Demultiplex AESE and AESMC
` [PATCH 25/45] linux-user: Populate more bits in mmap_flags_tbl
` [PULL 25/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH 26/45] accel/tcg: Introduce page_check_range_empty
` [PULL 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PATCH 27/45] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PULL 27/37] target/arm: Use aesenc_MC
` [PATCH 28/45] linux-user: Implement MAP_FIXED_NOREPLACE
` [PULL 28/37] target/arm: Use aesdec_IMC
` [PATCH 29/45] linux-user: Split out target_to_host_prot
` [PATCH 30/45] linux-user: Widen target_mmap offset argument to off_t
` [PATCH 31/45] linux-user: Rewrite target_mprotect
` [PULL 31/37] target/riscv: Use aesdec_IMC
` [PATCH 32/45] linux-user: Rewrite mmap_frag
` [PULL 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
` [PATCH 33/45] accel/tcg: Introduce page_find_range_empty
` [PULL 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
` [PATCH 34/45] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PULL 34/37] crypto: Remove AES_shifts, AES_ishifts
` [PATCH 35/45] linux-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH 36/45] linux-user: Use 'last' instead of 'end' in target_mmap
` [PULL 37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
` [PATCH 37/45] linux-user: Rewrite mmap_reserve
` [PATCH 38/45] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PATCH 40/45] accel/tcg: Accept more page flags in page_check_range
` [PATCH 41/45] accel/tcg: Return bool from page_check_range
` [PATCH 42/45] linux-user: Remove can_passthrough_madvise
` [PATCH 43/45] linux-user: Simplify target_madvise
` [PATCH 44/45] linux-user: Drop uint and ulong
` [PATCH 45/45] linux-user/riscv: Add syscall riscv_hwprobe
[PATCH v2 0/3] linux-user: Fix fcntl64() and accept4() for 32-bit targets
2023-07-09 18:03 UTC (7+ messages)
` [PATCH v2 1/3] linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE "
` [PATCH v2 2/3] linux-user: Fix accept4(SOCK_NONBLOCK) syscall
` [PATCH v2 3/3] linux-user: Improve strace output of pread64() and pwrite64()
[PULL 00/37] crypto: Provide aes-round.h and host accel
2023-07-09 17:30 UTC (39+ messages)
` [PULL 01/37] util: Add cpuinfo-ppc.c
` [PULL 02/37] tests/multiarch: Add test-aes
` [PULL 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PULL 04/37] crypto/aes: Add AES_SH, AES_ISH macros
` [PULL 05/37] crypto: Add aesenc_SB_SR_AK
` [PULL 06/37] crypto: Add aesdec_ISB_ISR_AK
` [PULL 07/37] crypto: Add aesenc_MC
` [PULL 08/37] crypto: Add aesdec_IMC
` [PULL 09/37] crypto: Add aesenc_SB_SR_MC_AK
` [PULL 10/37] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PULL 11/37] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PULL 12/37] host/include/i386: Implement aes-round.h
` [PULL 13/37] host/include/aarch64: "
` [PULL 14/37] host/include/ppc: "
` [PULL 15/37] target/ppc: Use aesenc_SB_SR_AK
` [PULL 16/37] target/ppc: Use aesdec_ISB_ISR_AK
` [PULL 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
` [PULL 18/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PULL 19/37] target/i386: Use aesenc_SB_SR_AK
` [PULL 20/37] target/i386: Use aesdec_ISB_ISR_AK
` [PULL 21/37] target/i386: Use aesdec_IMC
` [PULL 22/37] target/i386: Use aesenc_SB_SR_MC_AK
` [PULL 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PULL 24/37] target/arm: Demultiplex AESE and AESMC
` [PULL 25/37] target/arm: Use aesenc_SB_SR_AK
` [PULL 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PULL 27/37] target/arm: Use aesenc_MC
` [PULL 28/37] target/arm: Use aesdec_IMC
` [PULL 29/37] target/riscv: Use aesenc_SB_SR_AK
` [PULL 30/37] target/riscv: Use aesdec_ISB_ISR_AK
` [PULL 31/37] target/riscv: Use aesdec_IMC
` [PULL 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
` [PULL 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
` [PULL 34/37] crypto: Remove AES_shifts, AES_ishifts
` [PULL 35/37] crypto: Implement aesdec_IMC with AES_imc_rot
` [PULL 36/37] crypto: Remove AES_imc
` [PULL 37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
[PULL 0/3] Linux user fcntl64 patches
2023-07-09 17:30 UTC (5+ messages)
` [PULL 1/3] linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
` [PULL 2/3] linux-user: Fix accept4(SOCK_NONBLOCK) syscall
` [PULL 3/3] linux-user: Improve strace output of pread64() and pwrite64()
[PATCH] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers
2023-07-09 16:59 UTC (2+ messages)
[PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
2023-07-09 15:47 UTC (2+ messages)
[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
2023-07-09 15:24 UTC (7+ messages)
` [PATCH v4 07/15] vfio/common: Track whether DMA Translation is enabled on the vIOMMU
` [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute
` [PATCH v4 12/15] vfio/common: Support device dirty page tracking with vIOMMU
Request for Assistance: Adding I2C Support in QEMU for Raspberry Pi (BCM2835 Peripherals)
2023-07-09 10:10 UTC
[PATCH v3 0/2] target/riscv: improve code accuracy and
2023-07-09 9:17 UTC (4+ messages)
` [PATCH v3 1/2] target/riscv: Remove redundant check in pmp_is_locked
` [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
[PATCH-for-5.2? 0/4] hw/arm: Add SD bus QOM alias on the machine/soc
2023-07-09 8:31 UTC (2+ messages)
[PULL 00/38] maintainer updates for 8.1: testing, fuzz, plugins, docs, gdbstub
2023-07-09 8:12 UTC (5+ messages)
` [PULL 29/38] gdbstub: Permit reverse step/break to provide stop response
[RISC-V] ERROR:../accel/tcg/cpu-exec.c:1028:cpu_exec_setjmp: assertion failed: (cpu == current_cpu)
2023-07-09 6:12 UTC (6+ messages)
[PATCH] linux-user: make sure brk(0) returns a page-aligned value
2023-07-09 6:12 UTC (4+ messages)
[PATCH v2 00/24] linux-user: mmap range fixes
2023-07-08 17:42 UTC (13+ messages)
` [PATCH v2 1/2] accel/tcg: Split out cpu_exec_longjmp_cleanup
` [PATCH v2 2/2] accel/tcg: Always lock pages before translation
` [PATCH v2 08/24] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PATCH v2 15/24] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH v2 17/24] linux-user: Use 'last' instead of 'end' in target_mmap
` [PATCH v2 21/24] accel/tcg: Accept more page flags in page_check_range
[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
2023-07-08 17:38 UTC (16+ messages)
` [PATCH v4 13/37] host/include/aarch64: Implement aes-round.h
` [PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PATCH v4 27/37] target/arm: Use aesenc_MC
` [PATCH v4 28/37] target/arm: Use aesdec_IMC
` [PATCH v4 31/37] target/riscv: "
` [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
[PULL trival-patches 00/10] trivial-patches for 2023-07-08
2023-07-08 14:59 UTC (12+ messages)
` [PULL 01/10] hw/riscv/virt.c: fix typo in 'aia' description
` [PULL 02/10] target/avr: Fix handling of interrupts above 33
` [PULL 03/10] trivial: man page: document display::gtk::zoom-to-fit
` [PULL 04/10] hw: Simplify calls to pci_nic_init_nofail()
` [PULL 05/10] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PULL 06/10] vdpa: Sort vdpa_feature_bits array alphabetically
` [PULL 07/10] qemu-options.hx: Fix indentation of some option descriptions
` [PULL 08/10] migration: factor out "resume_requested" in qmp_migrate()
` [PULL 09/10] migration: unexport migrate_fd_error()
` [PULL 10/10] hw/arm/virt-acpi-build.c: Add missing header
[PATCH v3 0/2] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX_EXTRA commands support
2023-07-08 9:24 UTC (3+ messages)
` [PATCH v3 1/2] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PATCH v3 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
[PATCH v7 00/15] Add RISC-V vector cryptographic instruction set support
2023-07-08 9:25 UTC (3+ messages)
` [PATCH v7 12/15] target/riscv: Add Zvkg ISA extension support
Reducing vdpa migration downtime because of memory pin / maps
2023-07-08 9:14 UTC (10+ messages)
[PATCH v2 00/46] Add LoongArch LASX instructions
2023-07-08 7:24 UTC (18+ messages)
` [PATCH v2 19/46] target/loongarch: Implement xvexth
` [PATCH v2 20/46] target/loongarch: Implement vext2xv
` [PATCH v2 21/46] target/loongarch: Implement xvsigncov
` [PATCH v2 22/46] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v2 23/46] target/loognarch: Implement xvldi
` [PATCH v2 24/46] target/loongarch: Implement LASX logic instructions
` [PATCH v2 25/46] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v2 26/46] target/loongarch: Implement xvsllwil xvextl
[PATCH] chore: rename `tricore_feature` to `is_tricore_feature_enabled`
2023-07-08 7:01 UTC (2+ messages)
[PATCH v6] ppc: Enable 2nd DAWR support on p10
2023-07-08 6:25 UTC (9+ messages)
[PULL v2 00/59] ppc queue
2023-07-08 6:23 UTC (2+ messages)
[PATCH v3 1/2] target/riscv: Remove redundant check in pmp_is_locked
2023-07-08 5:36 UTC (2+ messages)
` [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
[PATCH v2] ppc/pnv: Add QME region for P10
2023-07-08 1:16 UTC (2+ messages)
[QEMU][PATCH v2 0/2] Add Virtio support to Xenpvh machine for arm
2023-07-07 23:56 UTC (5+ messages)
` [QEMU][PATCH v2 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v2 2/2] xen_arm: Initialize RAM and add hi/low memory regions
[PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze
2023-07-07 21:22 UTC (2+ messages)
[PATCH V4] migration: simplify blockers
2023-07-07 21:12 UTC (3+ 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).