• M
    maint: Fix use of invalid reboot flags · 4ded3fb1
    Michal Privoznik 提交于
    Throughout the code, we've always used VIR_DOMAIN_SHUTDOWN* flags
    even for virDomainReboot() API and its implementation. Fortunately,
    the appropriate macros has the same value. But if we want to keep
    things consistent, we should be using the correct macros. This
    patch doesn't break anything, luckily.
    4ded3fb1
libvirt.c 601.5 KB