• M
    qemu_conf: Undefine the correct symbol · bf4cbe40
    Michal Privoznik 提交于
    At the beginning of the qemu config file parsing function there
    are 3 helper macros defined: GET_VALUE_BOOL, GET_VALUE_LONG and
    GET_VALUE_STR. Later, when they are no longer needed they are
    undefined in order to keep the namespace clean. However, the
    GET_VALUE_STRING is undefined instead of GET_VALUE_STR.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    bf4cbe40
qemu_conf.c 44.9 KB