Fix command.
This commit is contained in:
parent
ca1e00d326
commit
ba5dad1fe5
1 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ public class QemuMonitor extends Component {
|
|||
cont = mapper.readValue("{ \"execute\": "
|
||||
+ "\"cont\" }", JsonNode.class);
|
||||
powerdown = mapper.readValue("{ \"execute\": "
|
||||
+ "\"query-cpus-fast\",\"arguments\":{}}", JsonNode.class);
|
||||
+ "\"system_powerdown\" }", JsonNode.class);
|
||||
} catch (IOException e) {
|
||||
logger.log(Level.SEVERE, e,
|
||||
() -> "Cannot initialize class: " + e.getMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue