]> Git Repo - qemu.git/commitdiff
backends: remove empty trace-events file
authorDaniel P. Berrange <[email protected]>
Thu, 29 Jun 2017 16:20:46 +0000 (17:20 +0100)
committerStefan Hajnoczi <[email protected]>
Tue, 11 Jul 2017 08:35:11 +0000 (09:35 +0100)
The content of the backends/trace-events file was entirely
removed in

  commit 6b10e573d15ef82dbc5c5b3726028e6642e134f6
  Author: Marc-André Lureau <[email protected]>
  Date:   Mon May 29 12:39:42 2017 +0400

    char: move char devices to chardev/

Leaving the empty file around, causes tracetool to generate
an empty .dtrace file which makes the dtrace compiler throw
a syntax error.

Signed-off-by: Daniel P. Berrange <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20170629162046[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
Makefile.objs
backends/trace-events [deleted file]

index 3e24c320c3c6be95eca249bca59447e1bc2f2329..bfd5a6ceb1cc50226bfdfc0705684032fe9690a6 100644 (file)
@@ -122,7 +122,6 @@ trace-events-subdirs += crypto
 trace-events-subdirs += io
 trace-events-subdirs += migration
 trace-events-subdirs += block
-trace-events-subdirs += backends
 trace-events-subdirs += chardev
 trace-events-subdirs += hw/block
 trace-events-subdirs += hw/block/dataplane
diff --git a/backends/trace-events b/backends/trace-events
deleted file mode 100644 (file)
index e69de29..0000000
This page took 0.023144 seconds and 4 git commands to generate.