• S
    Use unsigned timeout in cmdMigrateSetMaxDowntime · 7432141c
    Scott Garfinkle 提交于
    While looking to implement a migrate-getmaxdowntime command (coming),
    I noticed that the setmaxdowntime is incorrectly looking at its
    parameter as a signed longlong. Not sure how that got past gcc, but
    here's a simple patch to make the command line parsing and the parameter to
    the worker functions all have the correct (unsigned) type.
    Signed-off-by: NScott Garfinkle <seg@us.ibm.com>
    7432141c
virsh-domain.c 395.8 KB