qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.0] migration: add traces
@ 2014-03-27 10:49 Amit Shah
  2014-03-27 11:18 ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Amit Shah @ 2014-03-27 10:49 UTC (permalink / raw)
  To: qemu list; +Cc: Peter Maydell, Anthony Liguori

The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:

  Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream

for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365:

  migration: add more traces (2014-03-27 15:19:00 +0530)

----------------------------------------------------------------
migration: traces

Adds trace messages to migration path.  Patches have been on list for a
while, and have been reviewed by Juan.

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      util: add qemu_ether_ntoa
      migration: add more traces

 include/qemu-common.h |  2 ++
 migration.c           | 30 ++++++------------------------
 qemu-file.c           |  2 ++
 savevm.c              |  8 ++++++++
 trace-events          | 16 ++++++++++++++++
 util/cutils.c         | 14 ++++++++++++++
 vmstate.c             |  2 ++
 7 files changed, 50 insertions(+), 24 deletions(-)



		Amit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL for-2.0] migration: add traces
  2014-03-27 10:49 [Qemu-devel] [PULL for-2.0] migration: add traces Amit Shah
@ 2014-03-27 11:18 ` Peter Maydell
  2014-03-27 11:59   ` Amit Shah
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2014-03-27 11:18 UTC (permalink / raw)
  To: Amit Shah; +Cc: qemu list, Anthony Liguori

On 27 March 2014 10:49, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:
>
>   Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream
>
> for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365:
>
>   migration: add more traces (2014-03-27 15:19:00 +0530)
>
> ----------------------------------------------------------------
> migration: traces
>
> Adds trace messages to migration path.  Patches have been on list for a
> while, and have been reviewed by Juan.
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (2):
>       util: add qemu_ether_ntoa
>       migration: add more traces

Really for 2.0? This seems more like a feature than a bugfix
to me...

thanks
-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL for-2.0] migration: add traces
  2014-03-27 11:18 ` Peter Maydell
@ 2014-03-27 11:59   ` Amit Shah
  2014-03-27 15:31     ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Amit Shah @ 2014-03-27 11:59 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu list, Anthony Liguori

On (Thu) 27 Mar 2014 [11:18:05], Peter Maydell wrote:
> On 27 March 2014 10:49, Amit Shah <amit.shah@redhat.com> wrote:
> > The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:
> >
> >   Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)
> >
> > are available in the git repository at:
> >
> >
> >   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream
> >
> > for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365:
> >
> >   migration: add more traces (2014-03-27 15:19:00 +0530)
> >
> > ----------------------------------------------------------------
> > migration: traces
> >
> > Adds trace messages to migration path.  Patches have been on list for a
> > while, and have been reviewed by Juan.
> >
> > ----------------------------------------------------------------
> > Alexey Kardashevskiy (2):
> >       util: add qemu_ether_ntoa
> >       migration: add more traces
> 
> Really for 2.0? This seems more like a feature than a bugfix
> to me...

They've been on-list for 2.0, and the last time the 2nd patch didn't
compile on windows, and hence was left out.  The first patch was added
to the series to fix that.  Seems like a trivial couple of patches..

		Amit

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PULL for-2.0] migration: add traces
  2014-03-27 11:59   ` Amit Shah
@ 2014-03-27 15:31     ` Peter Maydell
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2014-03-27 15:31 UTC (permalink / raw)
  To: Amit Shah; +Cc: qemu list, Anthony Liguori

On 27 March 2014 11:59, Amit Shah <amit.shah@redhat.com> wrote:
> On (Thu) 27 Mar 2014 [11:18:05], Peter Maydell wrote:
>> On 27 March 2014 10:49, Amit Shah <amit.shah@redhat.com> wrote:
>> > The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a:
>> >
>> >   Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000)
>> >
>> > are available in the git repository at:
>> >
>> >
>> >   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream
>> >
>> > for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365:
>> >
>> >   migration: add more traces (2014-03-27 15:19:00 +0530)
>> >
>> > ----------------------------------------------------------------
>> > migration: traces
>> >
>> > Adds trace messages to migration path.  Patches have been on list for a
>> > while, and have been reviewed by Juan.
>> >
>> > ----------------------------------------------------------------
>> > Alexey Kardashevskiy (2):
>> >       util: add qemu_ether_ntoa
>> >       migration: add more traces
>>
>> Really for 2.0? This seems more like a feature than a bugfix
>> to me...
>
> They've been on-list for 2.0, and the last time the 2nd patch didn't
> compile on windows, and hence was left out.  The first patch was added
> to the series to fix that.  Seems like a trivial couple of patches..

Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-27 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 10:49 [Qemu-devel] [PULL for-2.0] migration: add traces Amit Shah
2014-03-27 11:18 ` Peter Maydell
2014-03-27 11:59   ` Amit Shah
2014-03-27 15:31     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).