messages from 2023-01-05 16:43:38 to 2023-01-13 10:37:06 UTC [more...]
[PATCH v5 0/2] riscv: Allow user to set the satp mode
2023-01-13 10:34 UTC (3+ 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 v5 00/11] riscv: OpenSBI boot test and cleanups
2023-01-13 10:30 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
qemu icicle kit es
2023-01-13 0:35 UTC (5+ messages)
[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 (7+ 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 00/10] riscv: create_fdt() related cleanups
2023-01-12 7:36 UTC (13+ 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 v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
2023-01-11 19:50 UTC (8+ 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 v4 00/36] tcg: Support for Int128 with helpers
2023-01-11 15:06 UTC (44+ 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 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v4 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v4 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v4 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v4 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v4 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 12/36] tcg: "
` [PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v4 14/36] tcg: Add basic data movement "
` [PATCH v4 15/36] tcg: Add guest load/store primitives "
` [PATCH v4 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v4 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v4 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v4 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v4 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v4 21/36] tests/tcg/s390x: Add div.c
` [PATCH v4 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v4 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v4 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v4 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v4 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v4 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v4 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v4 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v4 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v4 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v4 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v4 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v4 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v4 35/36] target/i386: Inline cmpxchg8b
` [PATCH v4 36/36] target/i386: Inline cmpxchg16b
[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] target/riscv: Use TARGET_FMT_lx for env->mhartid
2023-01-09 16:04 UTC (4+ messages)
[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 (7+ messages)
` [PATCH v2 3/4] include: Don't include qemu/osdep.h
` [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 (7+ messages)
` [PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01
` [PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
[PATCH] riscv: do not set the rounding mode via `gen_set_rm`
2023-01-08 3:52 UTC (2+ messages)
[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
2023-01-05 19:05 UTC (30+ messages)
` [PATCH v2 01/21] gdbstub/internals.h: clean up include guard
` [PATCH v2 03/21] gdbstub: fix-up copyright and license files
` [PATCH v2 05/21] gdbstub: define separate user/system structures
` [PATCH v2 07/21] includes: move tb_flush into its own header
` [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
` [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
` [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v2 11/21] gdbstub: move chunks of user code into own files
` [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v2 13/21] gdbstub: specialise handle_query_attached
` [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
` [PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus
` [PATCH v2 16/21] gdbstub: specialise stub_can_reverse
` [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include
` [PATCH v2 20/21] gdbstub: move syscall handling to new file
` [PATCH v2 21/21] gdbstub: only compile gdbstub twice for whole build
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 read-only IMAP folder(s) and NNTP newsgroup(s).