mirror of
https://github.com/qemu/qemu.git
synced 2025-10-31 20:44:16 +00:00
QEMU currently crashes when the user tries to do something like: qemu-system-x86_64 -M x-remote -device piix3-ide This happens because the "isabus" variable is not initialized with the x-remote machine yet. Add a proper check for this condition and propagate the error to the caller, so we can fail there gracefully. Message-Id: <20210416125256.2039734-1-thuth@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
||
|---|---|---|
| .. | ||
| apm.h | ||
| i8259_internal.h | ||
| isa.h | ||
| pc87312.h | ||
| superio.h | ||
| vt82c686.h | ||