All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure
@ 2019-01-25 14:03 Christophe Lyon
  2019-01-29  2:53 ` Stefan Hajnoczi
  2019-04-24  6:05 ` [Qemu-devel] [Bug 1813305] " Thomas Huth
  0 siblings, 2 replies; 4+ messages in thread
From: Christophe Lyon @ 2019-01-25 14:03 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,

I've just realized that after I reconfigured my qemu with
../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple

$ make
did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
$ make clean


I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').

I didn't check how easy it is to fix this in the build system.

Thanks

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1813305

Title:
  trace-root.h is not regerenerated after re-configure

Status in QEMU:
  New

Bug description:
  Hi,

  I've just realized that after I reconfigured my qemu with
  ../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple

  $ make
  did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
  $ make clean

  
  I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').

  I didn't check how easy it is to fix this in the build system.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1813305/+subscriptions

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

* Re: [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure
  2019-01-25 14:03 [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure Christophe Lyon
@ 2019-01-29  2:53 ` Stefan Hajnoczi
  2019-01-29  9:56   ` Christophe Lyon
  2019-04-24  6:05 ` [Qemu-devel] [Bug 1813305] " Thomas Huth
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Hajnoczi @ 2019-01-29  2:53 UTC (permalink / raw)
  To: Bug 1813305; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

On Fri, Jan 25, 2019 at 02:03:39PM -0000, Christophe Lyon wrote:
> I've just realized that after I reconfigured my qemu with
> ../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple
> 
> $ make
> did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
> $ make clean
> 
> 
> I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').
> 
> I didn't check how easy it is to fix this in the build system.

Thank you for reporting this.  I have sent a patch to fix the makefile.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure
  2019-01-29  2:53 ` Stefan Hajnoczi
@ 2019-01-29  9:56   ` Christophe Lyon
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe Lyon @ 2019-01-29  9:56 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Bug 1813305, QEMU Developers

On Tue, 29 Jan 2019 at 03:55, Stefan Hajnoczi <stefanha@gmail.com> wrote:
>
> On Fri, Jan 25, 2019 at 02:03:39PM -0000, Christophe Lyon wrote:
> > I've just realized that after I reconfigured my qemu with
> > ../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple
> >
> > $ make
> > did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
> > $ make clean
> >
> >
> > I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').
> >
> > I didn't check how easy it is to fix this in the build system.
>
> Thank you for reporting this.  I have sent a patch to fix the makefile.
>

Thanks for the quick patch.

> Stefan

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

* [Qemu-devel] [Bug 1813305] Re: trace-root.h is not regerenerated after re-configure
  2019-01-25 14:03 [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure Christophe Lyon
  2019-01-29  2:53 ` Stefan Hajnoczi
@ 2019-04-24  6:05 ` Thomas Huth
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2019-04-24  6:05 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1813305

Title:
  trace-root.h is not regerenerated after re-configure

Status in QEMU:
  Fix Released

Bug description:
  Hi,

  I've just realized that after I reconfigured my qemu with
  ../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple

  $ make
  did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
  $ make clean

  
  I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').

  I didn't check how easy it is to fix this in the build system.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1813305/+subscriptions

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

end of thread, other threads:[~2019-04-24  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 14:03 [Qemu-devel] [Bug 1813305] [NEW] trace-root.h is not regerenerated after re-configure Christophe Lyon
2019-01-29  2:53 ` Stefan Hajnoczi
2019-01-29  9:56   ` Christophe Lyon
2019-04-24  6:05 ` [Qemu-devel] [Bug 1813305] " Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.