You need to sign in or sign up before continuing.
  • J
    qemu: report an error if memballoon has wrong address type · 29bd350b
    Ján Tomko 提交于
    qemuBuildMemballoonDevStr returns NULL if memballoon doesn't have
    the right address type, but it doesn't report an error, leading to:
    error: An error occurred, but the cause is unknown
    
    Report a helpful error message instead, e.g.:
    error: XML error: memballoon unsupported with address type 'usb'
    29bd350b
qemu_command.c 359.1 KB