[Qemu-devel] [PATCH v2 0/2] unrestrict cssids related patches

Halil Pasic posted 2 patches 6 years, 4 months ago
hw/s390x/3270-ccw.c        |  2 +-
hw/s390x/css-bridge.c      | 11 +++++++++++
hw/s390x/css.c             | 28 ++++------------------------
hw/s390x/s390-ccw.c        |  2 +-
hw/s390x/s390-virtio-ccw.c |  8 ++++++--
hw/s390x/virtio-ccw.c      |  2 +-
include/hw/s390x/css.h     | 12 ++++--------
qemu-doc.texi              |  8 ++++++++
qemu-options.hx            |  8 +++++++-
9 files changed, 43 insertions(+), 38 deletions(-)
[Qemu-devel] [PATCH v2 0/2] unrestrict cssids related patches
Posted by Halil Pasic 6 years, 4 months ago
See the commit messages and cover letters of the individual
patches for more details.

v1 -> v2:
* Squashed advertising via property into #1 
* Fixed commit message for #1 
* Dropped machine name in the doc and changed
  how the 'deprecated' warning works
* Added acks and r-b's when appropriate

Halil Pasic (2):
  s390x/css: unrestrict cssids
  s390x: deprecate s390-squash-mcss machine prop

 hw/s390x/3270-ccw.c        |  2 +-
 hw/s390x/css-bridge.c      | 11 +++++++++++
 hw/s390x/css.c             | 28 ++++------------------------
 hw/s390x/s390-ccw.c        |  2 +-
 hw/s390x/s390-virtio-ccw.c |  8 ++++++--
 hw/s390x/virtio-ccw.c      |  2 +-
 include/hw/s390x/css.h     | 12 ++++--------
 qemu-doc.texi              |  8 ++++++++
 qemu-options.hx            |  8 +++++++-
 9 files changed, 43 insertions(+), 38 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH v2 0/2] unrestrict cssids related patches
Posted by Cornelia Huck 6 years, 4 months ago
On Wed,  6 Dec 2017 15:44:36 +0100
Halil Pasic <pasic@linux.vnet.ibm.com> wrote:

> See the commit messages and cover letters of the individual
> patches for more details.
> 
> v1 -> v2:
> * Squashed advertising via property into #1 
> * Fixed commit message for #1 
> * Dropped machine name in the doc and changed
>   how the 'deprecated' warning works
> * Added acks and r-b's when appropriate
> 
> Halil Pasic (2):
>   s390x/css: unrestrict cssids
>   s390x: deprecate s390-squash-mcss machine prop
> 
>  hw/s390x/3270-ccw.c        |  2 +-
>  hw/s390x/css-bridge.c      | 11 +++++++++++
>  hw/s390x/css.c             | 28 ++++------------------------
>  hw/s390x/s390-ccw.c        |  2 +-
>  hw/s390x/s390-virtio-ccw.c |  8 ++++++--
>  hw/s390x/virtio-ccw.c      |  2 +-
>  include/hw/s390x/css.h     | 12 ++++--------
>  qemu-doc.texi              |  8 ++++++++
>  qemu-options.hx            |  8 +++++++-
>  9 files changed, 43 insertions(+), 38 deletions(-)
> 

Currently working on queuing this for 2.12, further acks/r-bs/t-bs
gladly taken.

Re: [Qemu-devel] [PATCH v2 0/2] unrestrict cssids related patches
Posted by Cornelia Huck 6 years, 4 months ago
On Wed,  6 Dec 2017 15:44:36 +0100
Halil Pasic <pasic@linux.vnet.ibm.com> wrote:

> See the commit messages and cover letters of the individual
> patches for more details.
> 
> v1 -> v2:
> * Squashed advertising via property into #1 
> * Fixed commit message for #1 
> * Dropped machine name in the doc and changed
>   how the 'deprecated' warning works
> * Added acks and r-b's when appropriate
> 
> Halil Pasic (2):
>   s390x/css: unrestrict cssids
>   s390x: deprecate s390-squash-mcss machine prop
> 
>  hw/s390x/3270-ccw.c        |  2 +-
>  hw/s390x/css-bridge.c      | 11 +++++++++++
>  hw/s390x/css.c             | 28 ++++------------------------
>  hw/s390x/s390-ccw.c        |  2 +-
>  hw/s390x/s390-virtio-ccw.c |  8 ++++++--
>  hw/s390x/virtio-ccw.c      |  2 +-
>  include/hw/s390x/css.h     | 12 ++++--------
>  qemu-doc.texi              |  8 ++++++++
>  qemu-options.hx            |  8 +++++++-
>  9 files changed, 43 insertions(+), 38 deletions(-)
> 

Thanks, applied.