Skip to content

Commit

Permalink
vm(qemu): fix stuck on busy when guest shuts down
Browse files Browse the repository at this point in the history
Fixes #3702
  • Loading branch information
osy committed Mar 1, 2022
1 parent 7a2c0a6 commit ce7993d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Managers/UTMQemuVirtualMachine.m
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ - (void)_vmStopForce:(BOOL)force completion:(void (^)(NSError * _Nullable))compl
self.system = nil;
// stop logging
[self.logging endLog];
completion(nil);
}

- (void)vmStopForce:(BOOL)force completion:(void (^)(NSError * _Nullable))completion {
Expand Down

0 comments on commit ce7993d

Please sign in to comment.