Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
trace: remove control-vcpu.h
Now we no longer have vcpu controlled trace events we can excise the
code that allows us to query its status.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20230526165401.574474-9-alex.bennee@linaro.org
Message-Id: <20230524133952.3971948-8-alex.bennee@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
stsquad authored and Stefan Hajnoczi committed May 31, 2023
1 parent de0190f commit dd109ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
5 changes: 1 addition & 4 deletions scripts/tracetool/format/h.py
Expand Up @@ -16,10 +16,7 @@


def generate(events, backend, group):
if group == "root":
header = "trace/control-vcpu.h"
else:
header = "trace/control.h"
header = "trace/control.h"

out('/* This file is autogenerated by tracetool, do not edit. */',
'',
Expand Down
47 changes: 0 additions & 47 deletions trace/control-vcpu.h

This file was deleted.

2 changes: 1 addition & 1 deletion trace/qmp.c
Expand Up @@ -10,7 +10,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-trace.h"
#include "control-vcpu.h"
#include "control.h"


static bool check_events(bool ignore_unavailable, bool is_pattern,
Expand Down

0 comments on commit dd109ea

Please sign in to comment.