Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-08 Thread Juergen Gross

On 08.12.23 16:33, Anthony PERARD wrote:

On Tue, Nov 21, 2023 at 12:40:43PM +0100, Juergen Gross wrote:

Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
   only option which seems to have a use case (OTOH using it has some
   downsides as well).

Juergen Gross (5):
   tools/xenstored: remove "-D" command line parameter
   tools/xenstored: remove "-V" command line option
   tools/xenstored: remove the "-P" command line option
   tools/xenstored: remove the "-R" command line option
   tools/xenstored: remove "-N" command line option


Should we have en entry in the changelog about all these removals? Who
knows if they are used by someone or not...


I'll send a patch in this regard when patch 5 has gone in.


Juergen



OpenPGP_0xB0DE9DD628BF132F.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-08 Thread Anthony PERARD
On Tue, Nov 21, 2023 at 12:40:43PM +0100, Juergen Gross wrote:
> Remove some command line options which have no real use case.
> 
> Changes in V2:
> - moved removal of "-N" into last patch of the series, as this is the
>   only option which seems to have a use case (OTOH using it has some
>   downsides as well).
> 
> Juergen Gross (5):
>   tools/xenstored: remove "-D" command line parameter
>   tools/xenstored: remove "-V" command line option
>   tools/xenstored: remove the "-P" command line option
>   tools/xenstored: remove the "-R" command line option
>   tools/xenstored: remove "-N" command line option

Should we have en entry in the changelog about all these removals? Who
knows if they are used by someone or not...

Thanks,

-- 
Anthony PERARD



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Julien Grall




On 07/12/2023 08:26, Juergen Gross wrote:

On 21.11.23 12:40, Juergen Gross wrote:

Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
   only option which seems to have a use case (OTOH using it has some
   downsides as well).

Juergen Gross (5):
   tools/xenstored: remove "-D" command line parameter
   tools/xenstored: remove "-V" command line option
   tools/xenstored: remove the "-P" command line option
   tools/xenstored: remove the "-R" command line option
   tools/xenstored: remove "-N" command line option

  tools/xenstored/core.c | 81 +++---
  1 file changed, 12 insertions(+), 69 deletions(-)



I think at least patches 1-4 can go in as they all have the required Acks.


Thanks for the reminder. I have committed patches #1-#4.

Cheers,

--
Julien Grall



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Julien Grall




On 07/12/2023 12:39, Jan Beulich wrote:

On 07.12.2023 13:14, Julien Grall wrote:

Hi Jan,

On 07/12/2023 09:30, Jan Beulich wrote:

On 07.12.2023 09:26, Juergen Gross wrote:

On 21.11.23 12:40, Juergen Gross wrote:

Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
 only option which seems to have a use case (OTOH using it has some
 downsides as well).

Juergen Gross (5):
 tools/xenstored: remove "-D" command line parameter
 tools/xenstored: remove "-V" command line option
 tools/xenstored: remove the "-P" command line option
 tools/xenstored: remove the "-R" command line option
 tools/xenstored: remove "-N" command line option

tools/xenstored/core.c | 81 +++---
1 file changed, 12 insertions(+), 69 deletions(-)



I think at least patches 1-4 can go in as they all have the required Acks.


I'll try to remember to include them in the next swipe. I was kind of
assuming Julien would be taking care of them.


Sorry this fell through the cracks. I can do it if you haven't yet done it.


I haven't yet, no.


Ok. I will take care of patches #1-#4 then.

Cheers,

--
Julien Grall



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Jan Beulich
On 07.12.2023 13:14, Julien Grall wrote:
> Hi Jan,
> 
> On 07/12/2023 09:30, Jan Beulich wrote:
>> On 07.12.2023 09:26, Juergen Gross wrote:
>>> On 21.11.23 12:40, Juergen Gross wrote:
 Remove some command line options which have no real use case.

 Changes in V2:
 - moved removal of "-N" into last patch of the series, as this is the
 only option which seems to have a use case (OTOH using it has some
 downsides as well).

 Juergen Gross (5):
 tools/xenstored: remove "-D" command line parameter
 tools/xenstored: remove "-V" command line option
 tools/xenstored: remove the "-P" command line option
 tools/xenstored: remove the "-R" command line option
 tools/xenstored: remove "-N" command line option

