All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org,
	Stefano Stabellini <sstabellini@kernel.org>,
	Anthony Perard <anthony.perard@citrix.com>,
	qemu-trivial@nongnu.org, xen-devel@lists.xensource.com,
	xuquan8@huawei.com, emilcondrea@gmail.com
Subject: Re: [Qemu-trivial] [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
Date: Wed, 2 Nov 2016 19:39:08 +0100	[thread overview]
Message-ID: <20161102183907.GA16901@aepfle.de> (raw)
In-Reply-To: <1478081958-5803-1-git-send-email-thuth@redhat.com>

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

On Wed, Nov 02, Thomas Huth wrote:

> Olaf Hering reported a build failure due to an undefined reference
> to 'qemu_log_vprintf'. Explicitely including qemu/log.h seems to
> fix the issue.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Tested-by: Olaf Hering <olaf@aepfle.de>


Olaf

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

WARNING: multiple messages have this Message-ID (diff)
From: Olaf Hering <olaf@aepfle.de>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org,
	Stefano Stabellini <sstabellini@kernel.org>,
	Anthony Perard <anthony.perard@citrix.com>,
	qemu-trivial@nongnu.org, xen-devel@lists.xensource.com,
	xuquan8@huawei.com, emilcondrea@gmail.com
Subject: Re: [Qemu-devel] [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
Date: Wed, 2 Nov 2016 19:39:08 +0100	[thread overview]
Message-ID: <20161102183907.GA16901@aepfle.de> (raw)
In-Reply-To: <1478081958-5803-1-git-send-email-thuth@redhat.com>

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

On Wed, Nov 02, Thomas Huth wrote:

> Olaf Hering reported a build failure due to an undefined reference
> to 'qemu_log_vprintf'. Explicitely including qemu/log.h seems to
> fix the issue.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Tested-by: Olaf Hering <olaf@aepfle.de>


Olaf

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

WARNING: multiple messages have this Message-ID (diff)
From: Olaf Hering <olaf@aepfle.de>
To: Thomas Huth <thuth@redhat.com>
Cc: xuquan8@huawei.com, Stefano Stabellini <sstabellini@kernel.org>,
	qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	xen-devel@lists.xensource.com,
	Anthony Perard <anthony.perard@citrix.com>,
	emilcondrea@gmail.com
Subject: Re: [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
Date: Wed, 2 Nov 2016 19:39:08 +0100	[thread overview]
Message-ID: <20161102183907.GA16901@aepfle.de> (raw)
In-Reply-To: <1478081958-5803-1-git-send-email-thuth@redhat.com>

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

On Wed, Nov 02, Thomas Huth wrote:

> Olaf Hering reported a build failure due to an undefined reference
> to 'qemu_log_vprintf'. Explicitely including qemu/log.h seems to
> fix the issue.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Tested-by: Olaf Hering <olaf@aepfle.de>


Olaf

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

  parent reply	other threads:[~2016-11-02 22:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-02 10:19 [Qemu-trivial] [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf() Thomas Huth
2016-11-02 10:19 ` Thomas Huth
2016-11-02 10:19 ` [Qemu-devel] " Thomas Huth
2016-11-02 17:34 ` [Qemu-trivial] " Stefano Stabellini
2016-11-02 17:34   ` Stefano Stabellini
2016-11-02 17:34   ` [Qemu-devel] " Stefano Stabellini
2016-11-02 20:42   ` [Qemu-trivial] " Peter Maydell
2016-11-02 20:42     ` Peter Maydell
2016-11-02 20:42     ` Peter Maydell
2016-11-02 20:53     ` [Qemu-trivial] " Stefano Stabellini
2016-11-02 20:53       ` Stefano Stabellini
2016-11-02 20:53       ` [Qemu-devel] " Stefano Stabellini
2016-11-02 18:39 ` Olaf Hering [this message]
2016-11-02 18:39   ` Olaf Hering
2016-11-02 18:39   ` [Qemu-devel] " Olaf Hering

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161102183907.GA16901@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=anthony.perard@citrix.com \
    --cc=emilcondrea@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sstabellini@kernel.org \
    --cc=thuth@redhat.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xuquan8@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.