Re: [Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-02-12 Thread Pavel Dovgaluk
From: Paolo Bonzini [mailto:pbonz...@redhat.com] On 09/02/2015 13:15, Pavel Dovgaluk wrote: From: Paolo Bonzini [mailto:pbonz...@redhat.com] break; case QEMU_OPTION_audio_help: AUD_help (); @@ -3244,6 +3254,7 @@ int main(int argc, char

Re: [Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-02-12 Thread Paolo Bonzini
On 12/02/2015 10:12, Pavel Dovgaluk wrote: Replay for audio adapter will be added in latter patches. Trying to record/replay machine with audio using current set of patches will break the replay. For this case you can try adding a mechanism similar to migration blockers

Re: [Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-02-09 Thread Pavel Dovgaluk
From: Paolo Bonzini [mailto:pbonz...@redhat.com] On 22/01/2015 09:53, Pavel Dovgalyuk wrote: This patch introduces command line options for enabling recording or replaying virtual machine behavior. -record option starts recording of the execution and saves it into the log, specified

Re: [Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-02-09 Thread Paolo Bonzini
On 09/02/2015 13:15, Pavel Dovgaluk wrote: From: Paolo Bonzini [mailto:pbonz...@redhat.com] On 22/01/2015 09:53, Pavel Dovgalyuk wrote: This patch introduces command line options for enabling recording or replaying virtual machine behavior. -record option starts recording of the execution

Re: [Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-01-30 Thread Paolo Bonzini
On 22/01/2015 09:53, Pavel Dovgalyuk wrote: This patch introduces command line options for enabling recording or replaying virtual machine behavior. -record option starts recording of the execution and saves it into the log, specified with fname parameter. -replay option is intended for

[Qemu-devel] [RFC PATCH v8 20/21] replay: command line options

2015-01-22 Thread Pavel Dovgalyuk
This patch introduces command line options for enabling recording or replaying virtual machine behavior. -record option starts recording of the execution and saves it into the log, specified with fname parameter. -replay option is intended for replaying previously saved log. Signed-off-by: Pavel