Re: [Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop

2018-09-03 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180817190457.8292-1-js...@redhat.com Subject: [Qemu-devel] [PATCH 0/7] jobs: remove

Re: [Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop

2018-09-03 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180817190457.8292-1-js...@redhat.com Subject: [Qemu-devel] [PATCH 0/7] jobs: remove

Re: [Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop

2018-08-20 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180817190457.8292-1-js...@redhat.com Subject: [Qemu-devel] [PATCH 0/7] jobs: remove

Re: [Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop

2018-08-18 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180817190457.8292-1-js...@redhat.com Subject: [Qemu-devel] [PATCH 0/7] jobs: remove

[Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop

2018-08-17 Thread John Snow
First, it's redundant to have each job manage this itself. Second, doing so allows us to remove a tricky case where the completion code is called under an aio_context lock, which then calls the finalization code which is itself executed under a second aio_context lock. Removing this recursive lock