[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] s390x fix and white space cleanup
From: |
Thomas Huth |
Subject: |
[PULL 0/5] s390x fix and white space cleanup |
Date: |
Tue, 8 Nov 2022 12:33:08 +0100 |
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(-)
- [PULL 0/5] s390x fix and white space cleanup,
Thomas Huth <=
- [PULL 1/5] Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property", Thomas Huth, 2022/11/08
- [PULL 4/5] hw/display: fix tab indentation, Thomas Huth, 2022/11/08
- [PULL 5/5] hw/usb: fix tab indentation, Thomas Huth, 2022/11/08
- [PULL 3/5] ui: fix tab indentation, Thomas Huth, 2022/11/08
- [PULL 2/5] s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines, Thomas Huth, 2022/11/08
- Re: [PULL 0/5] s390x fix and white space cleanup, Stefan Hajnoczi, 2022/11/08