Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.89 KB | None | 0 0
  1. diff -uN /home/kwolf/source/qemu/tests/qemu-iotests/common ./common
  2. --- /home/kwolf/source/qemu/tests/qemu-iotests/common   2014-07-07 12:57:37.475776354 +0200
  3. +++ ./common    2014-07-21 11:12:41.599470777 +0200
  4. @@ -385,7 +385,7 @@
  5.  done
  6.  
  7.  # Set qemu-io cache mode with $CACHEMODE we have
  8. -QEMU_IO_OPTIONS="$QEMU_IO_OPTIONS --cache $CACHEMODE"
  9. +QEMU_IO_OPTIONS="$QEMU_IO_OPTIONS -n"
  10.  
  11.  # Set default options for qemu-img create -o if they were not specified
  12.  _set_default_imgopts
  13. diff -uN /home/kwolf/source/qemu/tests/qemu-iotests/common.rc ./common.rc
  14. --- /home/kwolf/source/qemu/tests/qemu-iotests/common.rc        2014-07-07 12:57:37.475776354 +0200
  15. +++ ./common.rc 2014-07-21 11:12:54.402649517 +0200
  16. @@ -418,7 +418,7 @@
  17.  {
  18.      if $CACHEMODE_IS_DEFAULT; then
  19.          CACHEMODE="$1"
  20. -        QEMU_IO="$QEMU_IO --cache $1"
  21. +        QEMU_IO="$QEMU_IO -n"
  22.          return
  23.      fi
  24.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement