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: Matthew Rosato
Subject: Re: [PATCH v2 1/9] s390x/pci: Move header files to include/hw/s390x
Date: Tue, 6 Oct 2020 12:43:39 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

On 10/6/20 11:32 AM, Cornelia Huck wrote:
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>


I tried git mv, but a diff between the old patch and the new patch looks the same (other than the fact that I squashed the MAINTAINERS hit in)




reply via email to

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