Re: [Qemu-devel] [PATCH v5] vl: exit if maxcpus is negative

2017-09-25 Thread seeteena
Hi Philippe, I have not seen patch went upstream.. On 09/04/2017 09:12 PM, Philippe Mathieu-Daudé wrote: On 09/04/2017 04:43 AM, Seeteena Thoufeek wrote: ---Steps to Reproduce--- When passed a negative number to 'maxcpus' parameter, Qemu aborts with a core dump. Run the following command wi

Re: [Qemu-devel] [PATCH v5] vl: exit if maxcpus is negative

2017-09-04 Thread Philippe Mathieu-Daudé
On 09/04/2017 04:43 AM, Seeteena Thoufeek wrote: ---Steps to Reproduce--- When passed a negative number to 'maxcpus' parameter, Qemu aborts with a core dump. Run the following command with maxcpus argument as negative number ppc64-softmmu/qemu-system-ppc64 --nographic -vga none -machine pserie

[Qemu-devel] [PATCH v5] vl: exit if maxcpus is negative

2017-09-04 Thread Seeteena Thoufeek
---Steps to Reproduce--- When passed a negative number to 'maxcpus' parameter, Qemu aborts with a core dump. Run the following command with maxcpus argument as negative number ppc64-softmmu/qemu-system-ppc64 --nographic -vga none -machine pseries,accel=kvm,kvm-type=HV -m size=200g -device virtio