OSDN Git Service

vl: make machine type deprecation a warning
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 May 2022 17:50:43 +0000 (13:50 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 May 2022 12:23:17 +0000 (14:23 +0200)
commit7adb75d6be0b11ace0fabfb8cddc890243773782
tree2edb5919285f05a9e5469b9ed92bbc86b45dd7cc
parente23a13c0426774443543d78eef84ec8404534f0b
vl: make machine type deprecation a warning

error_report should generally be followed by a failure; if we can proceed
anyway, that is just a warning and should be communicated properly to
the user with warn_report.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220511175043.27327-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c