Xuefeng_Zhang
Xuefeng_Zhang
I'm sorry, I meet this problem, too. I meet the same error when I use this command to prepare dataset. `docker run -it --name streaming_dataset cloudsuite/media-streaming:dataset` Here is the result,...
oh, I'm sorry. I got it!
It doesn't work when I use VExpress_GEM5_V1 with --param 'system.realview.gic.simulate_gic=True'. Then, I try fs_bigLITTLE.py, KVM simulation can start but stalls on the boot process. Do you know how I could...
> https://github.com/gem5/gem5/blob/stable/src/dev/arm/gic_v3_cpu_interface.cc#L2604 @giactra It still doesn't work. I try debugging with gdb and find that this copy is from this line: https://github.com/gem5/gem5/blob/b1a44b89c7bae73fae2dc547bc1f871452075b85/src/arch/arm/kvm/armv8_cpu.cc#L240 setOneReg(INT_REG(regs.pstate), static_cast(cpsr));
> Hi @Xuefeng-2000, we recently released gem5 version 24.0. I recommend testing your code on this new release. > > Additionally, there may be a bug in the x86 implementation....
``> > The differences in each run are different, but they must be in a certain jump or return instruction of the kernel code. How can I solve this problem?...
Here are the tests I conducted: 1. Take checkpoint in KVM mode, restore with O3CPU: SIGSEGV 2. Take checkpoint in KVM mode, restore with TimingSimpleCPU: No Fault 3. Take checkpoint...
> [@Xuefeng-2000](https://github.com/Xuefeng-2000) Hello, thanks for opening this issue! The response I got from [@powerjg](https://github.com/powerjg) was as follows: JIT compilation results in self modifying code, which is where code is loaded...