RE: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-07-01 Thread Salil Mehta via
Hi Igor, > From: Igor Mammedov > Sent: Monday, July 1, 2024 9:49 AM > To: Salil Mehta > > On Wed, 26 Jun 2024 17:53:52 + > Salil Mehta wrote: > > > Hi Gavin, > > > > > From: Gavin Shan > > > Sent: Wednesday, June 26, 2024 5:13 AM > > > To: Salil Mehta ; Igor Mammedov > >

Re: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-07-01 Thread Igor Mammedov
On Wed, 26 Jun 2024 17:53:52 + Salil Mehta wrote: > Hi Gavin, > > > From: Gavin Shan > > Sent: Wednesday, June 26, 2024 5:13 AM > > To: Salil Mehta ; Igor Mammedov > > > > > > Hi Salil and Igor, > > > > On 6/26/24 9:51 AM, Salil Mehta wrote: > > > On Wed, Jun 5, 2024 at 3:03 P

RE: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-06-26 Thread Salil Mehta via
Hi Gavin, > From: Gavin Shan > Sent: Wednesday, June 26, 2024 5:13 AM > To: Salil Mehta ; Igor Mammedov > > > Hi Salil and Igor, > > On 6/26/24 9:51 AM, Salil Mehta wrote: > > On Wed, Jun 5, 2024 at 3:03 PM Igor Mammedov > mailto:imamm...@redhat.com>> wrote: > > On Sun, 2 Jun 20

Re: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-06-25 Thread Gavin Shan
Hi Salil and Igor, On 6/26/24 9:51 AM, Salil Mehta wrote: On Wed, Jun 5, 2024 at 3:03 PM Igor Mammedov mailto:imamm...@redhat.com>> wrote: On Sun, 2 Jun 2024 18:03:05 -0400 "Michael S. Tsirkin" mailto:m...@redhat.com>> wrote: > On Thu, May 30, 2024 at 12:42:33AM +0100, Salil Mehta

Re: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-06-25 Thread Salil Mehta
Hi Igor, On Wed, Jun 5, 2024 at 3:03 PM Igor Mammedov wrote: > On Sun, 2 Jun 2024 18:03:05 -0400 > "Michael S. Tsirkin" wrote: > > > On Thu, May 30, 2024 at 12:42:33AM +0100, Salil Mehta wrote: > > > Virtual CPU hotplug support is being added across various > architectures[1][3]. > > > This ser

Re: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-06-05 Thread Igor Mammedov
On Sun, 2 Jun 2024 18:03:05 -0400 "Michael S. Tsirkin" wrote: > On Thu, May 30, 2024 at 12:42:33AM +0100, Salil Mehta wrote: > > Virtual CPU hotplug support is being added across various > > architectures[1][3]. > > This series adds various code bits common across all architectures: > > > > 1.

Re: [PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-06-02 Thread Michael S. Tsirkin
On Thu, May 30, 2024 at 12:42:33AM +0100, Salil Mehta wrote: > Virtual CPU hotplug support is being added across various architectures[1][3]. > This series adds various code bits common across all architectures: > > 1. vCPU creation and Parking code refactor [Patch 1] > 2. Update ACPI GED framewor

[PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug

2024-05-29 Thread Salil Mehta via
Virtual CPU hotplug support is being added across various architectures[1][3]. This series adds various code bits common across all architectures: 1. vCPU creation and Parking code refactor [Patch 1] 2. Update ACPI GED framework to support vCPU Hotplug [Patch 2,3] 3. ACPI CPUs AML code change [Pat