Jim Huang
Jim Huang
Reported by [Clang Static Analyzer](https://clang-analyzer.llvm.org/): ``` src/decode.c:348:23: error: unused function 'decode_mop' [-Werror,-Wunused-function] 348 | static inline uint8_t decode_mop(const uint32_t insn) | ^~~~~~~~~~ src/decode.c:356:23: error: unused function 'decode_eew' [-Werror,-Wunused-function] 356 |...
Can you provide tools to validate RVV compliance? As I know, there are few projects below: * [RISC-V Vector benchmark](https://github.com/camel-cdr/rvv-bench) * [RISC-V Vector Tests Generator](https://github.com/chipsalliance/riscv-vector-tests)
Test under macOS + Apple M1: ``` $ make SMP=4 check ... [ 388.139490] rcu: INFO: rcu_sched self-detected stall on CPU [ 388.156300] rcu: 0-....: (41291 ticks this GP) idle=bdfc/1/0x40000002...
Test on Ubuntu Linux + [eMAG](https://www.anandtech.com/show/15733/ampere-emag-system-a-32core-arm64-workstation/4) (32-core Armv8-A): ``` $ make SMP=32 check ... [ 35.995833] rcu: INFO: rcu_sched self-detected stall on CPU [ 36.000832] rcu: 6-....: (5249 ticks this...
Running on macOS + Apple M1, I got the following: ``` $ make SMP=8 check ... [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8. [ 0.000000] rcu: RCU...
Don't touch `minislirp` directory.
Debug Printf Pollution Multiple fprintf(stderr, ...) debug statements throughout the RX path should be removed before merge.
Can we perform loopback tests with virtio sound device?
> You mean `aloop` of a device loopback testing command like `arecord -C | aplay -`? The headless verification is crucial for CI/CD integration.
commit message: > Due to 'semu' emulation part thus 'semu' cannot send or receive PCM frames in time, the capture feature usually doesn't work. You're adding 400+ lines of code...