Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into staging
commitaacc7c8be2900f1f0a2a1bd241c5eeb58878bb28
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 May 2020 10:21:30 +0000 (28 11:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 28 May 2020 10:21:30 +0000 (28 11:21 +0100)
tree57e8078cdf00f69f1940a2663ede9a95136b20f9
parent8b92b9ef86077f9ec77998666cd7de137c33e9bf
parent49e2fa85ff04a9be89ed15f922c7d8dae2be9e74
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into staging

Error reporting patches for 2020-05-27

# gpg: Signature made Wed 27 May 2020 06:48:02 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-error-2020-05-27:
  i386: Fix x86_cpu_load_model() error API violation
  arm/sabrelite: Consistently use &error_fatal in sabrelite_init()
  mips/boston: Plug memory leak in boston_mach_init()
  mips/boston: Fix boston_mach_init() error handling
  mips/malta: Fix create_cps() error handling
  error: Use error_reportf_err() where appropriate
  tests/migration: Tighten error checking
  s390x/cpumodel: Fix harmless misuse of visit_check_struct()
  xen: Fix and improve handling of device_add usb-host errors
  nvdimm: Plug memory leak in uuid property setter

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/mips/malta.c