summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-01-27 12:02:52 +0530
committerAmit Shah <amit.shah@redhat.com>2010-01-27 12:10:57 +0530
commit00684e325d0b58b20b040d67a9a72ab26466e591 (patch)
tree132e7a49975e3ff4ececc307bcb8460d63d9f7de
parent593b1eebd1f0c67f295e17bf4de40222853d434e (diff)
downloadtest-virtserial-00684e325d0b58b20b040d67a9a72ab26466e591.tar.gz
test-virtserial-00684e325d0b58b20b040d67a9a72ab26466e591.tar.xz
test-virtserial-00684e325d0b58b20b040d67a9a72ab26466e591.zip
run-test: byte_limit option is gone
The byte_limit, or the host throttling feature, has been removed from the upstream virtio-serial code. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index b3dc093..6e0835b 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -16,7 +16,7 @@ VIRTSER="-device virtio-serial \
-device virtserialport,chardev=test1,name=test1 \
-device virtserialport,chardev=test2,name=test2 \
-device virtserialport,chardev=test3,name=test3 \
- -device virtserialport,byte_limit=1048576,chardev=test4,name=test4"
+ -device virtserialport,chardev=test4,name=test4"
VNC="-vnc :1"
MISCOPT="-net none -enable-kvm -m 1G -serial file:/tmp/amit/test-serial.log -monitor unix:/tmp/amit/test-monitor,server,nowait"
#KVMOPT="-smp 2"