From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
Michael Tokarev <mjt@tls.msk.ru>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22
Date: Tue, 23 Jun 2015 09:52:22 +0200 [thread overview]
Message-ID: <20150623075222.GA12643@olga> (raw)
In-Reply-To: <CAFEAcA9ru4tyzXNUW0USsN13wEP4v5hGOREbPZWVOkrLDS41=Q@mail.gmail.com>
> Fails to build on Windows:
>
> util/qemu-sockets.c: In function ‘inet_parse_connect_opts’:
> util/qemu-sockets.c:338: error: ‘AI_V4MAPPED’ undeclared (first use in
What's the procedure with the trivial pull-request here now. Should I
send a v2 of this patch to trivial, or a fix based on the trivial
branch?
It's a bit embarrassing, I should have seen this coming, as there's
already an #ifdef for AI_ADDRCONFIG to #define it to 0. So the change
would just be doing the same for V4MAPPED.
Sorry about that.
On Mon, Jun 22, 2015 at 05:02:17PM +0100, Peter Maydell wrote:
> On 22 June 2015 at 12:16, Michael Tokarev <mjt@tls.msk.ru> wrote:
> > There are a few random thing here and there. I especially
> > want to note 2 of them:
> >
> > - QOMification series by Gonglei
> > - rearrangement of ./configure --help output by me
> >
> > Other than that, the stuff is really trivial.
> >
> > Please consider applying/pulling.
> >
> > /mjt
> >
> > The following changes since commit ad7020a7e7b27d468ecc2aacb04ba4eb09017074:
> >
> > target-microblaze: Remove dead code (2015-06-21 17:20:16 +1000)
> >
> > are available in the git repository at:
> >
> > git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-06-22
> >
> > for you to fetch changes up to 43ce995c79c09595e6fbdcabecd1c8b43cf9e4a4:
> >
> > util/qemu-sockets: improve ai_flag hints for ipv6 hosts (2015-06-22 14:08:25 +0300)
> >
> > ----------------------------------------------------------------
> > trivial patches for 2015-06-22
>
> Fails to build on Windows:
>
> util/qemu-sockets.c: In function ‘inet_parse_connect_opts’:
> util/qemu-sockets.c:338: error: ‘AI_V4MAPPED’ undeclared (first use in
> this function)
> util/qemu-sockets.c:338: error: (Each undeclared identifier is
> reported only once
> util/qemu-sockets.c:338: error: for each function it appears in.)
> util/qemu-sockets.c: In function ‘inet_dgram_opts’:
> util/qemu-sockets.c:438: error: ‘AI_V4MAPPED’ undeclared (first use in
> this function)
>
> (Also I had to resolve a conflict in configure, so if you rebase
> on current master you'll save me having to do it twice...)
>
> thanks
> -- PMM
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
Michael Tokarev <mjt@tls.msk.ru>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Qemu-trivial] [PULL 00/21] Trivial patches for 2015-06-22
Date: Tue, 23 Jun 2015 09:52:22 +0200 [thread overview]
Message-ID: <20150623075222.GA12643@olga> (raw)
In-Reply-To: <CAFEAcA9ru4tyzXNUW0USsN13wEP4v5hGOREbPZWVOkrLDS41=Q@mail.gmail.com>
> Fails to build on Windows:
>
> util/qemu-sockets.c: In function ‘inet_parse_connect_opts’:
> util/qemu-sockets.c:338: error: ‘AI_V4MAPPED’ undeclared (first use in
What's the procedure with the trivial pull-request here now. Should I
send a v2 of this patch to trivial, or a fix based on the trivial
branch?
It's a bit embarrassing, I should have seen this coming, as there's
already an #ifdef for AI_ADDRCONFIG to #define it to 0. So the change
would just be doing the same for V4MAPPED.
Sorry about that.
On Mon, Jun 22, 2015 at 05:02:17PM +0100, Peter Maydell wrote:
> On 22 June 2015 at 12:16, Michael Tokarev <mjt@tls.msk.ru> wrote:
> > There are a few random thing here and there. I especially
> > want to note 2 of them:
> >
> > - QOMification series by Gonglei
> > - rearrangement of ./configure --help output by me
> >
> > Other than that, the stuff is really trivial.
> >
> > Please consider applying/pulling.
> >
> > /mjt
> >
> > The following changes since commit ad7020a7e7b27d468ecc2aacb04ba4eb09017074:
> >
> > target-microblaze: Remove dead code (2015-06-21 17:20:16 +1000)
> >
> > are available in the git repository at:
> >
> > git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-06-22
> >
> > for you to fetch changes up to 43ce995c79c09595e6fbdcabecd1c8b43cf9e4a4:
> >
> > util/qemu-sockets: improve ai_flag hints for ipv6 hosts (2015-06-22 14:08:25 +0300)
> >
> > ----------------------------------------------------------------
> > trivial patches for 2015-06-22
>
> Fails to build on Windows:
>
> util/qemu-sockets.c: In function ‘inet_parse_connect_opts’:
> util/qemu-sockets.c:338: error: ‘AI_V4MAPPED’ undeclared (first use in
> this function)
> util/qemu-sockets.c:338: error: (Each undeclared identifier is
> reported only once
> util/qemu-sockets.c:338: error: for each function it appears in.)
> util/qemu-sockets.c: In function ‘inet_dgram_opts’:
> util/qemu-sockets.c:438: error: ‘AI_V4MAPPED’ undeclared (first use in
> this function)
>
> (Also I had to resolve a conflict in configure, so if you rebase
> on current master you'll save me having to do it twice...)
>
> thanks
> -- PMM
>
>
next prev parent reply other threads:[~2015-06-23 7:59 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 11:16 [Qemu-trivial] [PULL 00/21] Trivial patches for 2015-06-22 Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 01/21] configure: append --extra-ldflags to LDFLAGS Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 02/21] remove libdecnumber/dpd/decimal128Local.h Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 03/21] Grammar: 'as to'->'as for' Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 04/21] Print error when failing to load PCI config data Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 05/21] pci-assign: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 06/21] piix: piix3 QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 07/21] piix4: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 08/21] wdt_i6300esb: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 09/21] xen_pt: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 10/21] vt82c686: QOMify Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 11/21] libcacard: pkgconfig: tidy dependent libs Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 12/21] configure: rearrange --help and consolidate enable/disable together Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 13/21] hw/display/qxl-logger.c: Constify some variable Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 14/21] throttle: Fix typo in the documentation of block_set_io_throttle Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 15/21] qemu-options: Improve -global documentation Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 16/21] qemu-options: Use @itemx where appropriate Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 17/21] Makefile: Fix "make cscope TAGS" Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 18/21] Makefile: Add "make ctags" Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 19/21] hw/display/cg3.c: Fix memory leak Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 20/21] hw/display/tcx.c: " Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 11:16 ` [Qemu-trivial] [PULL 21/21] util/qemu-sockets: improve ai_flag hints for ipv6 hosts Michael Tokarev
2015-06-22 11:16 ` [Qemu-devel] " Michael Tokarev
2015-06-22 16:02 ` [Qemu-trivial] [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22 Peter Maydell
2015-06-22 16:02 ` Peter Maydell
2015-06-23 7:52 ` Wolfgang Bumiller [this message]
2015-06-23 7:52 ` [Qemu-devel] [Qemu-trivial] " Wolfgang Bumiller
2015-06-23 17:08 ` Michael Tokarev
2015-06-23 17:08 ` [Qemu-devel] " Michael Tokarev
2015-06-23 17:15 ` [Qemu-trivial] " Peter Maydell
2015-06-23 17:15 ` [Qemu-devel] " Peter Maydell
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=20150623075222.GA12643@olga \
--to=w.bumiller@proxmox.com \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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.