Re: [PULL 0/3] Machine-next patches for 2021-11-15

2021-11-16 Thread Richard Henderson

On 11/15/21 11:47 PM, Philippe Mathieu-Daudé wrote:

The following changes since commit 42f6c9179be4401974dd3a75ee72defd16b5092d:

   Merge tag 'pull-ppc-2022' of https://github.com/legoater/qemu into 
staging (2021-11-12 12:28:25 +0100)

are available in the Git repository at:

   https://github.com/philmd/qemu.git tags/machine-core-2025

for you to fetch changes up to 7b6d1bc9629f3dd45647ec3418e0606a9248:

   tests/unit/test-smp-parse: Explicit MachineClass name (2021-11-15 21:49:16 
+0100)


Machine core patches

- Rework SMP parsing unit test to work on WinGW:

   https://github.com/qemu/qemu/runs/4078386652

   This fixes:

 Test smp_parse failed!
 Expected error report: Invalid SMP CPUs 1. The min CPUs supported by 
machine '(null)' is 2
   Output error report: Invalid SMP CPUs 1. The min CPUs supported by 
machine '(NULL)' is 2



Philippe Mathieu-Daudé (3):
   tests/unit/test-smp-parse: Restore MachineClass fields after modifying
   tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
   tests/unit/test-smp-parse: Explicit MachineClass name

  tests/unit/test-smp-parse.c | 52 +++--
  1 file changed, 33 insertions(+), 19 deletions(-)


Applied, thanks.

r~




[PULL 0/3] Machine-next patches for 2021-11-15

2021-11-15 Thread Philippe Mathieu-Daudé
The following changes since commit 42f6c9179be4401974dd3a75ee72defd16b5092d:

  Merge tag 'pull-ppc-2022' of https://github.com/legoater/qemu into 
staging (2021-11-12 12:28:25 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/machine-core-2025

for you to fetch changes up to 7b6d1bc9629f3dd45647ec3418e0606a9248:

  tests/unit/test-smp-parse: Explicit MachineClass name (2021-11-15 21:49:16 
+0100)


Machine core patches

- Rework SMP parsing unit test to work on WinGW:

  https://github.com/qemu/qemu/runs/4078386652

  This fixes:

Test smp_parse failed!
Expected error report: Invalid SMP CPUs 1. The min CPUs supported by 
machine '(null)' is 2
  Output error report: Invalid SMP CPUs 1. The min CPUs supported by 
machine '(NULL)' is 2



Philippe Mathieu-Daudé (3):
  tests/unit/test-smp-parse: Restore MachineClass fields after modifying
  tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
  tests/unit/test-smp-parse: Explicit MachineClass name

 tests/unit/test-smp-parse.c | 52 +++--
 1 file changed, 33 insertions(+), 19 deletions(-)

-- 
2.31.1