qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-22 16:12:30 to 2021-10-24 04:28:03 UTC [more...]

[Bug 1921664] Re: Coroutines are racy for risc64 emu on arm64 - crash on Assertion
 2021-10-24  4:17 UTC  (2+ messages)

[PATCH 00/33] target/mips: Fully convert MSA opcodes to decodetree
 2021-10-24  3:45 UTC  (45+ messages)
` [PATCH 01/33] tests/tcg: Fix some targets default cross compiler path
` [PATCH 02/33] target/mips: Fix MSA MADDV.B opcode
` [PATCH 03/33] target/mips: Fix MSA MSUBV.B opcode
` [PATCH 04/33] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH 05/33] target/mips: Have check_msa_access() return a boolean
` [PATCH 06/33] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PATCH 07/33] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PATCH 08/33] target/mips: Convert MSA LDI opcode to decodetree
` [PATCH 09/33] target/mips: Introduce generic TRANS_CHECK() for decodetree helpers
` [PATCH 10/33] target/mips: Extract df_extract() helper
` [PATCH 11/33] target/mips: Convert MSA I5 instruction format to decodetree
` [PATCH 12/33] target/mips: Convert MSA BIT "
` [PATCH 13/33] target/mips: Convert MSA SHF opcode "
` [PATCH 14/33] target/mips: Convert MSA I8 instruction format "
` [PATCH 15/33] target/mips: Convert MSA load/store "
` [PATCH 16/33] target/mips: Convert MSA 2RF "
` [PATCH 17/33] target/mips: Convert MSA FILL opcode "
` [PATCH 18/33] target/mips: Convert MSA 2R instruction format "
` [PATCH 19/33] target/mips: Convert MSA VEC "
` [PATCH 20/33] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PATCH 21/33] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PATCH 22/33] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PATCH 23/33] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
` [PATCH 24/33] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PATCH 25/33] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PATCH 26/33] target/mips: Convert MSA ELM instruction format to decodetree
` [PATCH 27/33] target/mips: Convert MSA COPY_U opcode "
` [PATCH 28/33] target/mips: Convert MSA COPY_S and INSERT opcodes "
` [PATCH 29/33] target/mips: Convert MSA MOVE.V opcode "
` [PATCH 30/33] target/mips: Convert CFCMSA and CTCMSA opcodes "
` [PATCH 31/33] target/mips: Remove generic MSA opcode
` [PATCH 32/33] target/mips: Remove one MSA unnecessary decodetree overlap group
` [PATCH 33/33] target/mips: Adjust style in msa_translate_init()

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-10-24  2:09 UTC  (6+ messages)
` [PATCH v2 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration

[PATCH v8 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-24  1:13 UTC  (7+ messages)
` [PATCH v8 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines

[PATCH 0/5] hw/sh4: Codeing style fixes
 2021-10-24  0:40 UTC  (6+ messages)
` [PATCH 2/5] hw/sh4: Coding style: Fix multi-line comments
` [PATCH 5/5] hw/sh4: Coding style: Remove unnecessary casts
` [PATCH 4/5] hw/sh4: Coding style: Add missing braces
` [PATCH 1/5] hw/sh4: Coding style: Remove tabs
` [PATCH 3/5] hw/sh4: Coding style: White space fixes

[PULL 00/11] Trivial branch for 6.2 patches
 2021-10-23 23:22 UTC  (13+ messages)
` [PULL 01/11] po: update turkish translation
` [PULL 02/11] disas/nios2: Fix style in print_insn_nios2()
` [PULL 03/11] disas/nios2: Simplify endianess conversion
` [PULL 04/11] MAINTAINERS: Add myself as reviewer of 'Machine core' API
` [PULL 05/11] softmmu/physmem.c: Fix typo in comment
` [PULL 06/11] hw/nvram: Fix Memory Leak in Xilinx eFuse QOM
` [PULL 07/11] hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device
` [PULL 08/11] hw/nvram: Fix Memory Leak in Xilinx ZynqMP "
` [PULL 09/11] README: Fix some documentation URLs
` [PULL 10/11] analyze-migration.py: fix a long standing typo
` [PULL 11/11] analyze-migration.py: fix extract contents ('-x') errors

[PATCH 00/33] PowerISA v3.1 instruction batch
 2021-10-23 21:29 UTC  (76+ messages)
` [PATCH 01/33] target/ppc: introduce do_ea_calc
` [PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c
` [PATCH 03/33] target/ppc: Move load and store floating point instructions to decodetree
` [PATCH 04/33] target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
` [PATCH 05/33] target/ppc: Move LQ and STQ to decodetree
` [PATCH 06/33] target/ppc: Implement PLQ and PSTQ
` [PATCH 07/33] target/ppc: Implement cntlzdm
` [PATCH 08/33] target/ppc: Implement cnttzdm
` [PATCH 09/33] target/ppc: Implement pdepd instruction
` [PATCH 10/33] target/ppc: Implement pextd instruction
` [PATCH 11/33] target/ppc: Move vcfuged to vmx-impl.c.inc
` [PATCH 12/33] target/ppc: Implement vclzdm/vctzdm instructions
` [PATCH 13/33] target/ppc: Implement vpdepd/vpextd instruction
` [PATCH 14/33] target/ppc: Implement vsldbi/vsrdbi instructions
` [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
` [PATCH 17/33] target/ppc: Implement Vector Insert from VSR using GPR index insns
` [PATCH 18/33] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
` [PATCH 19/33] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
` [PATCH 20/33] target/ppc: Introduce REQUIRE_VSX macro
` [PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
` [PATCH 22/33] target/ppc: moved stxvx and lxvx "
` [PATCH 23/33] target/ppc: added the instructions LXVP and STXVP
` [PATCH 24/33] target/ppc: added the instructions LXVPX and STXVPX
` [PATCH 25/33] target/ppc: added the instructions PLXV and PSTXV
` [PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP
` [PATCH 27/33] target/ppc: moved XXSPLTW to using decodetree
` [PATCH 28/33] target/ppc: moved XXSPLTIB "
` [PATCH 29/33] target/ppc: implemented XXSPLTI32DX
` [PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree
` [PATCH 31/33] target/ppc: implemented XXSPLTIDP instruction
` [PATCH 32/33] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
` [PATCH 33/33] target/ppc: Implement lxvkq instruction

[RESEND PATCH 0/2] Fix machine parameter default_bus_bypass_iommu
 2021-10-23 20:15 UTC  (5+ messages)
` [RESEND PATCH 2/2] hw/i386: Rename default_bus_bypass_iommu

[PATCH] linux-user/signal: Map exit signals in SIGCHLD siginfo_t
 2021-10-23 19:59 UTC 

[PATCH v3 00/48] tcg: optimize redundant sign extensions
 2021-10-23 18:25 UTC  (32+ messages)
` [PATCH v3 17/48] tcg/optimize: Split out fold_brcond2
` [PATCH v3 20/48] tcg/optimize: Split out fold_mulu2_i32
` [PATCH v3 21/48] tcg/optimize: Split out fold_addsub2_i32
` [PATCH v3 22/48] tcg/optimize: Split out fold_movcond
` [PATCH v3 23/48] tcg/optimize: Split out fold_extract2
` [PATCH v3 24/48] tcg/optimize: Split out fold_extract, fold_sextract
` [PATCH v3 25/48] tcg/optimize: Split out fold_deposit
` [PATCH v3 26/48] tcg/optimize: Split out fold_count_zeros
` [PATCH v3 27/48] tcg/optimize: Split out fold_bswap
` [PATCH v3 28/48] tcg/optimize: Split out fold_dup, fold_dup2
` [PATCH v3 29/48] tcg/optimize: Split out fold_mov
` [PATCH v3 30/48] tcg/optimize: Split out fold_xx_to_i
` [PATCH v3 31/48] tcg/optimize: Split out fold_xx_to_x
` [PATCH v3 32/48] tcg/optimize: Split out fold_xi_to_i
` [PATCH v3 33/48] tcg/optimize: Add type to OptContext

[PATCH] tests/tcg: Fix some targets default cross compiler path
 2021-10-23 18:07 UTC  (3+ messages)

[PATCH 00/24] bsd-user: arm (32-bit) support
 2021-10-23 15:17 UTC  (16+ messages)
` [PATCH 01/24] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH 02/24] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH 03/24] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH 04/24] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH 05/24] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH 06/24] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH 09/24] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch

Looking for advise on debugging a non-boot kernel on qemu-system-sh4
 2021-10-23 13:22 UTC  (11+ messages)

[PATCH 0/3] target/mips: MSA opcode fixes
 2021-10-23 12:31 UTC  (8+ messages)
` [PATCH 1/3] target/mips: Fix MSA MADDV.B opcode
` [PATCH 2/3] target/mips: Fix MSA MSUBV.B opcode
` [PATCH 3/3] target/mips: Fix Loongson-3A4000 MSAIR config register

[PATCH v3 00/22] QEMU RISC-V AIA support
 2021-10-23  8:46 UTC  (23+ messages)
` [PATCH v3 01/22] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v3 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v3 03/22] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v3 04/22] target/riscv: Improve delivery of guest external interrupts
` [PATCH v3 05/22] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v3 06/22] target/riscv: Add AIA cpu feature
` [PATCH v3 07/22] target/riscv: Add defines for AIA CSRs
` [PATCH v3 08/22] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v3 09/22] target/riscv: Implement AIA local interrupt priorities
` [PATCH v3 10/22] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v3 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v3 12/22] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v3 13/22] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v3 14/22] target/riscv: Implement AIA xiselect and xireg CSRs
` [PATCH v3 15/22] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v3 16/22] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v3 17/22] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v3 18/22] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v3 19/22] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PATCH v3 20/22] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v3 21/22] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PATCH v3 22/22] docs/system: riscv: Document AIA options for "

[PATCH v2 0/5] SGX NUMA support plus vepc reset
 2021-10-22 21:46 UTC  (3+ messages)
` [PATCH v2 5/5] sgx: Reset the vEPC regions during VM reboot

