[PATCH-for-6.1? v2 0/3] hw/core: fix error checkig in smp_parse

Philippe Mathieu-Daudé posted 3 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210813112608.1452541-1-philmd@redhat.com
include/hw/boards.h |  2 +-
hw/core/machine.c   | 14 ++++++++------
hw/i386/pc.c        | 10 ++++++----
3 files changed, 15 insertions(+), 11 deletions(-)
[PATCH-for-6.1? v2 0/3] hw/core: fix error checkig in smp_parse
Posted by Philippe Mathieu-Daudé 2 years, 8 months ago
Respin of Daniel's series checking MachineClass::smp_parse()
return value instead of *errp.

Daniel P. Berrangé (1):
  hw/core: fix error checkig in smp_parse

Philippe Mathieu-Daudé (2):
  hw/core: Add missing return on error
  hw/core: Have MachineClass::smp_parse() return boolean on error

 include/hw/boards.h |  2 +-
 hw/core/machine.c   | 14 ++++++++------
 hw/i386/pc.c        | 10 ++++++----
 3 files changed, 15 insertions(+), 11 deletions(-)

-- 
2.31.1