[PULL 0/5] s390x fix and white space cleanup

Thomas Huth posted 5 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221108113313.467923-1-thuth@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Matthew Rosato <mjrosato@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>
hw/display/vga_regs.h              |    6 +-
hw/usb/quirks-pl2303-ids.h         |  180 +-
include/hw/s390x/s390-virtio-ccw.h |    1 -
include/hw/usb.h                   |  100 +-
include/hw/usb/dwc2-regs.h         | 1608 +++----
ui/vgafont.h                       | 9214 ++++++++++++++++++------------------
ui/vnc-enc-zywrle.h                |   16 +-
ui/vnc_keysym.h                    |    2 +-
hw/display/blizzard.c              |  352 +-
hw/display/cirrus_vga.c            | 1606 +++----
hw/display/omap_dss.c              |  598 +--
hw/display/pxa2xx_lcd.c            |  196 +-
hw/display/xenfb.c                 |  260 +-
hw/s390x/s390-pci-kvm.c            |    4 +-
hw/s390x/s390-virtio-ccw.c         |   29 +-
hw/usb/dev-hub.c                   |   82 +-
hw/usb/dev-network.c               |  286 +-
hw/usb/dev-wacom.c                 |    4 +-
hw/usb/hcd-musb.c                  |  328 +-
ui/vnc-enc-zywrle-template.c       |   20 +-
util/qemu-config.c                 |    4 -
qemu-options.hx                    |    8 +-
22 files changed, 7436 insertions(+), 7468 deletions(-)
[PULL 0/5] s390x fix and white space cleanup
Posted by Thomas Huth 1 year, 5 months ago
The following changes since commit 524fc737431d240f9d9f10aaf381003092868bac:

  util/log: Ignore per-thread flag if global file already there (2022-11-07 16:00:02 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-11-08

for you to fetch changes up to 6c10e08a4f131431dbb50a11912cb2a726879df3:

  hw/usb: fix tab indentation (2022-11-08 11:13:48 +0100)

----------------------------------------------------------------
* Last minute s390x fixes before the hard freeze
* Whiste space clean-up in ui/, display/ and hw/usb/
  (Gerd seems to be away from keyboard, so I threw those in)

----------------------------------------------------------------
Amarjargal Gundjalam (3):
      ui: fix tab indentation
      hw/display: fix tab indentation
      hw/usb: fix tab indentation

Cédric Le Goater (2):
      Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
      s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines

 hw/display/vga_regs.h              |    6 +-
 hw/usb/quirks-pl2303-ids.h         |  180 +-
 include/hw/s390x/s390-virtio-ccw.h |    1 -
 include/hw/usb.h                   |  100 +-
 include/hw/usb/dwc2-regs.h         | 1608 +++----
 ui/vgafont.h                       | 9214 ++++++++++++++++++------------------
 ui/vnc-enc-zywrle.h                |   16 +-
 ui/vnc_keysym.h                    |    2 +-
 hw/display/blizzard.c              |  352 +-
 hw/display/cirrus_vga.c            | 1606 +++----
 hw/display/omap_dss.c              |  598 +--
 hw/display/pxa2xx_lcd.c            |  196 +-
 hw/display/xenfb.c                 |  260 +-
 hw/s390x/s390-pci-kvm.c            |    4 +-
 hw/s390x/s390-virtio-ccw.c         |   29 +-
 hw/usb/dev-hub.c                   |   82 +-
 hw/usb/dev-network.c               |  286 +-
 hw/usb/dev-wacom.c                 |    4 +-
 hw/usb/hcd-musb.c                  |  328 +-
 ui/vnc-enc-zywrle-template.c       |   20 +-
 util/qemu-config.c                 |    4 -
 qemu-options.hx                    |    8 +-
 22 files changed, 7436 insertions(+), 7468 deletions(-)


Re: [PULL 0/5] s390x fix and white space cleanup
Posted by Stefan Hajnoczi 1 year, 5 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.