Re: [Qemu-devel] [PATCH 1/3] replay: Define ReplayMode without QAPI

2017-07-31 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > "Pavel Dovgalyuk" writes: > > >> From: Markus Armbruster [mailto:arm...@redhat.com] > >> ReplayMode is defined in the QAPI schema, but not used there. Of the > >> stuff QAPI generates for it only the typedef is actually used. Use of > >> QA

Re: [Qemu-devel] [PATCH 1/3] replay: Define ReplayMode without QAPI

2017-07-31 Thread Markus Armbruster
"Pavel Dovgalyuk" writes: >> From: Markus Armbruster [mailto:arm...@redhat.com] >> ReplayMode is defined in the QAPI schema, but not used there. Of the >> stuff QAPI generates for it only the typedef is actually used. Use of >> QAPI is pointless and only complicates things, so don't. > > This a

Re: [Qemu-devel] [PATCH 1/3] replay: Define ReplayMode without QAPI

2017-07-31 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > ReplayMode is defined in the QAPI schema, but not used there. Of the > stuff QAPI generates for it only the typedef is actually used. Use of > QAPI is pointless and only complicates things, so don't. This a bit useless now, but we plan to ad