vl: Improve error message when we can't load fw_cfg from file
commit353c7d58b9192c6c0443a426ebb8582d73ded960
authorLi Qiang <liq3ea@gmail.com>
Thu, 1 Nov 2018 05:59:31 +0000 (31 22:59 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Nov 2018 14:35:18 +0000 (27 15:35 +0100)
tree8d62beae9d7b28ab6d72629d30d4a3d9ba8ee78d
parent03fee66fde3f9e179e3973e8c50f6fa0a0a14613
vl: Improve error message when we can't load fw_cfg from file

parse_fw_cfg() reports "can't load" without further details.  Get
the details from g_file_get_contents(), and include them in the
error message.

Signed-off-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <1541051971-28584-1-git-send-email-liq3ea@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c