Method: QEMU::Command#command
- Defined in:
- lib/qemu/command.rb
#command ⇒ Object
120 121 122 123 |
# File 'lib/qemu/command.rb', line 120 def command system = @@command_system_aliases.fetch(architecture.to_s, architecture.to_s) "/usr/bin/qemu-system-#{system}" end |