mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
hv.py: Shut down fb before entering guest
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
0203aa6d3d
commit
f58a9774d2
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ class HV:
|
|||
print(f" - {iodev!s}")
|
||||
self.p.iodev_set_usage(iodev, 0)
|
||||
|
||||
print(f"Shutting down framebuffer...")
|
||||
self.p.fb_shutdown()
|
||||
|
||||
print(f"Jumping to entrypoint at 0x{self.entry:x}")
|
||||
|
||||
self.iface.dev.timeout = None
|
||||
|
|
Loading…
Reference in a new issue