tools/xenstored/core.c | 81 +++---
1 file changed, 12 insertions(+), 69 deletions(-)

>>>
>>> I think at least patches 1-4 can go in as they all have the required Acks.
>>
>> I'll try to remember to include them in the next swipe. I was kind of
>> assuming Julien would be taking care of them.
> 
> Sorry this fell through the cracks. I can do it if you haven't yet done it.

I haven't yet, no.

Jan



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Julien Grall

Hi Jan,

On 07/12/2023 09:30, Jan Beulich wrote:

On 07.12.2023 09:26, Juergen Gross wrote:

On 21.11.23 12:40, Juergen Gross wrote:

Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
only option which seems to have a use case (OTOH using it has some
downsides as well).

Juergen Gross (5):
tools/xenstored: remove "-D" command line parameter
tools/xenstored: remove "-V" command line option
tools/xenstored: remove the "-P" command line option
tools/xenstored: remove the "-R" command line option
tools/xenstored: remove "-N" command line option

   tools/xenstored/core.c | 81 +++---
   1 file changed, 12 insertions(+), 69 deletions(-)



I think at least patches 1-4 can go in as they all have the required Acks.


I'll try to remember to include them in the next swipe. I was kind of
assuming Julien would be taking care of them.


Sorry this fell through the cracks. I can do it if you haven't yet done it.

Cheers,

--
Julien Grall



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Jan Beulich
On 07.12.2023 09:26, Juergen Gross wrote:
> On 21.11.23 12:40, Juergen Gross wrote:
>> Remove some command line options which have no real use case.
>>
>> Changes in V2:
>> - moved removal of "-N" into last patch of the series, as this is the
>>only option which seems to have a use case (OTOH using it has some
>>downsides as well).
>>
>> Juergen Gross (5):
>>tools/xenstored: remove "-D" command line parameter
>>tools/xenstored: remove "-V" command line option
>>tools/xenstored: remove the "-P" command line option
>>tools/xenstored: remove the "-R" command line option
>>tools/xenstored: remove "-N" command line option
>>
>>   tools/xenstored/core.c | 81 +++---
>>   1 file changed, 12 insertions(+), 69 deletions(-)
>>
> 
> I think at least patches 1-4 can go in as they all have the required Acks.

I'll try to remember to include them in the next swipe. I was kind of
assuming Julien would be taking care of them.

Jan



Re: [PATCH v2 0/5] tools/xenstored: remove some command line options

2023-12-07 Thread Juergen Gross

On 21.11.23 12:40, Juergen Gross wrote:

Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
   only option which seems to have a use case (OTOH using it has some
   downsides as well).

Juergen Gross (5):
   tools/xenstored: remove "-D" command line parameter
   tools/xenstored: remove "-V" command line option
   tools/xenstored: remove the "-P" command line option
   tools/xenstored: remove the "-R" command line option
   tools/xenstored: remove "-N" command line option

  tools/xenstored/core.c | 81 +++---
  1 file changed, 12 insertions(+), 69 deletions(-)



I think at least patches 1-4 can go in as they all have the required Acks.


Juergen


OpenPGP_0xB0DE9DD628BF132F.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


[PATCH v2 0/5] tools/xenstored: remove some command line options

2023-11-21 Thread Juergen Gross
Remove some command line options which have no real use case.

Changes in V2:
- moved removal of "-N" into last patch of the series, as this is the
  only option which seems to have a use case (OTOH using it has some
  downsides as well).

Juergen Gross (5):
  tools/xenstored: remove "-D" command line parameter
  tools/xenstored: remove "-V" command line option
  tools/xenstored: remove the "-P" command line option
  tools/xenstored: remove the "-R" command line option
  tools/xenstored: remove "-N" command line option

 tools/xenstored/core.c | 81 +++---
 1 file changed, 12 insertions(+), 69 deletions(-)

-- 
2.35.3