messages from 2023-06-02 15:55:26 to 2023-06-03 23:36:10 UTC [more...]
[PATCH 00/20] target/arm: Convert exception, system, loads and stores to decodetree
2023-06-03 23:35 UTC (36+ messages)
` [PATCH 01/20] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
` [PATCH 02/20] target/arm: Convert hint instruction space to decodetree
` [PATCH 03/20] target/arm: Convert barrier insns "
` [PATCH 04/20] target/arm: Convert CFINV, XAFLAG and AXFLAG "
` [PATCH 05/20] target/arm: Convert MSR (immediate) "
` [PATCH 06/20] target/arm: Convert MSR (reg), MRS, SYS, SYSL "
` [PATCH 07/20] target/arm: Convert exception generation instructions "
` [PATCH 08/20] target/arm: Convert load/store exclusive and ordered "
` [PATCH 09/20] target/arm: Convert LDXP, STXP, CASP, CAS "
` [PATCH 10/20] target/arm: Convert load reg (literal) group "
` [PATCH 11/20] target/arm: Convert load/store-pair "
` [PATCH 12/20] target/arm: Convert ld/st reg+imm9 insns "
` [PATCH 13/20] target/arm: Convert LDR/STR with 12-bit immediate "
` [PATCH 14/20] target/arm: Convert LDR/STR reg+reg "
` [PATCH 15/20] target/arm: Convert atomic memory ops "
` [PATCH 16/20] target/arm: Convert load (pointer auth) insns "
` [PATCH 18/20] target/arm: Convert load/store (multiple structures) "
[PATCH 00/15] linux-user: Fix syscalls_def.h for target abi
2023-06-03 22:23 UTC (16+ messages)
` [PATCH 01/15] linux-user: Reformat syscall_defs.h
` [PATCH 02/15] linux-user: Remove #if 0 block in syscall_defs.h
` [PATCH 03/15] linux-user: Use abi_uint not uint32_t "
` [PATCH 04/15] linux-user: Use abi_int not int32_t "
` [PATCH 05/15] linux-user: Use abi_ullong not uint64_t "
` [PATCH 06/15] linux-user: Use abi_llong not int64_t "
` [PATCH 07/15] linux-user: Use abi_uint not unsigned int "
` [PATCH 08/15] linux-user: Use abi_ullong not unsigned long long "
` [PATCH 09/15] linux-user: Use abi_llong not "
` [PATCH 10/15] linux-user: Use abi_int not int "
` [PATCH 11/15] linux-user: Use abi_ushort not unsigned short "
` [PATCH 12/15] linux-user: Use abi_short not "
` [PATCH 13/15] linux-user: Use abi_uint not unsigned "
` [PATCH 14/15] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
` [PATCH 15/15] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
[PATCH] scripts: remove dead file
2023-06-03 22:04 UTC (2+ messages)
[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
2023-06-03 20:42 UTC (14+ messages)
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState
` [PATCH v2 19/23] q800: move mac-nubus-bridge device to Q800MachineState
` [PATCH v2 21/23] q800: move macfb "
[PULL 0/5] tcg patch queue
2023-06-03 20:35 UTC (4+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump
[PATCH 15/15] hw/timer/arm_timer: QOM'ify ARM_TIMER
2023-06-03 18:12 UTC (2+ messages)
[PULL 00/35] target-arm queue
2023-06-03 18:06 UTC (5+ messages)
` [PULL 31/35] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
2023-06-03 17:48 UTC (9+ messages)
[PATCH] linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
2023-06-03 17:23 UTC
[PATCH] linux-user: Return EINVAL for getgroups() with negative gidsetsize
2023-06-03 17:11 UTC (5+ messages)
[PATCH] target/sh4: Emit insn_start for each insn in gUSA region
2023-06-03 16:55 UTC
[PATCH 00/35] crypto: Provide aes-round.h and host accel
2023-06-03 16:01 UTC (43+ messages)
` [PATCH 01/35] tests/multiarch: Add test-aes
` [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH 03/35] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH 04/35] crypto: Add aesenc_SB_SR
` [PATCH 05/35] target/i386: Use aesenc_SB_SR
` [PATCH 06/35] target/arm: Demultiplex AESE and AESMC
` [PATCH 07/35] target/arm: Use aesenc_SB_SR
` [PATCH 08/35] target/ppc: "
` [PATCH 09/35] target/riscv: "
` [PATCH 10/35] crypto: Add aesdec_ISB_ISR
` [PATCH 11/35] target/i386: Use aesdec_ISB_ISR
` [PATCH 12/35] target/arm: "
` [PATCH 13/35] target/ppc: "
` [PATCH 14/35] target/riscv: "
` [PATCH 15/35] crypto: Add aesenc_MC
` [PATCH 16/35] target/arm: Use aesenc_MC
` [PATCH 17/35] crypto: Add aesdec_IMC
` [PATCH 18/35] target/i386: Use aesdec_IMC
` [PATCH 19/35] target/arm: "
` [PATCH 20/35] target/riscv: "
` [PATCH 21/35] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH 22/35] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH 23/35] target/ppc: "
` [PATCH 24/35] target/riscv: "
` [PATCH 25/35] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH 26/35] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH 27/35] target/riscv: "
` [PATCH 28/35] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH 29/35] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH 30/35] host/include/i386: Implement aes-round.h
` [PATCH 31/35] host/include/aarch64: "
` [PATCH 32/35] crypto: Remove AES_shifts, AES_ishifts
` [PATCH 33/35] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH 34/35] crypto: Remove AES_imc
` [PATCH 35/35] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
[PATCH 0/4] target/riscv: Fix mstatus related problems
2023-06-03 13:46 UTC (8+ messages)
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV
[PATCH v2 0/3] target/riscv: Fix mstatus related problems
2023-06-03 13:42 UTC (4+ messages)
` [PATCH v2 1/3] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH v2 2/3] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH v2 3/3] target/riscv: Remove redundant assignment to SXL
[PATCH v3 00/48] tcg: Build once for system, once for user
2023-06-03 13:38 UTC (34+ messages)
` [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH v3 22/48] tcg: Split tcg_gen_callN
` [PATCH v3 23/48] tcg: Split helper-gen.h
` [PATCH v3 24/48] tcg: Split helper-proto.h
` [PATCH v3 30/48] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v3 39/48] *: Add missing includes of exec/translation-block.h
` [PATCH v3 40/48] *: Add missing includes of exec/exec-all.h
` [PATCH v3 41/48] accel/tcg: Tidy includes for translator.[ch]
` [PATCH v3 42/48] tcg: Fix PAGE/PROT confusion
` [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c
` [PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH v3 47/48] exec/poison: Do not poison CONFIG_SOFTMMU
[PATCH v2] Use named constants in BCM props
2023-06-03 9:29 UTC
[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
2023-06-03 8:37 UTC (15+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
[PULL 00/21] NBD and miscellaneous patches for 2023-06-01
2023-06-03 8:17 UTC (3+ messages)
` [PULL 07/21] cutils: Fix wraparound parsing in qemu_strtoui
[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
2023-06-03 7:18 UTC (4+ messages)
[PATCH] target/arm: trap DCC access in user mode emulation
2023-06-03 4:52 UTC (2+ messages)
[PATCH v3 35/48] accel/tcg: Introduce translator_io_start
2023-06-03 4:30 UTC (3+ messages)
` [PATCH 35.5] target/pcc: Inline gen_icount_io_start()
[RFC PATCH 0/2] bulk: Replace !CONFIG_SOFTMMU and !CONFIG_USER_ONLY
2023-06-03 3:49 UTC (6+ messages)
` [RFC PATCH 1/2] bulk: Replace !CONFIG_SOFTMMU -> CONFIG_USER_ONLY
` [RFC PATCH 2/2] bulk: Replace !CONFIG_USER_ONLY -> CONFIG_SOFTMMU
[PATCH 0/2] target/i386/helper: Minor #ifdef'ry simplifications
2023-06-03 3:43 UTC (4+ messages)
` [PATCH 1/2] target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
` [PATCH 2/2] target/i386/helper: Shuffle do_cpu_init()
[PATCH] target/hppa/meson: Only build int_helper.o with system emulation
2023-06-03 3:39 UTC (2+ messages)
[PATCH 0/3] meson.build: Group some entries in separate summary sections
2023-06-03 3:38 UTC (8+ messages)
` [PATCH 1/3] meson.build: Group the UI entries in a separate summary section
` [PATCH 2/3] meson.build: Group the network backend "
` [PATCH 3/3] meson.build: Group the audio "
[PATCH] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
2023-06-03 3:36 UTC (3+ messages)
[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation
2023-06-03 3:32 UTC (5+ messages)
` [PATCH v4 1/2] "
[PATCH v2] meson.build: Use -Wno-undef only for SDL2 versions that need it
2023-06-03 3:30 UTC (2+ messages)
RFC: target/riscv: Add support for Zacas extension
2023-06-03 3:28 UTC (3+ messages)
` [PATCH 1/2] target/riscv: Add Zacas ISA extension support
[PATCH v3 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
2023-06-03 3:22 UTC (3+ messages)
` [PATCH v3 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [PATCH v3 2/2] pc: q35: Bump max_cpus to 1024
[PULL 00/10] Migration 20230602 patches
2023-06-03 2:36 UTC (2+ messages)
[PULL v2 00/21] NBD and miscellaneous patches for 2023-06-01
2023-06-03 0:33 UTC (4+ messages)
` [PULL v2 06/21] test-cutils: Test more integer corner cases
` [PULL v2 09/21] cutils: Adjust signature of parse_uint[_full]
[PATCH] vhost: fix vhost_dev_enable_notifiers() error case
2023-06-02 19:59 UTC (2+ messages)
[PATCH] target/hexagon: Emit comments to silence coverity
2023-06-02 19:06 UTC
[PULL v2 00/16] Block patches
2023-06-02 18:45 UTC (12+ messages)
` [PULL v2 02/16] block/file-posix: introduce helper functions for sysfs attributes
` [PULL v2 10/16] block: introduce zone append write for zoned devices
[PATCH] vdpa: fix not using CVQ buffer in case of error
2023-06-02 17:34 UTC
[PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
2023-06-02 17:33 UTC
[PATCH v2 0/3] vdpa: map shadow vrings with MAP_SHARED
2023-06-02 17:27 UTC (3+ messages)
` [PATCH v2 1/3] vdpa: do not block migration if device has cvq and x-svq=on
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-06-02 17:06 UTC (4+ messages)
` [PULL 05/27] hw/xen: Watches on XenStore transactions
[PULL 0/3] xen queue 2021-05-10
2023-06-02 17:04 UTC (3+ messages)
` [PULL 3/3] xen-block: Use specific blockdev driver
[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
2023-06-02 16:58 UTC (5+ messages)
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH] i386/xen: consistent locking around Xen singleshot timers
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).