[Qemu-devel] [PATCH 0/2] IDE: Do not flush empty drives

Stefan Hajnoczi posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170809160212.29976-1-stefanha@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ide/core.c    | 10 +++++++++-
tests/ide-test.c | 19 +++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] IDE: Do not flush empty drives
Posted by Stefan Hajnoczi 6 years, 8 months ago
John Snow is offline until Monday, QEMU 2.10-rc3 is due to be tagged on
Tuesday, and so I've taken two patches John sent for 2.10 and addressed review
comments.

Kevin Wolf (1):
  IDE: test flush on empty CDROM

Stefan Hajnoczi (1):
  IDE: Do not flush empty CDROM drives

 hw/ide/core.c    | 10 +++++++++-
 tests/ide-test.c | 19 +++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

-- 
2.13.3


Re: [Qemu-devel] [PATCH 0/2] IDE: Do not flush empty drives
Posted by Stefan Hajnoczi 6 years, 8 months ago
On Wed, Aug 09, 2017 at 05:02:10PM +0100, Stefan Hajnoczi wrote:
> John Snow is offline until Monday, QEMU 2.10-rc3 is due to be tagged on
> Tuesday, and so I've taken two patches John sent for 2.10 and addressed review
> comments.
> 
> Kevin Wolf (1):
>   IDE: test flush on empty CDROM
> 
> Stefan Hajnoczi (1):
>   IDE: Do not flush empty CDROM drives
> 
>  hw/ide/core.c    | 10 +++++++++-
>  tests/ide-test.c | 19 +++++++++++++++++++
>  2 files changed, 28 insertions(+), 1 deletion(-)

John: I am sending a pull request to get this fix into -rc3 (Aug 15th).
Feel free to send a follow-up/revert if you want to make changes when
you get back online.

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan