[PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute

Michal Privoznik posted 2 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1625662776.git.mprivozn@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/core/machine.c |  3 ++-
hw/core/numa.c    | 45 +++++++++++++++++++++++----------------------
2 files changed, 25 insertions(+), 23 deletions(-)
[PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
Posted by Michal Privoznik 2 years, 9 months ago
See 2/2 for explanation. The first patch is just cosmetics.

Michal Privoznik (2):
  numa: Report expected initiator
  numa: Parse initiator= attribute before cpus= attribute

 hw/core/machine.c |  3 ++-
 hw/core/numa.c    | 45 +++++++++++++++++++++++----------------------
 2 files changed, 25 insertions(+), 23 deletions(-)

-- 
2.31.1


Re: [PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
Posted by Connor Kuehl 2 years, 9 months ago
On Wed Jul 7, 2021 at 6:40 AM PDT, Michal Privoznik wrote:
> See 2/2 for explanation. The first patch is just cosmetics.
>
> Michal Privoznik (2):
> numa: Report expected initiator
> numa: Parse initiator= attribute before cpus= attribute
>
> hw/core/machine.c | 3 ++-
> hw/core/numa.c | 45 +++++++++++++++++++++++----------------------
> 2 files changed, 25 insertions(+), 23 deletions(-)
>
> --
> 2.31.1

For the series:

Reviewed-by: Connor Kuehl <ckuehl@redhat.com>


Re: [PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
Posted by Eduardo Habkost 2 years, 9 months ago
On Wed, Jul 07, 2021 at 03:40:28PM +0200, Michal Privoznik wrote:
> See 2/2 for explanation. The first patch is just cosmetics.
> 
> Michal Privoznik (2):
>   numa: Report expected initiator
>   numa: Parse initiator= attribute before cpus= attribute

Queued, thanks!

-- 
Eduardo