This website requires JavaScript.
Explore
Help
Sign In
rpms
/
qemu
Watch
3
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Releases
Wiki
Activity
2ed53bed7d
qemu
/
qemu-kvm.sh
4 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Rebased to version 1.4.0 block: dataplane for virtio, potentially large performance improvment migration: threaded live migration usb-tablet: usb 2.0 support, significantly lowering CPU usage usb: improved support for pass-through of USB serial devices virtio-net: added support supports multiqueue operation
2013-02-20 01:14:18 +00:00
#!/bin/sh
Handful of packaging fixes - Drop old patches - Fix SLOF dep after latest rawhide build - Fix qemu-kvm wrapper script - Fix doc generation with texinfo 5
2013-02-20 17:18:15 +00:00
exec
/usr/bin/qemu-system-x86_64 -machine
accel
=
kvm
"
$@
"
Reference in New Issue
Copy Permalink