qemu/qemu-kvm.sh
Cole Robinson 96a5f8d770 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-19 20:14:18 -05:00

4 lines
65 B
Bash

#!/bin/sh
exec /usr/bin/qemu-system-x86 -machine accel=kvm "$@"