qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/9] Removal of deprecated options and improvements f


From: Thomas Huth
Subject: [Qemu-devel] [PULL 0/9] Removal of deprecated options and improvements for qtests
Date: Fri, 31 Aug 2018 10:38:49 +0200

 Hi Peter!

The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd241557452:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' 
into staging (2018-08-27 16:44:20 +0100)

are available in the git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2018-08-31

for you to fetch changes up to ae6bf766048ecaeef90b85c4fb2b4db2aa0c094c:

  tests: add a qmp success-response test (2018-08-31 09:53:10 +0200)

----------------------------------------------------------------
Removal of deprecated options and improvements for the qtests
----------------------------------------------------------------

Eric Blake (1):
      tests/libqos: Utilize newer glib spawn check

Marc-André Lureau (4):
      tests: add qmp_assert_error_class()
      tests: add qmp/object-add-without-props test
      tests: add qmp/qom-set-without-value test
      tests: add a qmp success-response test

Thomas Huth (4):
      Remove the deprecated -balloon option
      Remove the deprecated -nodefconfig option
      Remove the deprecated options -startdate, -localtime and -rtc-td-hack
      net: Remove the deprecated -tftp, -bootp, -redir and -smb options

 docs/interop/live-block-operations.rst  |   4 +-
 docs/virtio-balloon-stats.txt           |   6 +-
 include/net/net.h                       |   3 -
 include/net/slirp.h                     |   4 -
 net/slirp.c                             | 132 +++++++-------------------------
 os-posix.c                              |   8 --
 qemu-deprecated.texi                    |  56 --------------
 qemu-options.hx                         |  36 +--------
 tests/drive_del-test.c                  |   5 +-
 tests/libqos/libqos.c                   |  12 +--
 tests/libqtest.c                        |  11 +++
 tests/libqtest.h                        |   9 +++
 tests/qapi-schema/qapi-schema-test.json |   2 +
 tests/qapi-schema/qapi-schema-test.out  |   2 +
 tests/qmp-cmd-test.c                    |  18 +++++
 tests/qmp-test.c                        |  87 +++++++++------------
 tests/test-qga.c                        |   9 +--
 tests/test-qmp-cmds.c                   |  17 ++++
 vl.c                                    | 132 ++++++--------------------------
 19 files changed, 158 insertions(+), 395 deletions(-)



reply via email to

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