mbox

[PULL,for-2.0] migration: add traces

Message ID 20140327104930.GB27036@grmbl.mre
State New
Headers show

Pull-request

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

Message

Amit Shah March 27, 2014, 10:49 a.m. UTC
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

Comments

Peter Maydell March 27, 2014, 11:18 a.m. UTC | #1
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
Amit Shah March 27, 2014, 11:59 a.m. UTC | #2
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
Peter Maydell March 27, 2014, 3:31 p.m. UTC | #3
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