qemu-riscv.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 10:40:01 to 2023-01-19 02:06:17 UTC [more...]

[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 v2 0/6] riscv: fdt related cleanups
 2023-01-19  0:36 UTC  (8+ 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 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  (6+ 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()

qemu icicle kit es
 2023-01-14 14:30 UTC  (7+ messages)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-13 10:49 UTC  (29+ messages)
` [PATCH v5 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v5 04/11] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PATCH v5 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v5 07/11] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH v5 08/11] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH v5 09/11] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH v5 11/11] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
 2023-01-13 10:20 UTC  (13+ 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  (13+ messages)
` [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [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  (4+ messages)

[PULL 4/4] hw/nvme: fix missing cq eventidx update
 2023-01-10  7:17 UTC 

[PATCH qemu] target/riscv/cpu.c: Fix elen check
 2023-01-09 23:04 UTC  (2+ messages)

[PATCH v2 00/12] hw/riscv: Improve Spike HTIF emulation fidelity
 2023-01-09 22:55 UTC  (3+ messages)
` [PATCH v2 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-09 12:13 UTC 

[PATCH v2 0/4] Clean up includes
 2023-01-09 12:01 UTC  (4+ messages)
` [PATCH v2 4/4] docs/devel: Rules on #include in headers

[PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-09 10:39 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).