From a47fd36b9f92ab21d4db7e9e2a4f42ebf9700d8b Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Thu, 22 Apr 2021 19:06:05 +0200 Subject: [PATCH] vbox: fix high VM load after resize break circle of repeated guest notifications if the guest never acknowledges a VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST genodelabs/genode#4084 --- repos/ports/src/virtualbox5/frontend/console.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/ports/src/virtualbox5/frontend/console.cc b/repos/ports/src/virtualbox5/frontend/console.cc index 90fe58aca2..9bfc7f54c6 100644 --- a/repos/ports/src/virtualbox5/frontend/console.cc +++ b/repos/ports/src/virtualbox5/frontend/console.cc @@ -93,7 +93,6 @@ void fireRuntimeErrorEvent(IEventSource* aSource, BOOL a_fatal, void Console::i_onAdditionsStateChange() { - dynamic_cast(this)->update_video_mode(); } void GenodeConsole::update_video_mode()