qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] cba42d: Various spelling fixes


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] cba42d: Various spelling fixes
Date: Fri, 12 Mar 2021 01:59:43 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: cba42d61a379bc1c983ddb39d479de3581d2d578
      
https://github.com/qemu/qemu/commit/cba42d61a379bc1c983ddb39d479de3581d2d578
  Author: Michael Tokarev <mjt@tls.msk.ru>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M disas/nanomips.cpp
    M hw/misc/trace-events
    M hw/net/allwinner-sun8i-emac.c
    M hw/ppc/pnv_bmc.c
    M hw/usb/ccid-card-emulated.c
    M hw/usb/hcd-ohci.c
    M hw/virtio/vhost.c
    M include/hw/s390x/css.h
    M qemu-options.hx
    M target/i386/cpu.c
    M target/i386/machine.c
    M target/m68k/op_helper.c
    M target/riscv/cpu.c

  Log Message:
  -----------
  Various spelling fixes

An assorted set of spelling fixes in various places.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210309111510.79495-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: e91bae8e98a6438156752dfbe9c0e2494d4b80f6
      
https://github.com/qemu/qemu/commit/e91bae8e98a6438156752dfbe9c0e2494d4b80f6
  Author: Eric Blake <eblake@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/scsi/scsi-disk.c

  Log Message:
  -----------
  scsi: Silence gcc warning

On Fedora 33, gcc 10.2.1 notes that scsi_cdb_length(buf) can set
len==-1, which in turn overflows g_malloc():

[5/5] Linking target qemu-system-x86_64
In function ‘scsi_disk_new_request_dump’,
    inlined from ‘scsi_new_request’ at ../hw/scsi/scsi-disk.c:2608:9:
../hw/scsi/scsi-disk.c:2582:19: warning: argument 1 value 
‘18446744073709551612’ exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
 2582 |     line_buffer = g_malloc(len * 5 + 1);
      |                   ^

Silence it with a decent assertion, since we only convert a buffer to
bytes when we have a valid cdb length.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210209152350.207958-1-eblake@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: f413e514a9133c1e63dae8f1f3a9ca0286c7a513
      
https://github.com/qemu/qemu/commit/f413e514a9133c1e63dae8f1f3a9ca0286c7a513
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M include/hw/elf_ops.h

  Log Message:
  -----------
  hw/elf_ops: Fix a typo

g_mapped_file_new_from_fd()'s parameter is named 'writable'.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: David Edmondson <dme@dme.org>
Message-Id: <20210225181344.3623720-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: fc253f4a4b59e19c25df21232651d9c92220011f
      
https://github.com/qemu/qemu/commit/fc253f4a4b59e19c25df21232651d9c92220011f
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M target/hexagon/gen_tcg_funcs.py

  Log Message:
  -----------
  target/hexagon/gen_tcg_funcs: Fix a typo

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20210225181507.3624509-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 166a1cf404cdea4c5839e3bd3028a6d28cb25b43
      
https://github.com/qemu/qemu/commit/166a1cf404cdea4c5839e3bd3028a6d28cb25b43
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M backends/dbus-vmstate.c

  Log Message:
  -----------
  backends/dbus-vmstate: Fix short read error handling

When dbus_vmstate_post_load() fails, it complains to stderr.  Except
on short read, where it checks with g_return_val_if_fail().  This
fails silently if G_DISABLE_CHECKS is undefined (it should be), or
else pads the short read with uninitialized bytes.

Replace g_return_val_if_fail() by a proper error check.

Fixes: 5010cec2bc87dafab39b3913c8ca91f88df9c540
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210126124240.2081959-2-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: f2a6fe7b3af726c31360678cf4f55829dae32505
      
https://github.com/qemu/qemu/commit/f2a6fe7b3af726c31360678cf4f55829dae32505
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/display/vhost-user-gpu.c

  Log Message:
  -----------
  vhost_user_gpu: Drop dead check for g_malloc() failure

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20210126124240.2081959-3-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 33b2b388a54e69ba307356eb8cfdd9894112ae3f
      
https://github.com/qemu/qemu/commit/33b2b388a54e69ba307356eb8cfdd9894112ae3f
  Author: Wainer dos Santos Moschetta <wainersm@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Fix the location of tools manuals

The qemu-img.rst, qemu-nbd.rst, virtfs-proxy-helper.rst, qemu-trace-stap.rst,
and virtiofsd.rst manuals were moved to docs/tools, so this update MAINTAINERS
accordingly.

Fixes: a08b4a9fe6c ("docs: Move tools documentation to tools manual")
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210204135425.1380280-1-wainersm@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 27eb3722e439ccf7ef37ec39592acc9ebc5c687f
      
