[PULL 0/9] Ide patches

John Snow posted 9 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201001174649.1911016-1-jsnow@redhat.com
Maintainers: John Snow <jsnow@redhat.com>
There is a newer version of this series
include/hw/ide/internal.h |  21 +++++--
hw/ide/ahci.c             |   2 +-
hw/ide/core.c             | 124 +++++++++++++++++++++++---------------
hw/ide/ioport.c           |   2 +-
hw/ide/macio.c            |   2 +-
hw/ide/mmio.c             |   8 +--
hw/ide/pci.c              |  12 ++--
MAINTAINERS               |   6 +-
hw/ide/trace-events       |   2 +-
9 files changed, 110 insertions(+), 69 deletions(-)
[PULL 0/9] Ide patches
Posted by John Snow 3 years, 7 months ago
The following changes since commit 37a712a0f969ca2df7f01182409a6c4825cebfb5:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-10-01 12:23:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 55adb3c45620c31f29978f209e2a44a08d34e2da:

  ide: cancel pending callbacks on SRST (2020-10-01 13:04:16 -0400)

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

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

John Snow (8):
  MAINTAINERS: Update my git address
  ide: rename cmd_write to ctrl_write
  ide: don't tamper with the device register
  ide: model HOB correctly
  ide: reorder set/get sector functions
  ide: remove magic constants from the device register
  ide: clear interrupt on command write
  ide: cancel pending callbacks on SRST

Philippe Mathieu-Daudé (1):
  hw/ide/ahci: Do not dma_memory_unmap(NULL)

 include/hw/ide/internal.h |  21 +++++--
 hw/ide/ahci.c             |   2 +-
 hw/ide/core.c             | 124 +++++++++++++++++++++++---------------
 hw/ide/ioport.c           |   2 +-
 hw/ide/macio.c            |   2 +-
 hw/ide/mmio.c             |   8 +--
 hw/ide/pci.c              |  12 ++--
 MAINTAINERS               |   6 +-
 hw/ide/trace-events       |   2 +-
 9 files changed, 110 insertions(+), 69 deletions(-)

-- 
2.26.2



Re: [PULL 0/9] Ide patches
Posted by Peter Maydell 3 years, 7 months ago
On Thu, 1 Oct 2020 at 18:46, John Snow <jsnow@redhat.com> wrote:
>
> The following changes since commit 37a712a0f969ca2df7f01182409a6c4825cebfb5:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-10-01 12:23:19 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/jsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to 55adb3c45620c31f29978f209e2a44a08d34e2da:
>
>   ide: cancel pending callbacks on SRST (2020-10-01 13:04:16 -0400)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM