[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-31 Thread carlosedp
Hi Laurent, confirm that after changing the network adapter to the e1000e it worked flawlessly for hours with 4 cores on Macbook Pro. Thanks! -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867786 Ti

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-30 Thread carlosedp
I just built from latest master and got the kernel trace below. ❯ qemu-system-ppc64 --version QEMU emulator version 4.2.90 (v4.2.0-2811-g83019e81d1-dirty) Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers qemu-system-ppc64 \ -nographic -nodefaults -monitor pty -serial s

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-30 Thread carlosedp
Hi, any news about this? Can I provide any additional info since it might be a Mac issue. Thanks -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867786 Title: Qemu PPC64 freezes with multi-core CPU

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-18 Thread carlosedp
Hi Laurent, I'm on a MacOS Mojave running Qemu installed by homebrew from master branch on the day I've opened the bug. The option to install was: `brew install --HEAD qemu -s --verbose`. Maybe it's a Mac related problem? -- You received this bug notification because you are a member of qemu- d

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-17 Thread carlosedp
I just reverted to 4.2.0 and it works fine. No freezes for the past hour. ❯ qemu-system-ppc64 --version QEMU emulator version 4.2.0 Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers Couldn't bisect to find the bad commit. Carlos -- You received this bug notification becau

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-17 Thread carlosedp
It's soft emulation, running Qemu 4.2.50 (from master branch) on MacOS Mojave. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867786 Title: Qemu PPC64 freezes with multi-core CPU Status in QEMU:

[Bug 1867786] Re: Qemu PPC64 freezes with multi-core CPU

2020-03-17 Thread carlosedp
** Tags added: ppc -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867786 Title: Qemu PPC64 freezes with multi-core CPU Status in QEMU: New Bug description: I installed Debian 10 on a Qemu PPC

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU

2020-03-17 Thread carlosedp
Public bug reported: I installed Debian 10 on a Qemu PPC64 VM running with the following flags: qemu-system-ppc64 \ -nographic -nodefaults -monitor pty -serial stdio \ -M pseries -cpu POWER9 -smp cores=4,threads=1 -m 4G \ -drive file=debian-ppc64el-qemu.qcow2,format=qcow2,if=virtio

[Bug 1847232] Re: qemu TCG in s390x mode issue with calculating HASH

2020-03-13 Thread carlosedp
Tried applying the -cpu parameter into Qemu 4.1.1 but I got: qemu-system-riscv64: unable to find CPU model 'qemu' My command is: qemu-system-riscv64 \ -machine virt \ -cpu qemu,vx=off \ -nographic \ -smp 4 \ -m 4G \ -bios fw_payload.bin \ -device virtio-blk-device,dri