[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH for-3.1 01/10] hw/s390x/virtio-ccw: Consolidate
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH for-3.1 01/10] hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize() |
Date: |
Thu, 26 Jul 2018 11:15:06 +0200 |
On Wed, 25 Jul 2018 14:20:15 +0200
Thomas Huth <address@hidden> wrote:
> Currently, every virtio-ccw device explicitely sets its unrealize
> function to virtio_ccw_unrealize() in its class_init function.
> We can simplify this by using a common unrealize function, just like
> it is already done for the realize functions.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> hw/s390x/virtio-ccw.c | 22 +++++++---------------
> 1 file changed, 7 insertions(+), 15 deletions(-)
LGTM now :)
- [qemu-s390x] [PATCH for-3.1 00/10] Move virtio-ccw devices to separate files, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 01/10] hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize(), Thomas Huth, 2018/07/25
- Re: [qemu-s390x] [PATCH for-3.1 01/10] hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize(),
Cornelia Huck <=
- [qemu-s390x] [PATCH for-3.1 02/10] hw/s390x: Move virtio-ccw-serial code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 04/10] hw/s390x: Move virtio-ccw-scsi code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 05/10] hw/s390x: Move virtio-ccw-rng code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 06/10] hw/s390x: Move virtio-ccw-9p code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 07/10] hw/s390x: Move virtio-ccw-crypto code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 03/10] hw/s390x: Move virtio-ccw-balloon code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 08/10] hw/s390x: Move vhost-vsock-ccw code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 09/10] hw/s390x: Move virtio-ccw-gpu code to a separate file, Thomas Huth, 2018/07/25
- [qemu-s390x] [PATCH for-3.1 10/10] hw/s390x: Move virtio-ccw-input code to a separate file, Thomas Huth, 2018/07/25
- Re: [qemu-s390x] [PATCH for-3.1 00/10] Move virtio-ccw devices to separate files, Cornelia Huck, 2018/07/25