Re: [PATCH 15/22] qemu: capabilities: Add alternative detection of QEMU_CAPS_NUMA

2021-08-16 Thread Martin Kletzander
On Mon, Aug 16, 2021 at 03:15:20PM +0200, Peter Krempa wrote: On Mon, Aug 16, 2021 at 15:09:39 +0200, Martin Kletzander wrote: On Thu, Aug 12, 2021 at 04:49:08PM +0200, Peter Krempa wrote: > 'set-numa-node' is the command which can set the equivalent parameters > to '-numa' in preconfig mode,

Re: [PATCH 15/22] qemu: capabilities: Add alternative detection of QEMU_CAPS_NUMA

2021-08-16 Thread Peter Krempa
On Mon, Aug 16, 2021 at 15:09:39 +0200, Martin Kletzander wrote: > On Thu, Aug 12, 2021 at 04:49:08PM +0200, Peter Krempa wrote: > > 'set-numa-node' is the command which can set the equivalent parameters > > to '-numa' in preconfig mode, so we can use it as witness to see that > > -numa is

Re: [PATCH 15/22] qemu: capabilities: Add alternative detection of QEMU_CAPS_NUMA

2021-08-16 Thread Martin Kletzander
On Thu, Aug 12, 2021 at 04:49:08PM +0200, Peter Krempa wrote: 'set-numa-node' is the command which can set the equivalent parameters to '-numa' in preconfig mode, so we can use it as witness to see that -numa is supported. To ensure that the old detection method is removed once we'll be bumping

[PATCH 15/22] qemu: capabilities: Add alternative detection of QEMU_CAPS_NUMA

2021-08-12 Thread Peter Krempa
'set-numa-node' is the command which can set the equivalent parameters to '-numa' in preconfig mode, so we can use it as witness to see that -numa is supported. To ensure that the old detection method is removed once we'll be bumping qemu support add a comment with the appropriate version check.