mbox

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

Message ID 20170320085844.15178-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

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

Message

Cornelia Huck March 20, 2017, 8:58 a.m. UTC
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(+)

Comments

Peter Maydell March 20, 2017, 11:24 a.m. UTC | #1
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