On 10/6/20 11:32 AM, Cornelia Huck wrote:
On Fri, 2 Oct 2020 16:06:23 -0400
Matthew Rosato <mjrosato@xxxxxxxxxxxxx> wrote:
Seems a more appropriate location for them.
Signed-off-by: Matthew Rosato <mjrosato@xxxxxxxxxxxxx>
---
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)