RE: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-23 Thread Salil Mehta
> Subject: Re: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch > > On Sat, Jun 13, 2020 at 10:36:07PM +0100, Salil Mehta wrote: > > This patch-set introduces the virtual cpu hotplug support for ARMv8 > > architecture in QEMU. Idea is to be able to hotplug and hot

Re: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-23 Thread Andrew Jones
On Sat, Jun 13, 2020 at 10:36:07PM +0100, Salil Mehta wrote: > This patch-set introduces the virtual cpu hotplug support for ARMv8 > architecture in QEMU. Idea is to be able to hotplug and hot-unplug the vcpus > while guest VM is running and no reboot is required. This does *not* makes any > assump

RE: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-15 Thread Salil Mehta
Hi Marc, Thanks for the review. > From: Marc Zyngier [mailto:m...@kernel.org] > Sent: Sunday, June 14, 2020 12:55 PM > > Hi Salil, > > On 2020-06-13 22:36, Salil Mehta wrote: > > This patch-set introduces the virtual cpu hotplug support for ARMv8 > > architecture in QEMU. Idea is to be able to h

Re: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-14 Thread Marc Zyngier
Hi Salil, On 2020-06-13 22:36, Salil Mehta wrote: This patch-set introduces the virtual cpu hotplug support for ARMv8 architecture in QEMU. Idea is to be able to hotplug and hot-unplug the vcpus while guest VM is running and no reboot is required. This does *not* makes any assumption of the ph

Re: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200613213629.21984-1-salil.me...@huawei.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200613213629.21984-1-salil.me...@huawei.com Subject: [PATCH RFC 00/22] Support of Virtual CPU

Re: [PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200613213629.21984-1-salil.me...@huawei.com/ Hi, This series failed the docker-quick@centos7 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

[PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch

2020-06-13 Thread Salil Mehta
This patch-set introduces the virtual cpu hotplug support for ARMv8 architecture in QEMU. Idea is to be able to hotplug and hot-unplug the vcpus while guest VM is running and no reboot is required. This does *not* makes any assumption of the physical cpu hotplug availability within the host system