Re: [Qemu-devel] [PATCH for-2.10 1/4] stubs: Add vm state change handler stubs

2017-08-15 Thread Fam Zheng
On Tue, 08/15 07:26, Eric Blake wrote: > On 08/14/2017 11:04 PM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > A bit sparse on the 'why' - presumably, upcoming patches will fail to > compile if the stub is not present, but mentioning what dependency this > solves never hurts. > > > --- > >

Re: [Qemu-devel] [PATCH for-2.10 1/4] stubs: Add vm state change handler stubs

2017-08-15 Thread Eric Blake
On 08/14/2017 11:04 PM, Fam Zheng wrote: > Signed-off-by: Fam Zheng A bit sparse on the 'why' - presumably, upcoming patches will fail to compile if the stub is not present, but mentioning what dependency this solves never hurts. > --- > stubs/Makefile.objs | 1 + > stubs/change-state

[Qemu-devel] [PATCH for-2.10 1/4] stubs: Add vm state change handler stubs

2017-08-14 Thread Fam Zheng
Signed-off-by: Fam Zheng --- stubs/Makefile.objs | 1 + stubs/change-state-handler.c | 14 ++ 2 files changed, 15 insertions(+) create mode 100644 stubs/change-state-handler.c diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index f5b47bfd74..e69c217aff 100644 --- a/