[Qemu-devel] [PULL for-rc1 0/3] Ide patches

John Snow posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170316005259.21970-1-jsnow@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/ide/ahci.c             | 12 ++++++++++++
hw/ide/core.c             |  8 ++++++++
hw/ide/qdev.c             | 12 ++++++------
include/hw/ide/internal.h |  1 +
4 files changed, 27 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL for-rc1 0/3] Ide patches
Posted by John Snow 7 years, 1 month ago
The following changes since commit 1883ff34b540daacae948f493b0ba525edf5f642:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-03-15 18:44:05 +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 d68f0f778e7f4fbd674627274267f269e40f0b04:

  ide: ahci: call cleanup function in ahci unit (2017-03-15 20:50:14 -0400)

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

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

Li Qiang (3):
  ide: qdev: register ide bus unrealize function
  ide: core: add cleanup function
  ide: ahci: call cleanup function in ahci unit

 hw/ide/ahci.c             | 12 ++++++++++++
 hw/ide/core.c             |  8 ++++++++
 hw/ide/qdev.c             | 12 ++++++------
 include/hw/ide/internal.h |  1 +
 4 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-rc1 0/3] Ide patches
Posted by Peter Maydell 7 years, 1 month ago
On 16 March 2017 at 00:52, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit 1883ff34b540daacae948f493b0ba525edf5f642:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-03-15 18:44:05 +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 d68f0f778e7f4fbd674627274267f269e40f0b04:
>
>   ide: ahci: call cleanup function in ahci unit (2017-03-15 20:50:14 -0400)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM