Fix command.

This commit is contained in:
Michael Lipp 2023-07-31 22:59:09 +02:00
parent ca1e00d326
commit ba5dad1fe5

View file

@ -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());