Harshil Patel
Harshil Patel
This PR should fix the #1195 Change-Id: I9b7d1483079b5d81e0d37cc5f2533475baff8075
Sometimes when running a FS workload, X86 kVM fails with a timer error when running on a intel CPU (tested with intel 13th gen). This error has been occuring most...
Currently the `build.sh` script downloads packer relying on the host. - we can move it to use apt install instead of wget or - We can have some check that...
- This change merges the packer files and adds an command line argument which can be used to specify a version of ubuntu to build. - Update build.sh to use...
- Updated to use a new logterm kernel - This change updates the readme for the riscv-opensbi to make a linux 6.3.3 kernel - This change also adds a new...
### Issue Description Attempting to boot Ubuntu using the `x86-linux-kernel-6.8.0-35-generic` and `x86-ubuntu-24.04-img` for a full system simulation in gem5 results in the following kernel panic error: ``` [ 0.000000] Processor...
Change-Id: I7e16f69eff3a7ff0ab16c18e6d35e846d07ac829
This demo board is a preset arm board, that can be used to run example gem5 simulations. This board doesnt simulate any known hardware. The board will be used to...
**Describe the bug** When running the [riscv-ubuntu-24.04-boot](https://resources.gem5.org/resources/riscv-ubuntu-24.04-boot/raw?database=gem5-resources&version=1.0.0) workload with the `RiscvMatched` board. It fails with the following error: ``` src/dev/virtio/block.cc:158: warn: Unsupported IO request: 8 src/dev/virtio/block.cc:158: warn: Unsupported IO request:...