[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 03/22] s390x: get rid of s390-virtio.c
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH v5 03/22] s390x: get rid of s390-virtio.c |
Date: |
Wed, 13 Sep 2017 18:54:53 +0200 |
On Wed, 13 Sep 2017 18:34:27 +0200
David Hildenbrand <address@hidden> wrote:
> On 13.09.2017 15:23, David Hildenbrand wrote:
> > It is a leftover from the days where we had still the !ccw virtio
> > machine. As this one is long gone, let's move everything to>
> > s390-virtio-ccw.c.
>
> Whoops, another thing to fix up:
>
> hw/s390x/s390-virtio.c is not compiled any more but not completely deleted.
No worries, fixed up.
>
> >
> > Suggested-by: Cornelia Huck <address@hidden>
> > Reviewed-by: Thomas Huth <address@hidden>
> > Acked-by: Christian Borntraeger <address@hidden>
> > Signed-off-by: David Hildenbrand <address@hidden>
> > ---
> > hw/s390x/Makefile.objs | 1 -
> > hw/s390x/s390-virtio-ccw.c | 157
> > ++++++++++++++++++++++++++++++++++++++++++++-
> > hw/s390x/s390-virtio.c | 37 -----------
> > hw/s390x/s390-virtio.h | 15 -----
> > 4 files changed, 156 insertions(+), 54 deletions(-)
- [Qemu-devel] [PATCH v5 00/22] s390x cleanups and CPU hotplug via device_add, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 01/22] exec, dump, i386, ppc, s390x: don't include exec/cpu-all.h explicitly, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 02/22] cpu: drop old comments describing members, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 03/22] s390x: get rid of s390-virtio.c, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 04/22] s390x: rename s390-virtio.h to s390-virtio-hcall.h, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 05/22] s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 06/22] s390x: move subsystem_reset() to s390-virtio-ccw.h, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 09/22] target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault(), David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 08/22] s390x: move sclp_service_call() to sclp.h, David Hildenbrand, 2017/09/13
- [Qemu-devel] [PATCH v5 07/22] target/s390x: move some s390x typedefs to cpu-qom.h, David Hildenbrand, 2017/09/13