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

public class QmpDelCpu extends QmpCommand
A QmpCommand that removes a CPU with the given id.
  • Constructor Details

    • QmpDelCpu

      public QmpDelCpu(String cpuId)
      Instantiates a new qmp del cpu.
      Parameters:
      cpuId - the cpu id
  • Method Details