qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/18] Trivial branch for 5.2 patches
@ 2020-09-11 19:33 Laurent Vivier
  2020-09-11 19:33 ` [PULL 01/18] hw/mips/fuloong2e: Convert pointless error message to an assert() Laurent Vivier
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Laurent Vivier @ 2020-09-11 19:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier

The following changes since commit 9435a8b3dd35f1f926f1b9127e8a906217a5518a:

  Merge remote-tracking branch 'remotes/kraxel/tags/sirius/ipxe-20200908-pull=
-request' into staging (2020-09-08 21:21:13 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-5.2-pull-request

for you to fetch changes up to 8821e21414468b1810f0ccf38bcbfa5c0bd1d56b:

  target/i386/kvm: Add missing fallthrough comment (2020-09-11 21:25:59 +0200)

----------------------------------------------------------------
trivial patches pull request 20200911

----------------------------------------------------------------

Greg Kurz (2):
  Makefile: Drop extra phony cscope
  Makefile: Skip the meson subdir in cscope/TAGS/ctags

Jon Doron (1):
  hw: hyperv: vmbus: Fix 32bit compilation

Pan Nengyuan (1):
  test-vmstate: remove unnecessary code in match_interval_mapping_node

Paolo Bonzini (1):
  kconfig: fix comment referring to old Makefiles

Philippe Mathieu-Daud=C3=A9 (10):
  hw/mips/fuloong2e: Convert pointless error message to an assert()
  hw/isa/isa-bus: Replace hw_error() by assert()
  hw/acpi/tco: Remove unused definitions
  hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
  hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP)
  hw/net/e1000e: Remove overwritten read handler for STATUS register
  hw/net/e1000e: Remove duplicated write handler for FLSWDATA register
  target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()
  util/hexdump: Convert to take a void pointer argument
  util/hexdump: Reorder qemu_hexdump() arguments

Sergei Trofimovich (1):
  meson.build: tweak sdl-image error message

Thomas Huth (2):
  hw/arm/pxa2xx: Add missing fallthrough comment
  target/i386/kvm: Add missing fallthrough comment

 Kconfig.host             |  4 ++--
 Makefile                 | 10 ++++++----
 hw/acpi/tco.c            | 11 -----------
 hw/arm/pxa2xx.c          |  2 +-
 hw/dma/xlnx_dpdma.c      |  2 +-
 hw/gpio/max7310.c        | 11 +++++------
 hw/gpio/omap_gpio.c      |  6 ++++--
 hw/hyperv/vmbus.c        |  3 ++-
 hw/isa/isa-bus.c         |  9 ++-------
 hw/mips/fuloong2e.c      |  5 +----
 hw/net/e1000e_core.c     |  2 --
 hw/net/fsl_etsec/etsec.c |  2 +-
 hw/net/fsl_etsec/rings.c |  2 +-
 hw/sd/sd.c               |  2 +-
 hw/usb/redirect.c        |  2 +-
 include/qemu-common.h    |  3 ++-
 meson.build              |  4 ++--
 net/colo-compare.c       | 24 ++++++++++++------------
 net/net.c                |  2 +-
 target/i386/kvm.c        |  5 +++--
 tests/test-vmstate.c     |  3 ---
 util/hexdump.c           |  4 +++-
 util/iov.c               |  2 +-
 23 files changed, 52 insertions(+), 68 deletions(-)

--=20
2.26.2



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-09-12 20:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 19:33 [PULL 00/18] Trivial branch for 5.2 patches Laurent Vivier
2020-09-11 19:33 ` [PULL 01/18] hw/mips/fuloong2e: Convert pointless error message to an assert() Laurent Vivier
2020-09-11 19:33 ` [PULL 02/18] hw/isa/isa-bus: Replace hw_error() by assert() Laurent Vivier
2020-09-11 19:33 ` [PULL 03/18] hw/acpi/tco: Remove unused definitions Laurent Vivier
2020-09-11 19:33 ` [PULL 04/18] hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR) Laurent Vivier
2020-09-11 19:33 ` [PULL 05/18] hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP) Laurent Vivier
2020-09-11 19:33 ` [PULL 06/18] Makefile: Drop extra phony cscope Laurent Vivier
2020-09-11 19:33 ` [PULL 07/18] Makefile: Skip the meson subdir in cscope/TAGS/ctags Laurent Vivier
2020-09-11 19:33 ` [PULL 08/18] hw/net/e1000e: Remove overwritten read handler for STATUS register Laurent Vivier
2020-09-11 19:33 ` [PULL 09/18] hw/net/e1000e: Remove duplicated write handler for FLSWDATA register Laurent Vivier
2020-09-11 19:33 ` [PULL 10/18] meson.build: tweak sdl-image error message Laurent Vivier
2020-09-11 19:33 ` [PULL 11/18] kconfig: fix comment referring to old Makefiles Laurent Vivier
2020-09-11 19:33 ` [PULL 12/18] hw: hyperv: vmbus: Fix 32bit compilation Laurent Vivier
2020-09-11 19:33 ` [PULL 13/18] test-vmstate: remove unnecessary code in match_interval_mapping_node Laurent Vivier
2020-09-11 19:33 ` [PULL 14/18] target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken() Laurent Vivier
2020-09-11 19:33 ` [PULL 15/18] hw/arm/pxa2xx: Add missing fallthrough comment Laurent Vivier
2020-09-11 19:33 ` [PULL 16/18] util/hexdump: Convert to take a void pointer argument Laurent Vivier
2020-09-11 19:33 ` [PULL 17/18] util/hexdump: Reorder qemu_hexdump() arguments Laurent Vivier
2020-09-11 19:33 ` [PULL 18/18] target/i386/kvm: Add missing fallthrough comment Laurent Vivier
2020-09-12 20:16 ` [PULL 00/18] Trivial branch for 5.2 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).