Commit 6c6e008b authored by Alain Takoudjou's avatar Alain Takoudjou

qemu: enable use of high resolution modes

parent 05d568aa
......@@ -118,7 +118,7 @@ if use_tap == 'True':
kvm_argument_list = [qemu_path,
'-enable-kvm', '-smp', smp_count,
'-m', ram_size,
'-m', ram_size, '-vga', 'std',
'-drive', 'file=%%s,if=%%s' %% (disk_path, disk_type),
'-vnc', '%%s:1,ipv4,password' %% listen_ip,
'-boot', 'order=cd,menu=on',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment