[Qemu-devel] [PULL 0/8] Ide patches

John Snow posted 8 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190125220648.28164-1-jsnow@redhat.com
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, John Snow <jsnow@redhat.com>, BALATON Zoltan <balaton@eik.bme.hu>
There is a newer version of this series
hw/ide/cmd646.c         | 102 +++++++---------------------------------
hw/ide/pci.c            |  65 +++++++++++++++++++++++++
hw/ide/sii3112.c        |  52 ++++----------------
hw/ide/via.c            |  87 ++++++++++++++++++++--------------
hw/mips/mips_fulong2e.c |   2 +-
include/hw/ide.h        |   2 +-
include/hw/ide/pci.h    |  14 ++----
7 files changed, 148 insertions(+), 176 deletions(-)
[Qemu-devel] [PULL 0/8] Ide patches
Posted by John Snow 6 years, 9 months ago
The following changes since commit ad7a21e81231ae64540310384fb0f87ac8758b02:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-01-25 17:22:20 +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 4ea98d317eb442c738f898f16cfdd47a18b7ca49:

  ide/via: Implement and use native PCI IDE mode (2019-01-25 14:52:12 -0500)

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

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

BALATON Zoltan (8):
  cmd646: Remove unused variable
  cmd646: Remove IDEBus from CMD646BAR
  cmd646: Move PCI IDE specific functions to ide/pci.c
  ide: Get rid of CMD646BAR struct
  sii3112: Remove duplicated code and use PCI IDE ops instead
  ide/via: Remove vt82c686b_init_ports() function
  ide/via: Rename functions to match device name
  ide/via: Implement and use native PCI IDE mode

 hw/ide/cmd646.c         | 102 +++++++---------------------------------
 hw/ide/pci.c            |  65 +++++++++++++++++++++++++
 hw/ide/sii3112.c        |  52 ++++----------------
 hw/ide/via.c            |  87 ++++++++++++++++++++--------------
 hw/mips/mips_fulong2e.c |   2 +-
 include/hw/ide.h        |   2 +-
 include/hw/ide/pci.h    |  14 ++----
 7 files changed, 148 insertions(+), 176 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/8] Ide patches
Posted by Peter Maydell 6 years, 9 months ago
On Fri, 25 Jan 2019 at 22:06, John Snow <jsnow@redhat.com> wrote:
>
> The following changes since commit ad7a21e81231ae64540310384fb0f87ac8758b02:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-01-25 17:22:20 +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 4ea98d317eb442c738f898f16cfdd47a18b7ca49:
>
>   ide/via: Implement and use native PCI IDE mode (2019-01-25 14:52:12 -0500)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM