[gem5-dev] failing kvm tests

2021-11-03 Thread Gabe Black via gem5-dev
Hey folks, I recently discovered KVM wasn't set up on my desktop, which I just corrected. Now that it's enabled, the KVM tests have started running, and they are also failing. This could be sort of weird issue on my machine, and I'm currently looking into the failure itself. The thing I wanted to

[gem5-dev] Change in gem5/gem5[develop]: arch: Fix serialization/deserialization of Vector registers

2021-11-03 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/51947 ) Change subject: arch: Fix serialization/deserialization of Vector registers .. arch: Fix

[gem5-dev] Change in gem5/gem5[develop]: cpu-kvm,arch-x86,arch-arm,dev: Pair operator new with operator delete.

2021-11-03 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52383 ) Change subject: cpu-kvm,arch-x86,arch-arm,dev: Pair operator new with operator delete. ..

[gem5-dev] Jenkins build is back to normal : nightly #31

2021-11-03 Thread jenkins-no-reply--- via gem5-dev
See ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email to gem5-dev-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Change in gem5/gem5[develop]: tests: Removing Atomic CPU with Ruby tests

2021-11-03 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52384 ) Change subject: tests: Removing Atomic CPU with Ruby tests .. tests: Removing Atomic CPU with Ruby tests

[gem5-dev] Re: failing kvm tests

2021-11-03 Thread Bobby Bruce via gem5-dev
Hey Gabe, At present our Jenkins doesn't have KVM enabled so I believe no tests that use KVM were being run regularly. I intend to get KVM enabled on the Jenkins server over the next few days. I also found the bugs you were referring to when running the long (nightly) and very-long (weekly) tests

[gem5-dev] Re: Build failed in Jenkins: nightly #27

2021-11-03 Thread Jason Lowe-Power via gem5-dev
Here's my data: BAD * 4fe56ff72 - (3 months ago) arch-arm,cpu: Replace rename modes with split reg/elem register files. - Gabe Black GOOD * 25138cbb7 - (4 weeks ago) arch: Simplify and tidy up PCState classes. - Gabe Black * 930986332 - (7 days ago) mem: Fix whitespace in

[gem5-dev] Change in gem5/gem5[develop]: python: Remove incorrect usage of typing 'Optional'

2021-11-03 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52143 ) Change subject: python: Remove incorrect usage of typing 'Optional' .. python: Remove incorrect usage of typing

[gem5-dev] Change in gem5/gem5[develop]: tests: Removing Atomic CPU with Ruby tests

2021-11-03 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52384 ) Change subject: tests: Removing Atomic CPU with Ruby tests .. tests: Removing Atomic CPU with Ruby tests

[gem5-dev] Change in gem5/gem5[develop]: cpu-kvm,arch-x86,arch-arm,dev: Pair operator new with operator delete.

2021-11-03 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/52383 ) Change subject: cpu-kvm,arch-x86,arch-arm,dev: Pair operator new with operator delete. .. cpu-kvm,arch-x86,arch-arm,dev:

[gem5-dev] Change in gem5/gem5[develop]: arch-riscv: Add NMI support

2021-11-03 Thread Jui-min Lee (Gerrit) via gem5-dev
Jui-min Lee has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52363 ) Change subject: arch-riscv: Add NMI support .. arch-riscv: Add NMI support NMI is platform dependent according