mbox series

[PULL,0/3] Ide patches

Message ID 20201027144255.77478-1-jsnow@redhat.com
Headers show
Series Ide patches | expand

Message

John Snow Oct. 27, 2020, 2:42 p.m. UTC
The following changes since commit a95e0396c805735c491a049b01de6f5a713fb91b:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-10-26 15:49:11 +0000)

are available in the Git repository at:

  https://gitlab.com/jsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to 1a9925e3390b6adf1125e3abaa17c80ca012bede:

  ide: clear SRST after SRST finishes (2020-10-27 10:39:06 -0400)

----------------------------------------------------------------
IDE Pull request

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

John Snow (3):
  ide: run diagnostic after SRST
  ide: perform SRST as early as possible
  ide: clear SRST after SRST finishes

 hw/ide/core.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

-- 
2.26.2

Comments

Peter Maydell Oct. 30, 2020, 2:36 p.m. UTC | #1
On Tue, 27 Oct 2020 at 14:43, John Snow <jsnow@redhat.com> wrote:
>

> The following changes since commit a95e0396c805735c491a049b01de6f5a713fb91b:

>

>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-10-26 15:49:11 +0000)

>

> are available in the Git repository at:

>

>   https://gitlab.com/jsnow/qemu.git tags/ide-pull-request

>

> for you to fetch changes up to 1a9925e3390b6adf1125e3abaa17c80ca012bede:

>

>   ide: clear SRST after SRST finishes (2020-10-27 10:39:06 -0400)

>

> ----------------------------------------------------------------

> IDE Pull request

>

> ----------------------------------------------------------------

>

> John Snow (3):

>   ide: run diagnostic after SRST

>   ide: perform SRST as early as possible

>   ide: clear SRST after SRST finishes



Applied, thanks.

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

-- PMM