mbox

[PULL,0/2] Ide patches

Message ID 20200128010707.19572-1-jsnow@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/jnsnow/qemu.git tags/ide-pull-request

Message

John Snow Jan. 28, 2020, 1:07 a.m. UTC
The following changes since commit 105b07f1ba462ec48b27e5cb74ddf81c6a79364c:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200127' into staging (2020-01-27 13:02:36 +0000)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to 59805ae92dfe4f67105e36b539d567caec4f8304:

  tests/ide-test: Create a single unit-test covering more PRDT cases (2020-01-27 17:07:31 -0500)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------

Alexander Popov (2):
  ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
  tests/ide-test: Create a single unit-test covering more PRDT cases

 hw/ide/core.c          |  30 +++++--
 tests/qtest/ide-test.c | 176 ++++++++++++++++++-----------------------
 2 files changed, 97 insertions(+), 109 deletions(-)

Comments

Peter Maydell Jan. 30, 2020, 11:42 a.m. UTC | #1
On Tue, 28 Jan 2020 at 01:07, John Snow <jsnow@redhat.com> wrote:
>
> The following changes since commit 105b07f1ba462ec48b27e5cb74ddf81c6a79364c:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200127' into staging (2020-01-27 13:02:36 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to 59805ae92dfe4f67105e36b539d567caec4f8304:
>
>   tests/ide-test: Create a single unit-test covering more PRDT cases (2020-01-27 17:07:31 -0500)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------
>
> Alexander Popov (2):
>   ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
>   tests/ide-test: Create a single unit-test covering more PRDT cases
>
>  hw/ide/core.c          |  30 +++++--
>  tests/qtest/ide-test.c | 176 ++++++++++++++++++-----------------------
>  2 files changed, 97 insertions(+), 109 deletions(-)

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM