All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-6.1? v2 0/3] hw/core: fix error checkig in smp_parse
@ 2021-08-13 11:26 Philippe Mathieu-Daudé
  2021-08-13 11:26 ` [PATCH-for-6.1? v2 1/3] hw/core: Add missing return on error Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-13 11:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P . Berrangé,
	Eduardo Habkost, Michael S. Tsirkin, Richard Henderson,
	Paolo Bonzini, Philippe Mathieu-Daudé

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-13 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 11:26 [PATCH-for-6.1? v2 0/3] hw/core: fix error checkig in smp_parse Philippe Mathieu-Daudé
2021-08-13 11:26 ` [PATCH-for-6.1? v2 1/3] hw/core: Add missing return on error Philippe Mathieu-Daudé
2021-08-13 12:29   ` Paolo Bonzini
2021-08-13 11:26 ` [PATCH-for-6.1? v2 2/3] hw/core: Have MachineClass::smp_parse() return boolean " Philippe Mathieu-Daudé
2021-08-13 12:26   ` Paolo Bonzini
2021-08-13 11:26 ` [PATCH-for-6.1? v2 3/3] hw/core: fix error checkig in smp_parse Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.