diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-06-16 09:40:15 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 17:22:16 +0100 |
commit | 1cf6ebc73f6c9ec696e569d2cdb844715d6004a3 (patch) | |
tree | 7037038c38452019949f9aac9beb76a9e0f15256 /Makefile.objs | |
parent | 80aa71e98dcd38f76aa219500a0a084f0a2ecabe (diff) |
trace: split out trace events for hw/vfio/ directory
Move all trace-events for files in the hw/vfio/ directory to
their own file.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1466066426-16657-30-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 551e73e363..f2753bf71a 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -146,3 +146,4 @@ trace-events-y += hw/9pfs/trace-events trace-events-y += hw/ppc/trace-events trace-events-y += hw/pci/trace-events trace-events-y += hw/s390x/trace-events +trace-events-y += hw/vfio/trace-events |