qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] de4cf8: hmp: Add shortcut to stop command to


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] de4cf8: hmp: Add shortcut to stop command to match cont
Date: Tue, 09 Nov 2021 04:14:08 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: de4cf848b19e32fa59ee4dc908de49d5b282152b
      
https://github.com/qemu/qemu/commit/de4cf848b19e32fa59ee4dc908de49d5b282152b
  Author: BALATON Zoltan <balaton@eik.bme.hu>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M hmp-commands.hx

  Log Message:
  -----------
  hmp: Add shortcut to stop command to match cont

Some commands such as quit or cont have one letter alternatives but
stop is missing that. Add stop|s to match cont|c for consistency and
convenience.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20211030095225.513D4748F48@zero.eik.bme.hu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


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

  Changed paths:
    M hw/char/goldfish_tty.c
    M hw/intc/goldfish_pic.c
    M hw/intc/m68k_irqc.c
    M hw/m68k/virt.c
    M hw/misc/virt_ctrl.c
    M include/hw/char/goldfish_tty.h
    M include/hw/intc/goldfish_pic.h
    M include/hw/intc/m68k_irqc.h
    M include/hw/misc/virt_ctrl.h

  Log Message:
  -----------
  hw/m68k: Fix typo in SPDX tag

Fix 'Identifer' -> 'Identifier' typo.

Cc: Laurent Vivier <laurent@vivier.eu>
Fixes: 8c6df16ff60 ("hw/char: add goldfish-tty")
Fixes: 87855593903 ("hw/intc: add goldfish-pic")
Fixes: 2fde99ee312 ("m68k: add an interrupt controller")
Fixes: 0791bc02b8f ("m68k: add a system controller")
Fixes: e1cecdca559 ("m68k: add Virtual M68k Machine")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20211103105311.3399293-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


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

  Changed paths:
    M .mailmap

  Log Message:
  -----------
  .mailmap: Fix more contributor entries

These authors have some incorrect author email field.

Acked-by: Pan Nengyuan <pannengyuan@huawei.com>
Reviewed-by: Alex Chen <alex.chen@huawei.com>
Reviewed-by: Hyman Huang <huangy81@chinatelecom.cn>
Reviewed-by: Haibin Zhang <haibinzhang@tencent.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211027043254.1248097-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 1c282da3958ef52bd401ece181280cd7a203253d
      
https://github.com/qemu/qemu/commit/1c282da3958ef52bd401ece181280cd7a203253d
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson: Fix 'interpretor' typo

Fix a typo from commit fa2f7b0b9b7 ("meson: Warn when TCI is
selected but TCG backend is available").

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


  Commit: 4a778dac9ee57fac871ebcd51d447d2273ae5783
      
https://github.com/qemu/qemu/commit/4a778dac9ee57fac871ebcd51d447d2273ae5783
  Author: Laurent Vivier <lvivier@redhat.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M tests/qtest/virtio-net-test.c

  Log Message:
  -----------
  tests/qtest/virtio-net: fix hotplug test case

virtio-net-test has an hotplug testcase that is never executed.

This is because the testcase is attached to virtio-pci interface
rather than to virtio-net-pci.

  $ QTEST_QEMU_BINARY=./qemu-system-x86_64 tests/qtest/qos-test -l | grep 
hotplug
  /x86_64/.../pci-ohci-tests/ohci_pci-test-hotplug
  /x86_64/.../e1000e/e1000e-tests/hotplug
  /x86_64/.../virtio-blk-pci/virtio-blk-pci-tests/hotplug
  /x86_64/.../vhost-user-blk-pci/vhost-user-blk-pci-tests/hotplug
  /x86_64/.../virtio-rng-pci/virtio-rng-pci-tests/hotplug
  /x86_64/.../virtio-scsi/virtio-scsi-tests/hotplug
  /x86_64/.../virtio-serial/virtio-serial-tests/hotplug

With this fix:

  $ QTEST_QEMU_BINARY=./qemu-system-x86_64 tests/qtest/qos-test -l | grep 
hotplug
  ...
  /x86_64/.../vhost-user-blk-pci/vhost-user-blk-pci-tests/hotplug
  /x86_64/.../virtio-net-pci/virtio-net-pci-tests/hotplug
  /x86_64/.../virtio-rng-pci/virtio-rng-pci-tests/hotplug
  ...
  $ QTEST_QEMU_BINARY=./qemu-system-x86_64 tests/qtest/qos-test -p 
/x86_64/.../virtio-net-pci-tests/hotplug
  
/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net-pci-tests/hotplug:
 OK

Fixes: 6ae333f91b99 ("qos-test: virtio-net test node")
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211028173014.139692-1-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 66d96a1901b7d9cfdbc454d407710ca8bfb90947
      
https://github.com/qemu/qemu/commit/66d96a1901b7d9cfdbc454d407710ca8bfb90947
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M docs/about/deprecated.rst

  Log Message:
  -----------
  docs/about/deprecated: Remove empty 'related binaries' section

Commit 497a30dbb06 ("qemu-img: Require -F with -b backing image")
removed the content of the "Related binaries" section but forgot
to remove the section title. Since it is now empty, remove it too.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Joaquin de Andres <me@xcancerberox.com.ar>
Message-Id: <20211105142656.145791-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 21cc2bda7fda39ba749da607d6db50f55354f1fb
      
https://github.com/qemu/qemu/commit/21cc2bda7fda39ba749da607d6db50f55354f1fb
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M .mailmap
    M docs/about/deprecated.rst
    M hmp-commands.hx
    M hw/char/goldfish_tty.c
    M hw/intc/goldfish_pic.c
    M hw/intc/m68k_irqc.c
    M hw/m68k/virt.c
    M hw/misc/virt_ctrl.c
    M include/hw/char/goldfish_tty.h
    M include/hw/intc/goldfish_pic.h
    M include/hw/intc/m68k_irqc.h
    M include/hw/misc/virt_ctrl.h
    M meson.build
    M tests/qtest/virtio-net-test.c

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

Trivial branch patches pull request 20211109

# gpg: Signature made Tue 09 Nov 2021 10:12:04 AM CET
# 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]

* remotes/vivier/tags/trivial-branch-for-6.2-pull-request:
  docs/about/deprecated: Remove empty 'related binaries' section
  tests/qtest/virtio-net: fix hotplug test case
  meson: Fix 'interpretor' typo
  .mailmap: Fix more contributor entries
  hw/m68k: Fix typo in SPDX tag
  hmp: Add shortcut to stop command to match cont

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/85549204552b...21cc2bda7fda



reply via email to

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