https://github.com/qemu/qemu/commit/27eb3722e439ccf7ef37ec39592acc9ebc5c687f
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M include/qemu/id.h
    M net/net.c
    M util/id.c

  Log Message:
  -----------
  net: Use id_generate() in the network subsystem, too

We already got a global function called id_generate() to create unique
IDs within QEMU. Let's use it in the network subsytem, too, instead of
inventing our own ID scheme here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210215090225.1046239-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: c8ffacbf7ccf56757157a9551f5d536938b6507f
      
https://github.com/qemu/qemu/commit/c8ffacbf7ccf56757157a9551f5d536938b6507f
  Author: Alexander Bulekov <alxndr@bu.edu>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M tests/qtest/fuzz-test.c

  Log Message:
  -----------
  fuzz-test: remove unneccessary debugging flags

These flags cause the output to look strange for 'make check', and
they aren't needed to reproduce bugs, if they reappear.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210216181316.794276-1-alxndr@bu.edu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d32335e8ed89851b0359cacc04890d0f8b7683bd
      
https://github.com/qemu/qemu/commit/d32335e8ed89851b0359cacc04890d0f8b7683bd
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/ppc/pnv_xscom.c
    M include/exec/memory.h
    M include/hw/ppc/pnv_xscom.h
    M softmmu/memory.c

  Log Message:
  -----------
  exec/memory: Use struct Object typedef

We forward-declare Object typedef in "qemu/typedefs.h" since commit
ca27b5eb7cd ("qom/object: Move Object typedef to 'qemu/typedefs.h'").
Use it everywhere to make the code simpler.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210225182003.3629342-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: c64b1d40d6f266dab1362c6eccfda7f3c164d680
      
https://github.com/qemu/qemu/commit/c64b1d40d6f266dab1362c6eccfda7f3c164d680
  Author: lijiejun <a_lijiejun@163.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/display/virtio-gpu-3d.c

  Log Message:
  -----------
  virtio-gpu: Adjust code space style

Fix code style. Operator needs align with eight spaces, and delete line space.

Signed-off-by: lijiejun <a_lijiejun@163.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1615292050-108748-1-git-send-email-a_lijiejun@163.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 75ae7c465dfa51ca603584717b144f6fe68cd112
      
https://github.com/qemu/qemu/commit/75ae7c465dfa51ca603584717b144f6fe68cd112
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M ui/console.c
    M ui/vnc-auth-sasl.c

  Log Message:
  -----------
  ui: Replace the word 'whitelist'

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the words "whitelist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210303184644.1639691-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 54fa79b793fcf00625be235588703fb3adbcd104
      
https://github.com/qemu/qemu/commit/54fa79b793fcf00625be235588703fb3adbcd104
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M scripts/tracetool/__init__.py

  Log Message:
  -----------
  scripts/tracetool: Replace the word 'whitelist'

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the words "whitelist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20210303184644.1639691-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: a202d75a99706faba2eaf69dff65b183a3eae4b1
      
https://github.com/qemu/qemu/commit/a202d75a99706faba2eaf69dff65b183a3eae4b1
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M softmmu/qemu-seccomp.c

  Log Message:
  -----------
  seccomp: Replace the word 'blacklist'

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the word "blacklist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Eduardo Otubo <otubo@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210303184644.1639691-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d42304b1ed9f9c4121cd1d49d92d84480f1fef44
      
https://github.com/qemu/qemu/commit/d42304b1ed9f9c4121cd1d49d92d84480f1fef44
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options: Replace the word 'blacklist'

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the word "blacklist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210303184644.1639691-5-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d5f846813c45515a846e9791ded839690642e90a
      
https://github.com/qemu/qemu/commit/d5f846813c45515a846e9791ded839690642e90a
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M tests/fp/fp-test.c

  Log Message:
  -----------
  tests/fp/fp-test: Replace the word 'blacklist'

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the word "blacklist"
appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210303184644.1639691-6-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 6d8980a38fa7a7ebcdf20120a67feb7b35488a53
      
https://github.com/qemu/qemu/commit/6d8980a38fa7a7ebcdf20120a67feb7b35488a53
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M include/qemu-common.h

  Log Message:
  -----------
  qemu-common.h: Update copyright string to 2021

Update the common copyright string that we use in
-version reports, About dialogs, etc, to 2021.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210309162258.28633-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: c39dd149601d0401496f3264bda9c91d274cd4a0
      
https://github.com/qemu/qemu/commit/c39dd149601d0401496f3264bda9c91d274cd4a0
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M default-configs/devices/lm32-softmmu.mak
    M hw/lm32/Kconfig
    M hw/lm32/meson.build

  Log Message:
  -----------
  hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards

