qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x


From: Cornelia Huck
Subject: Re: [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x
Date: Tue, 6 Oct 2020 17:32:59 +0200

On Fri,  2 Oct 2020 16:06:23 -0400
Matthew Rosato <mjrosato@linux.ibm.com> wrote:

> Seems a more appropriate location for them.
> 
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
>  hw/s390x/s390-pci-bus.c          |   4 +-
>  hw/s390x/s390-pci-bus.h          | 372 
> ---------------------------------------
>  hw/s390x/s390-pci-inst.c         |   4 +-
>  hw/s390x/s390-pci-inst.h         | 312 --------------------------------
>  hw/s390x/s390-virtio-ccw.c       |   2 +-
>  include/hw/s390x/s390-pci-bus.h  | 372 
> +++++++++++++++++++++++++++++++++++++++
>  include/hw/s390x/s390-pci-inst.h | 312 ++++++++++++++++++++++++++++++++
>  7 files changed, 689 insertions(+), 689 deletions(-)
>  delete mode 100644 hw/s390x/s390-pci-bus.h
>  delete mode 100644 hw/s390x/s390-pci-inst.h
>  create mode 100644 include/hw/s390x/s390-pci-bus.h
>  create mode 100644 include/hw/s390x/s390-pci-inst.h

Looks good, but...

<meta>Is there any way to coax out a more reviewable version of this
via git mv?</meta>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]