Re: [Qemu-devel] [PATCH] hw/xtensa: xtfpga: raise CPU number limit

2019-02-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190128021835.24451-1-jcmvb...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

[Qemu-devel] [PATCH] hw/xtensa: xtfpga: raise CPU number limit

2019-01-27 Thread Max Filippov
MX PIC can support up to 32 CPUs on xtfpga boards, raise per-board limit accordingly. Signed-off-by: Max Filippov --- hw/xtensa/xtfpga.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c index 792a225e03a2..1d21162a2773 1