qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 81950d: hmp-commands: Remove the deprecated u


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 81950d: hmp-commands: Remove the deprecated usb_add and us...
Date: Thu, 14 Dec 2017 08:39:44 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 81950da6819bbe77f38835724cc4643f19677554
      
https://github.com/qemu/qemu/commit/81950da6819bbe77f38835724cc4643f19677554
  Author: Thomas Huth <address@hidden>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
    M hmp-commands.hx
    M hw/usb/bus.c
    M include/hw/usb.h
    M include/sysemu/sysemu.h
    M qemu-doc.texi
    M vl.c

  Log Message:
  -----------
  hmp-commands: Remove the deprecated usb_add and usb_del

It's easy to use device_add and device_del as replacement instead.
The usb_add and usb_del commands are deprecated since QEMU 2.10,
and nobody complained that they are still needed, so let's get rid
of them now to make the HMP interface a little bit less overloaded.

Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 0eaf3b824745cacebfc321aef6787528d33d58fe
      
https://github.com/qemu/qemu/commit/0eaf3b824745cacebfc321aef6787528d33d58fe
  Author: Vadim Galitsyn <address@hidden>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
    M tests/test-hmp.c

  Log Message:
  -----------
  tests: test-hmp: print command execution result

Provide HMP monitor command execution result as it would be seen
by user who established an HMP monitor session.

Currently many commands may silently fail without any sign of that.
This patch let this info to be printed once test is running in
verbose mode.

For the future it might be useful to fail the test if command has
failed, however it would require a bit of rework inside test
engine itself.

A simple example of silent failure without reporting it would to
add some non-existent HMP command into 'hmp_cmds' list. In this case
test will report it successfully passed without error.

Signed-off-by: Vadim Galitsyn <address@hidden>
Cc: Dr. David Alan Gilbert <address@hidden>
Cc: address@hidden
Message-Id: <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Dr. David Alan Gilbert <address@hidden>


  Commit: 0ef0583d5adceb9138bdb47494dabd1549ac5b6d
      
https://github.com/qemu/qemu/commit/0ef0583d5adceb9138bdb47494dabd1549ac5b6d
  Author: Peter Maydell <address@hidden>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
    M hmp-commands.hx
    M hw/usb/bus.c
    M include/hw/usb.h
    M include/sysemu/sysemu.h
    M qemu-doc.texi
    M tests/test-hmp.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into 
staging

HMP pull 2017-12-14

# gpg: Signature made Thu 14 Dec 2017 12:46:41 GMT
# gpg:                using RSA key 0x0516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <address@hidden>"
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-hmp-20171214:
  tests: test-hmp: print command execution result
  hmp-commands: Remove the deprecated usb_add and usb_del

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/5705b536b597...0ef0583d5adc

reply via email to

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