Re: [PATCH 1/2] tools/libs: light: Remove the variable 'domainid' do_pci_remove()

2023-08-24 Thread Julien Grall
Hi Anthony, On 18/08/2023 18:05, Anthony PERARD wrote: On Wed, Aug 09, 2023 at 11:33:04AM +0100, Julien Grall wrote: From: Julien Grall The function do_pci_remove() has two local variables 'domid' and 'domainid' containing the same value. Looking at the history, until 2cf3b50dcd8b ("libxl_pc

Re: [PATCH 1/2] tools/libs: light: Remove the variable 'domainid' do_pci_remove()

2023-08-18 Thread Anthony PERARD
On Wed, Aug 09, 2023 at 11:33:04AM +0100, Julien Grall wrote: > From: Julien Grall > > The function do_pci_remove() has two local variables 'domid' and > 'domainid' containing the same value. > > Looking at the history, until 2cf3b50dcd8b ("libxl_pci: Use > libxl__ao_device with pci_remove") the

Re: [PATCH 1/2] tools/libs: light: Remove the variable 'domainid' do_pci_remove()

2023-08-10 Thread Jason Andryuk
On Wed, Aug 9, 2023 at 6:34 AM Julien Grall wrote: > > From: Julien Grall > > The function do_pci_remove() has two local variables 'domid' and > 'domainid' containing the same value. > > Looking at the history, until 2cf3b50dcd8b ("libxl_pci: Use > libxl__ao_device with pci_remove") the two varia

[PATCH 1/2] tools/libs: light: Remove the variable 'domainid' do_pci_remove()

2023-08-09 Thread Julien Grall
From: Julien Grall The function do_pci_remove() has two local variables 'domid' and 'domainid' containing the same value. Looking at the history, until 2cf3b50dcd8b ("libxl_pci: Use libxl__ao_device with pci_remove") the two variables may have different value when using a stubdomain. As this is