We want to be able to use the 'LM32' config for architecture
specific features. Introduce CONFIG_LM32_EVR to select the
lm32-evr / lm32-uclinux boards.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210221225626.2589247-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 8ee08a6a282f4bbdd79744cad79aa87121db2e03
      
https://github.com/qemu/qemu/commit/8ee08a6a282f4bbdd79744cad79aa87121db2e03
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/char/meson.build
    M hw/intc/meson.build
    M hw/lm32/Kconfig
    M hw/timer/meson.build

  Log Message:
  -----------
  hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES

We want to be able to use the 'LM32' config for architecture
specific features. As CONFIG_LM32 is only used to select
peripherals, rename it CONFIG_LM32_DEVICES.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210221225626.2589247-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 32d1fd8d39475bc9ed7d3b5f1a666cce7f1d5fc2
      
https://github.com/qemu/qemu/commit/32d1fd8d39475bc9ed7d3b5f1a666cce7f1d5fc2
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M hw/lm32/Kconfig

  Log Message:
  -----------
  hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICES

The Milkymist board requires more than the PTIMER. Directly
select the LM32_DEVICES. This fixes:

  /usr/bin/ld:
  libqemu-lm32-softmmu.fa.p/target_lm32_gdbstub.c.o: in function 
`lm32_cpu_gdb_read_register':
  target/lm32/gdbstub.c:46: undefined reference to `lm32_pic_get_im'
  target/lm32/gdbstub.c:48: undefined reference to `lm32_pic_get_ip'
  libqemu-lm32-softmmu.fa.p/target_lm32_op_helper.c.o: in function 
`helper_wcsr_im':
  target/lm32/op_helper.c:107: undefined reference to `lm32_pic_set_im'
  libqemu-lm32-softmmu.fa.p/target_lm32_op_helper.c.o: in function 
`helper_wcsr_ip':
  target/lm32/op_helper.c:114: undefined reference to `lm32_pic_set_ip'
  libqemu-lm32-softmmu.fa.p/target_lm32_op_helper.c.o: in function 
`helper_wcsr_jtx':
  target/lm32/op_helper.c:120: undefined reference to `lm32_juart_set_jtx'
  libqemu-lm32-softmmu.fa.p/target_lm32_op_helper.c.o: in function 
`helper_wcsr_jrx':
  target/lm32/op_helper.c:125: undefined reference to `lm32_juart_set_jrx'
  libqemu-lm32-softmmu.fa.p/target_lm32_translate.c.o: in function 
`lm32_cpu_dump_state':
  target/lm32/translate.c:1161: undefined reference to `lm32_pic_get_ip'
  target/lm32/translate.c:1161: undefined reference to `lm32_pic_get_im'

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210221225626.2589247-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 0a38950931af0088449a6f224809acd0214d9d27
      
https://github.com/qemu/qemu/commit/0a38950931af0088449a6f224809acd0214d9d27
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M include/sysemu/runstate.h
    M softmmu/runstate.c

  Log Message:
  -----------
  sysemu/runstate: Let runstate_is_running() return bool

runstate_check() returns a boolean. runstate_is_running()
returns what runstate_check() returns, also a boolean.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210111152020.1422021-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 538f049704e9b7a07eeaf326af772fdd30d89576
      
https://github.com/qemu/qemu/commit/538f049704e9b7a07eeaf326af772fdd30d89576
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M accel/xen/xen-all.c
    M audio/audio.c
    M block/block-backend.c
    M gdbstub.c
    M hw/block/pflash_cfi01.c
    M hw/block/virtio-blk.c
    M hw/display/qxl.c
    M hw/i386/kvm/clock.c
    M hw/i386/kvm/i8254.c
    M hw/i386/kvmvapic.c
    M hw/i386/xen/xen-hvm.c
    M hw/ide/core.c
    M hw/intc/arm_gicv3_its_kvm.c
    M hw/intc/arm_gicv3_kvm.c
    M hw/intc/spapr_xive_kvm.c
    M hw/misc/mac_via.c
    M hw/net/e1000e_core.c
    M hw/nvram/spapr_nvram.c
    M hw/ppc/ppc.c
    M hw/ppc/ppc_booke.c
    M hw/s390x/tod-kvm.c
    M hw/scsi/scsi-bus.c
    M hw/usb/hcd-ehci.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M hw/vfio/migration.c
    M hw/virtio/virtio-rng.c
    M hw/virtio/virtio.c
    M include/sysemu/runstate.h
    M net/net.c
    M softmmu/memory.c
    M softmmu/runstate.c
    M target/arm/kvm.c
    M target/arm/kvm_arm.h
    M target/i386/kvm/kvm.c
    M target/i386/sev.c
    M target/i386/whpx/whpx-all.c
    M target/mips/kvm.c
    M target/ppc/cpu-qom.h
    M ui/gtk.c
    M ui/spice-core.c

  Log Message:
  -----------
  sysemu: Let VMChangeStateHandler take boolean 'running' argument

