You need to sign in or sign up before continuing.
  • M
    Fix usb master startport parsing · a553dbed
    Martin Kletzander 提交于
    When all usb controllers connected to the same bus have <master
    startport='x'/> specified, none of them have 'id=usb' assigned and
    thus qemu fails due to invalid masterport specification (we use 'usb'
    for that purpose).  Adding a check that at least one of the
    controllers is specified without <master startport='x'/> and in case
    this happens, error out due to invalid configuration.
    a553dbed
domain_conf.c 546.2 KB