• M
    qemu: change qemuFindAgentConfig return type · d5762cc0
    Michal Privoznik 提交于
    While this is no functional change, whole channel definition is
    going to be needed very soon. Moreover, while touching this obey
    const correctness rule in qemuAgentOpen() - so far it was passed
    regular pointer to channel config even though the function is
    expected to not change pointee at all. Pass const pointer
    instead.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    d5762cc0
qemu_process.c 183.3 KB