• J
    qemu: Refactor qemuMonitorGetBlockInfo · 65c27e29
    Jiri Denemark 提交于
    QEMU always sends details about all available block devices as an answer
    for "info block"/"query-block" command. On the other hand, our
    qemuMonitorGetBlockInfo was made for a single block devices queries
    only. Thus, when asking for multiple devices, we asked qemu multiple
    times to always get the same answer from which different parts were
    filtered. This patch makes qemuMonitorGetBlockInfo return a hash table
    of all block devices, which may later be used for getting details about
    specific devices.
    65c27e29
qemu_hotplug.c 77.9 KB