Skip to content

Instantly share code, notes, and snippets.

@sameo
Created August 1, 2018 15:41
Show Gist options
  • Select an option

  • Save sameo/760c98484ef8b7ee8f05260e8cf2c613 to your computer and use it in GitHub Desktop.

Select an option

Save sameo/760c98484ef8b7ee8f05260e8cf2c613 to your computer and use it in GitHub Desktop.
telnet 127.0.0.1 55555
// CPU hotplug
(qemu) device_add host-x86_64-cpu,id=core4,socket-id=1,core-id=1,thread-id=0

// CPU hotunplug
(qemu) device_del core4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment