messages from 2023-06-02 14:12:14 to 2023-06-03 16:20:07 UTC [more...]
[PATCH 00/20] target/arm: Convert exception, system, loads and stores to decodetree
2023-06-03 16:18 UTC (31+ 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 17/20] target/arm: Convert LDAPR/STLR (imm) "
` [PATCH 18/20] target/arm: Convert load/store (multiple structures) "
` [PATCH 19/20] target/arm: Convert load/store single structure "
` [PATCH 20/20] target/arm: Convert load/store tags insns "
[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
[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
2023-06-03 15:50 UTC (8+ messages)
[PULL 00/35] target-arm queue
2023-06-03 15:03 UTC (3+ messages)
` [PULL 31/35] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
[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 (5+ 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] linux-user: Return EINVAL for getgroups() with negative gidsetsize
2023-06-02 20:04 UTC (3+ messages)
[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 (5+ messages)
` [PATCH v2 1/3] vdpa: do not block migration if device has cvq and x-svq=on
` [PATCH v2 2/3] vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
` [PATCH v2 3/3] vdpa: map shadow vrings with MAP_SHARED
[PULL 0/5] tcg patch queue
2023-06-02 17:21 UTC (3+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump
[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
[PATCH v2] qcow2: add discard-no-unref option
2023-06-02 15:28 UTC (2+ messages)
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-06-02 15:07 UTC (6+ messages)
[PATCH v2 0/2] s390x/ap: fix hang when mdev attached to guest is removed
2023-06-02 15:00 UTC (5+ messages)
` [PATCH v2 1/2] linux-headers: Update with vfio_ap IRQ index mapping
` [PATCH v2 2/2] s390x/ap: Wire up the device request notifier interface
[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
2023-06-02 14:59 UTC (9+ messages)
` [PATCH v5 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v5 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v5 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v5 5/5] parallels: Image repairing in parallels_open()
[PATCH 00/16] target/riscv, KVM: fixes and enhancements
2023-06-02 14:52 UTC (3+ messages)
` [PATCH 01/16] target/riscv: skip features setup for KVM CPUs
[PATCH 0/2] migration: switchover-hold flag
2023-06-02 14:47 UTC (3+ messages)
` [PATCH 1/2] migration: switchover-hold parameter
` [PATCH 2/2] qtest/migration: Use switchover-hold to speedup
[PATCH v2] qmp: Report page size in query-memory-size-summary
2023-06-02 14:30 UTC
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).