
7 Mar
2019
7 Mar
'19
3 p.m.
On 3/4/19 10:34 PM, Eric Blake wrote:
Clean up the previous patch which abused switch on virDomainState while working with a variable containing virDomainSnapshotState, by converting the two affected switch statements to now use the right enum.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/qemu/qemu_driver.c | 67 ++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 35 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John