Skip to content

Instantly share code, notes, and snippets.

@matthewoliver
Created September 2, 2015 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewoliver/f9e050dd21ac36d717fe to your computer and use it in GitHub Desktop.
Save matthewoliver/f9e050dd21ac36d717fe to your computer and use it in GitHub Desktop.
self.qemu_cmd = '%s -netdev type=%s,id=net0 -device %s,netdev=net0' % \
(self.qemu_cmd, 'user', netdev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment