diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-10-31 19:06:09 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-10-31 19:06:09 +0000 |
commit | b90da81d9f2d3d974db13bc69f961974741b0e2e (patch) | |
tree | 226b97684ddd9959a3e84a43a6f5f56ddff04e2a /tests/ide-test.c | |
parent | e80b4b8fb6babce7dcc91ea9ddeecbc351fd4646 (diff) | |
parent | 83a00f6095a36de2024d6cca57470c4dedfb85ee (diff) | |
download | qemu-b90da81d9f2d3d974db13bc69f961974741b0e2e.zip qemu-b90da81d9f2d3d974db13bc69f961974741b0e2e.tar.gz qemu-b90da81d9f2d3d974db13bc69f961974741b0e2e.tar.bz2 |
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging
x86 and machine queue, 2016-10-31
# gpg: Signature made Mon 31 Oct 2016 18:29:18 GMT
# gpg: using RSA key 0x2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6
* remotes/ehabkost/tags/x86-and-machine-pull-request:
target-i386: Print warning when mixing [+-]foo and foo=(on|off)
tests: Remove unneeded "-vnc none" option
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/ide-test.c')
-rw-r--r-- | tests/ide-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ide-test.c b/tests/ide-test.c index 67c7df0..fb541f8 100644 --- a/tests/ide-test.c +++ b/tests/ide-test.c @@ -620,7 +620,6 @@ static void test_retry_flush(const char *machine) prepare_blkdebug_script(debug_path, "flush_to_disk"); ide_test_start( - "-vnc none " "-drive file=blkdebug:%s:%s,if=ide,cache=writeback,format=raw," "rerror=stop,werror=stop", debug_path, tmp_path); |