qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 05:55:27 to 2023-01-19 10:36:08 UTC [more...]

[PATCH v4 00/19] Clean up includes
 2023-01-19 10:35 UTC  (28+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
` [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
` [PATCH v4 04/19] bsd-user: Clean up includes
` [PATCH v4 05/19] crypto: "
` [PATCH v4 06/19] hw/cxl: "
` [PATCH v4 07/19] hw/input: "
` [PATCH v4 08/19] hw/tricore: "
` [PATCH v4 09/19] qga: "
` [PATCH v4 10/19] migration: "
` [PATCH v4 11/19] net: "
` [PATCH v4 12/19] target/hexagon: "
` [PATCH v4 13/19] riscv: "
` [PATCH v4 14/19] block: "
` [PATCH v4 15/19] accel: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
` [PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
` [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
` [PATCH v4 19/19] Drop duplicate #include

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-19  8:02 UTC  (2+ messages)

qemu icicle kit es
 2023-01-19  5:45 UTC  (8+ messages)

[PATCH v2 0/6] riscv: fdt related cleanups
 2023-01-19  2:23 UTC  (13+ messages)
` [PATCH v2 1/6] hw/riscv/boot.c: calculate fdt size after fdt_pack()
` [PATCH v2 2/6] hw/riscv: split fdt address calculation from fdt load
` [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
` [PATCH v2 4/6] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
` [PATCH v2 5/6] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
` [PATCH v2 6/6] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2023-01-19  2:05 UTC  (12+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH v5 0/2] riscv: Allow user to set the satp mode
 2023-01-19  0:25 UTC  (12+ messages)
` [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v5 2/2] riscv: Allow user to set the satp mode

[PATCH 0/1] move create_fw_cfg() to init() (Gitlab #1343)
 2023-01-19  0:23 UTC  (4+ messages)
` [PATCH 1/1] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()

[PATCH v8 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
 2023-01-19  0:20 UTC  (11+ messages)
` [PATCH v8 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
` [PATCH v8 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()

[PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
 2023-01-18 23:49 UTC  (9+ messages)
` [PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
` [PATCH 2/2] target/riscv: Remove helper_set_rod_rounding_mode

[PATCH] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
 2023-01-18 22:41 UTC  (3+ messages)

[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
 2023-01-18 17:04 UTC  (10+ messages)
` [PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
` [PATCH v2 2/4] bulk: Coding style fixes
` [PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
` [RFC PATCH v2 4/4] bulk: Prefix '0x' to hex values displayed with HWADDR_PRIx format

[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
 2023-01-16  9:25 UTC  (8+ messages)
` [PATCH v7 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
` [PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()

[PATCH 1/2] target/riscv: Fix up masking of vsip/vsie accesses
 2023-01-16  5:24 UTC  (5+ messages)
` [PATCH 2/2] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1

[PATCH 00/10] riscv: create_fdt() related cleanups
 2023-01-16  4:04 UTC  (20+ messages)
` [PATCH 01/10] hw/riscv/spike.c: simplify create_fdt()
` [PATCH 02/10] hw/riscv/virt.c: "
` [PATCH 03/10] hw/riscv/sifive_u.c: "
` [PATCH 04/10] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
` [PATCH 05/10] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
` [PATCH 06/10] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
` [PATCH 07/10] hw/riscv: simplify riscv_load_fdt()
` [PATCH 08/10] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
` [PATCH 09/10] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
` [PATCH 10/10] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

[PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
 2023-01-16  3:46 UTC  (3+ messages)

[PATCH v2 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
 2023-01-16  3:09 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
` [PATCH v2 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-13 10:49 UTC  (9+ messages)
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

[PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
 2023-01-13 10:20 UTC  (10+ messages)
` [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
` [PATCH 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()

[PATCH v6 0/2] hw/riscv: consolidate kernel init in riscv_load_kernel()
 2023-01-13  7:13 UTC  (5+ messages)
` [PATCH v6 1/2] hw/riscv/boot.c: consolidate all "
` [PATCH v6 2/2] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH v3 0/1] Clean up includes
 2023-01-12 17:47 UTC  (17+ messages)
` [PATCH v3 1/1] include: Don't include qemu/osdep.h

[PATCH v4] riscv: Allow user to set the satp mode
 2023-01-12 13:55 UTC  (3+ messages)

[PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
 2023-01-12 11:03 UTC  (4+ messages)

[PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
 2023-01-12  9:45 UTC  (3+ messages)

[PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
 2023-01-12  9:16 UTC  (4+ messages)

[PATCH v4 00/36] tcg: Support for Int128 with helpers
 2023-01-11 15:06 UTC  (10+ messages)
` [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v4 14/36] tcg: Add basic data movement for TCGv_i128

[PATCH v10 0/9] support subsets of virtual memory extension
 2023-01-11 10:39 UTC  (10+ messages)
` [PATCH v10 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v10 2/9] target/riscv: add support for Zca extension
` [PATCH v10 3/9] target/riscv: add support for Zcf extension
` [PATCH v10 4/9] target/riscv: add support for Zcd extension
` [PATCH v10 5/9] target/riscv: add support for Zcb extension
` [PATCH v10 6/9] target/riscv: add support for Zcmp extension
` [PATCH v10 7/9] target/riscv: add support for Zcmt extension
` [PATCH v10 8/9] target/riscv: expose properties for Zc* extension
` [PATCH v10 9/9] disas/riscv.c: add disasm support for Zc*

[PULL 4/6] hw/nvme: fix missing cq eventidx update
 2023-01-11  7:52 UTC 

[PATCH v9 0/9] support subsets of code size reduction extension
 2023-01-11  7:19 UTC  (3+ messages)


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