From 24b9462544eeb64e1f10feb460b0c704e972ad4e Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 17 Oct 2016 19:22:17 +0100 Subject: tests: cleanup ptimer-test 1) ptimer-test is not a qtest---it runs the ptimer.c code directly in the ptimer-test process 2) ptimer-test has its own stubs file, so there is no need to add more stubs to stubs/vmstate.c Signed-off-by: Paolo Bonzini Reviewed-by: Dmitry Osipenko Signed-off-by: Peter Maydell --- stubs/vmstate.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stubs/vmstate.c') diff --git a/stubs/vmstate.c b/stubs/vmstate.c index 94b831e219..65906271d2 100644 --- a/stubs/vmstate.c +++ b/stubs/vmstate.c @@ -3,11 +3,6 @@ #include "migration/vmstate.h" const VMStateDescription vmstate_dummy = {}; -const VMStateInfo vmstate_info_uint8; -const VMStateInfo vmstate_info_uint32; -const VMStateInfo vmstate_info_uint64; -const VMStateInfo vmstate_info_int64; -const VMStateInfo vmstate_info_timer; int vmstate_register_with_alias_id(DeviceState *dev, int instance_id, -- cgit 1.4.1