The 'running' argument from VMChangeStateHandler does not require
other value than 0 / 1. Make it a plain boolean.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <20210111152020.1422021-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 6f34661b6c97a37a5efc27d31c037ddeda4547e2
      
https://github.com/qemu/qemu/commit/6f34661b6c97a37a5efc27d31c037ddeda4547e2
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M MAINTAINERS
    M accel/xen/xen-all.c
    M audio/audio.c
    M backends/dbus-vmstate.c
    M block/block-backend.c
    M default-configs/devices/lm32-softmmu.mak
    M disas/nanomips.cpp
    M gdbstub.c
    M hw/block/pflash_cfi01.c
    M hw/block/virtio-blk.c
    M hw/char/meson.build
    M hw/display/qxl.c
    M hw/display/vhost-user-gpu.c
    M hw/display/virtio-gpu-3d.c
    M hw/i386/kvm/clock.c
    M hw/i386/kvm/i8254.c
    M hw/i386/kvmvapic.c
    M hw/i386/xen/xen-hvm.c
    M hw/ide/core.c
    M hw/intc/arm_gicv3_its_kvm.c
    M hw/intc/arm_gicv3_kvm.c
    M hw/intc/meson.build
    M hw/intc/spapr_xive_kvm.c
    M hw/lm32/Kconfig
    M hw/lm32/meson.build
    M hw/misc/mac_via.c
    M hw/misc/trace-events
    M hw/net/allwinner-sun8i-emac.c
    M hw/net/e1000e_core.c
    M hw/nvram/spapr_nvram.c
    M hw/ppc/pnv_bmc.c
    M hw/ppc/pnv_xscom.c
    M hw/ppc/ppc.c
    M hw/ppc/ppc_booke.c
    M hw/s390x/tod-kvm.c
    M hw/scsi/scsi-bus.c
    M hw/scsi/scsi-disk.c
    M hw/timer/meson.build
    M hw/usb/ccid-card-emulated.c
    M hw/usb/hcd-ehci.c
    M hw/usb/hcd-ohci.c
    M hw/usb/host-libusb.c
    M hw/usb/redirect.c
    M hw/vfio/migration.c
    M hw/virtio/vhost.c
    M hw/virtio/virtio-rng.c
    M hw/virtio/virtio.c
    M include/exec/memory.h
    M include/hw/elf_ops.h
    M include/hw/ppc/pnv_xscom.h
    M include/hw/s390x/css.h
    M include/qemu-common.h
    M include/qemu/id.h
    M include/sysemu/runstate.h
    M net/net.c
    M qemu-options.hx
    M scripts/tracetool/__init__.py
    M softmmu/memory.c
    M softmmu/qemu-seccomp.c
    M softmmu/runstate.c
    M target/arm/kvm.c
    M target/arm/kvm_arm.h
    M target/hexagon/gen_tcg_funcs.py
    M target/i386/cpu.c
    M target/i386/kvm/kvm.c
    M target/i386/machine.c
    M target/i386/sev.c
    M target/i386/whpx/whpx-all.c
    M target/m68k/op_helper.c
    M target/mips/kvm.c
    M target/ppc/cpu-qom.h
    M target/riscv/cpu.c
    M tests/fp/fp-test.c
    M tests/qtest/fuzz-test.c
    M ui/console.c
    M ui/gtk.c
    M ui/spice-core.c
    M ui/vnc-auth-sasl.c
    M util/id.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging

Pull request

# gpg: Signature made Wed 10 Mar 2021 21:56:09 GMT
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/trivial-branch-for-6.0-pull-request: (22 commits)
  sysemu: Let VMChangeStateHandler take boolean 'running' argument
  sysemu/runstate: Let runstate_is_running() return bool
  hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICES
  hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES
  hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards
  qemu-common.h: Update copyright string to 2021
  tests/fp/fp-test: Replace the word 'blacklist'
  qemu-options: Replace the word 'blacklist'
  seccomp: Replace the word 'blacklist'
  scripts/tracetool: Replace the word 'whitelist'
  ui: Replace the word 'whitelist'
  virtio-gpu: Adjust code space style
  exec/memory: Use struct Object typedef
  fuzz-test: remove unneccessary debugging flags
  net: Use id_generate() in the network subsystem, too
  MAINTAINERS: Fix the location of tools manuals
  vhost_user_gpu: Drop dead check for g_malloc() failure
  backends/dbus-vmstate: Fix short read error handling
  target/hexagon/gen_tcg_funcs: Fix a typo
  hw/elf_ops: Fix a typo
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/f4abdf32714d...6f34661b6c97



reply via email to

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