[PULL 00/33] riscv-to-apply queue
 2021-10-22 21:39 UTC  (2+ messages)

[PULL 0/2] Seabios 20211022 patches
 2021-10-22 19:08 UTC  (2+ messages)

gitlab/cirrus auth token failure
 2021-10-22 18:31 UTC 

[PATCH v16 0/8] RISC-V Pointer Masking implementation
 2021-10-22 18:19 UTC  (9+ messages)
` [PATCH v16 1/8] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v16 2/8] [RISCV_PM] Add CSR defines for RISC-V PM extension
` [PATCH v16 3/8] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v16 4/8] [RISCV_PM] Add J extension state description
` [PATCH v16 5/8] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v16 6/8] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v16 7/8] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v16 8/8] [RISCV_PM] Allow experimental J-ext to be turned on

[PULL 0/3] aspeed queue
 2021-10-22 17:36 UTC  (2+ messages)

[RFC PATCH v1 1/2] riscv: Add preliminary infra for custom instrcution handling
 2021-10-22 17:24 UTC  (6+ messages)
` [RFC PATCH v1 2/2] Enable custom instruction suport for Andes A25 and AX25 CPU model

[PATCH v4] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-22 16:14 UTC 

[PATCH v3] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-22 16:10 UTC  (4+ messages)

[PATCH v3 0/3] plugins: add a drcov plugin
 2021-10-22 16:07 UTC  (3+ messages)
` [PATCH v3 2/3] This patch adds helper functions to the "
` [PATCH v3 3/3] contrib/plugins: add a "


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