Re: [PATCH] tools/xentop: add option to display dom0 first

2024-02-08 Thread zithro
On 07 Feb 2024 16:44, Anthony PERARD wrote: No worries, and your patch was reviewed so you didn't failed to the strict minimum ;-). Ahah, true, just felt a bit stupid ! Thanks, and also for the gdb pointers. But sorry for nooby "non-rebased/non-squashed" v2, fixed now ;) I have a "display

Re: [PATCH] tools/xentop: add option to display dom0 first

2024-02-07 Thread Anthony PERARD
On Tue, Feb 06, 2024 at 03:38:05PM +0100, zithro wrote: > On 05 Feb 2024 18:27, Anthony PERARD wrote: > > On Wed, Jan 31, 2024 at 06:51:34PM +0100, Cyril Rébert wrote: > > > Add a command line option to xentop to be able to display dom0 first, on > > > top of the list. > > > This is

Re: [PATCH] tools/xentop: add option to display dom0 first

2024-02-06 Thread zithro
On 05 Feb 2024 18:27, Anthony PERARD wrote: On Wed, Jan 31, 2024 at 06:51:34PM +0100, Cyril Rébert wrote: Add a command line option to xentop to be able to display dom0 first, on top of the list. This is unconditional, so sorting domains with the S option will also ignore dom0.

Re: [PATCH] tools/xentop: add option to display dom0 first

2024-02-05 Thread Anthony PERARD
On Wed, Jan 31, 2024 at 06:51:34PM +0100, Cyril Rébert wrote: > Add a command line option to xentop to be able to display dom0 first, on top > of the list. > This is unconditional, so sorting domains with the S option will also ignore > dom0. > > Signed-off-by: Cyril Rébert (zithro) Hi Cyril,

[PATCH] tools/xentop: add option to display dom0 first

2024-01-31 Thread Cyril Rébert
Add a command line option to xentop to be able to display dom0 first, on top of the list. This is unconditional, so sorting domains with the S option will also ignore dom0. Signed-off-by: Cyril Rébert (zithro) --- tools/xentop/xentop.c | 31 +++ 1 file changed, 27