java.lang.Object
org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
org.jdrupes.vmoperator.runner.qemu.commands.QmpAddCpu

public class QmpAddCpu extends QmpCommand
A QmpCommand that plugs a CPU into an unused slot.
  • Constructor Details

    • QmpAddCpu

      public QmpAddCpu(com.fasterxml.jackson.databind.JsonNode unused, String cpuId)
      Instantiates a new command.
      Parameters:
      unused - description of an unused cpu slot
      cpuId - the cpu id
  • Method Details