« Previous | Next » 

Revision 5fbb57ab

ID5fbb57ab7e42096f8b4bed9457f8fb4b7523ba2d

Added by Dimitris Aragiorgis over 10 years ago

(kvm) Each hotplug qemu commmand with a separate socat

Previously we issued one socat command with two "\n" separated
actions (e.g. netdev_add ...\ndevice_add...) This bumps into
a QEMU race where the first one succeeds but the second (which
has reference to the first) does not! Thus we change
_CallHotplugCommand() to take a list of commands and issues them
separately.

Sleep for 2 secs after each command.

Signed-off-by: Dimitris Aragiorgis <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences