[Qemu-devel] [PULL for-2.9 0/1] s390x: one bugfix

Cornelia Huck posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170320085844.15178-1-cornelia.huck@de.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/s390x/css.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[Qemu-devel] [PULL for-2.9 0/1] s390x: one bugfix
Posted by Cornelia Huck 7 years, 1 month ago
The following changes since commit ebedf0f9cd46b617df331eecc857c379d574ac62:

  nios2: iic: Convert CPU prop to qom link (2017-03-18 18:22:54 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20170320

for you to fetch changes up to 3c788ebc6f6eef5ac6e9cb4a28c578abcf08247d:

  s390x/css: reassign subchannel if schid is changed after migration (2017-03-20 09:22:57 +0100)

----------------------------------------------------------------
One bugfix for device plug/unplug and migration in the
channel subsystem code.

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

Dong Jia Shi (1):
  s390x/css: reassign subchannel if schid is changed after migration

 hw/s390x/css.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

-- 
2.11.0


Re: [Qemu-devel] [PULL for-2.9 0/1] s390x: one bugfix
Posted by Peter Maydell 7 years, 1 month ago
On 20 March 2017 at 08:58, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit ebedf0f9cd46b617df331eecc857c379d574ac62:
>
>   nios2: iic: Convert CPU prop to qom link (2017-03-18 18:22:54 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170320
>
> for you to fetch changes up to 3c788ebc6f6eef5ac6e9cb4a28c578abcf08247d:
>
>   s390x/css: reassign subchannel if schid is changed after migration (2017-03-20 09:22:57 +0100)
>
> ----------------------------------------------------------------
> One bugfix for device plug/unplug and migration in the
> channel subsystem code.
>
> ----------------------------------------------------------------
>
> Dong Jia Shi (1):
>   s390x/css: reassign subchannel if schid is changed after migration
>
>  hw/s390x/css.c | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)

Applied, thanks.

-- PMM