[PATCH] qemu-iotests: Discard stderr when probing devices

2022-06-05 Thread Cole Robinson
-by: Cole Robinson --- tests/qemu-iotests/common.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 165b54a61e..db757025cb 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -982,7

Re: [PATCH for-5.0] aio-posix: fix test-aio /aio/event/wait with fdmon-io_uring

2020-04-02 Thread Cole Robinson
est_flush_event_notifier: assertion failed: > (aio_poll(ctx, false)) > > Reported-by: Cole Robinson > Fixes: 73fd282e7b6dd4e4ea1c3bbb3d302c8db51e4ccf >("aio-posix: add io_uring fd monitoring implementation") > Signed-off-by: Stefan Hajnoczi Fixes the crash for me, thanks! Tested-by: Cole Robinson - Cole

test-aio failure with liburing

2020-03-25 Thread Cole Robinson
Using qemu.git master with liburing-devel installed. 100% reproducible test failure for me $ uname -r 5.6.0-0.rc5.git0.2.fc32.x86_64 $ rpm -q liburing liburing-0.5-1.fc32.x86_64 $ ./tests/test-aio # random seed: R02S70cd9b447cc815ed3194d31e97371542 1..28 # Start of aio tests ok 1 /aio/acquire ok

Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] block: Remove deprecated -drive options

2018-06-13 Thread Cole Robinson
On 06/13/2018 08:34 AM, Kevin Wolf wrote: > We deprecated a bunch of -drive options in 2.10, so let's remove them > for 3.0. > > Kevin Wolf (3): > block: Remove deprecated -drive geometry options > block: Remove deprecated -drive option addr > block: Remove deprecated -drive option serial >

Re: [Qemu-block] [Qemu-devel] [PATCH] raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size

2015-06-09 Thread Cole Robinson
sectors to the beginning of the next extent. */ Fixes the testcase from the bug for me: Tested-by: Cole Robinson crobi...@redhat.com - Cole