diff options
author | Jason Wang <jasowang@redhat.com> | 2021-04-02 11:03:20 +0800 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2021-04-08 17:33:59 +0800 |
commit | 603f2f7c6c8c747d0189936a74fb33e610ce7858 (patch) | |
tree | e940c7db13a812592ae647a494a1a5b205186f51 /qapi/meson.build | |
parent | d89b4f839f0770a3adbedd5a727482f0aa2478a6 (diff) | |
download | qemu-603f2f7c6c8c747d0189936a74fb33e610ce7858.zip |
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
a0724776c5a98a08fc946bb5a4ad16410ca64c0e.
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qapi/meson.build')
-rw-r--r-- | qapi/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/meson.build b/qapi/meson.build index 0d20226fa3..376f4ceafe 100644 --- a/qapi/meson.build +++ b/qapi/meson.build @@ -8,7 +8,6 @@ util_ss.add(files( 'qobject-output-visitor.c', 'string-input-visitor.c', 'string-output-visitor.c', - 'hmp-output-visitor.c', )) if have_system or have_tools util_ss.add(files( |