mbox

[0/3] small virtio-ccw and css patches

Message ID 1361559693-39396-1-git-send-email-jfrei@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/jensfr/qemu.git for-s390-next

Message

Jens Freimann Feb. 22, 2013, 7:01 p.m. UTC
Alex,

The following changes since commit 1143df5c72fd1f88b4b2b0774d11bf0ba6eb44d6:

  target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() (2013-02-01 01:58:50 +0100)

are available in the git repository at:

  git://github.com/jensfr/qemu.git for-s390-next

for you to fetch changes up to a6afae7945db78eab1630f72a30cd967d16e57c5:

  s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del (2013-02-22 19:00:17 +0100)

----------------------------------------------------------------
Christian Borntraeger (3):
      virtio-ccw: remove qdev_unparent in unplug routing
      s390/css: Fix subchannel detection
      s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del

 hw/s390x/css.c        | 11 +++++++----
 hw/s390x/virtio-ccw.c |  2 --
 target-s390x/cpu.h    |  2 +-
 target-s390x/ioinst.c |  2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)

Comments

Jens Freimann March 5, 2013, 11:35 a.m. UTC | #1
ping

On Fri, Feb 22, 2013 at 08:01:30PM +0100, Jens Freimann wrote:
> Alex,
> 
> The following changes since commit 1143df5c72fd1f88b4b2b0774d11bf0ba6eb44d6:
> 
>   target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() (2013-02-01 01:58:50 +0100)
> 
> are available in the git repository at:
> 
>   git://github.com/jensfr/qemu.git for-s390-next
> 
> for you to fetch changes up to a6afae7945db78eab1630f72a30cd967d16e57c5:
> 
>   s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del (2013-02-22 19:00:17 +0100)
> 
> ----------------------------------------------------------------
> Christian Borntraeger (3):
>       virtio-ccw: remove qdev_unparent in unplug routing
>       s390/css: Fix subchannel detection
>       s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del
> 
>  hw/s390x/css.c        | 11 +++++++----
>  hw/s390x/virtio-ccw.c |  2 --
>  target-s390x/cpu.h    |  2 +-
>  target-s390x/ioinst.c |  2 +-
>  4 files changed, 9 insertions(+), 8 deletions(-)
> 
>
Alexander Graf March 8, 2013, 8:15 p.m. UTC | #2
On 22.02.2013, at 20:01, Jens Freimann wrote:

> Alex,
> 
> The following changes since commit 1143df5c72fd1f88b4b2b0774d11bf0ba6eb44d6:
> 
>  target-s390x: Pass S390CPU to s390_{add, del}_running_cpu() (2013-02-01 01:58:50 +0100)
> 
> are available in the git repository at:
> 
>  git://github.com/jensfr/qemu.git for-s390-next
> 
> for you to fetch changes up to a6afae7945db78eab1630f72a30cd967d16e57c5:
> 
>  s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del (2013-02-22 19:00:17 +0100)

Thanks, applied 2/3 and 3/3.


Alex

> 
> ----------------------------------------------------------------
> Christian Borntraeger (3):
>      virtio-ccw: remove qdev_unparent in unplug routing
>      s390/css: Fix subchannel detection
>      s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del
> 
> hw/s390x/css.c        | 11 +++++++----
> hw/s390x/virtio-ccw.c |  2 --
> target-s390x/cpu.h    |  2 +-
> target-s390x/ioinst.c |  2 +-
> 4 files changed, 9 insertions(+), 8 deletions(-)
>