diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-05-29 12:39:42 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-02 11:33:53 +0400 |
commit | 6b10e573d15ef82dbc5c5b3726028e6642e134f6 (patch) | |
tree | cb48ec34656eb50c2ec8fcdafc1b0652124caf31 /backends/trace-events | |
parent | 1ce2610c106d925387669b3133fc18ea986f0476 (diff) |
char: move char devices to chardev/
Suggested by Paolo Bonzini during series review.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'backends/trace-events')
-rw-r--r-- | backends/trace-events | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/backends/trace-events b/backends/trace-events index 8c3289a3f9..e69de29bb2 100644 --- a/backends/trace-events +++ b/backends/trace-events @@ -1,10 +0,0 @@ -# See docs/tracing.txt for syntax documentation. - -# backends/wctablet.c -wct_init(void) "" -wct_cmd_re(void) "" -wct_cmd_st(void) "" -wct_cmd_sp(void) "" -wct_cmd_ts(int input) "0x%02x" -wct_cmd_other(const char *cmd) "%s" -wct_speed(int speed) "%d" |