diff options
| author | Pavel Dovgalyuk | 2015-09-17 18:23:37 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2015-11-05 12:19:08 +0100 |
| commit | d73abd6dcc105fb5cacc34716046fca63132a264 (patch) | |
| tree | 5e758703348653fff4467ee923b44caedec0fd66 /Makefile.objs | |
| parent | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151104' i... (diff) | |
| download | qemu-d73abd6dcc105fb5cacc34716046fca63132a264.tar.gz qemu-d73abd6dcc105fb5cacc34716046fca63132a264.tar.xz qemu-d73abd6dcc105fb5cacc34716046fca63132a264.zip | |
replay: global variables and function stubs
This patch adds global variables, defines, function declarations,
and function stubs for deterministic VM replay used by external modules.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162337.8676.41538.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index fe02ee2cf4..77be052dde 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -54,6 +54,8 @@ common-obj-y += audio/ common-obj-y += hw/ common-obj-y += accel.o +common-obj-y += replay/ + common-obj-y += ui/ common-obj-y += bt-host.o bt-vhci.o bt-host.o-cflags := $(BLUEZ_CFLAGS) |
