We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1c6d3 commit af79188Copy full SHA for af79188
1 file changed
lib/tinykvm/remote.cpp
@@ -130,6 +130,7 @@ Machine::address_t Machine::remote_disconnect()
130
return 0;
131
132
auto& remote = *this->m_remote;
133
+ remote.remote_connect_halfway(remote); // Clear halfway state
134
if (remote.cpu().remote_serializer != nullptr)
135
{
136
// Unlock the remote serializer
@@ -141,7 +142,6 @@ Machine::address_t Machine::remote_disconnect()
141
142
143
// Restore the vCPU machine to the original machine
144
this->vcpu.set_machine(this->vcpu.original_machine());
- remote.remote_connect_halfway(remote); // Clear halfway state
145
146
// Unpresent gigabyte entries from remote VM in this VM
147
const auto remote_vmem = remote.main_memory().vmem();
0 commit comments