From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7J79-0000TX-Lp for qemu-devel@nongnu.org; Tue, 23 Jun 2015 03:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7J75-0004ts-Kj for qemu-devel@nongnu.org; Tue, 23 Jun 2015 03:59:27 -0400 Date: Tue, 23 Jun 2015 09:52:22 +0200 From: Wolfgang Bumiller Message-ID: <20150623075222.GA12643@olga> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-trivial] [PULL 00/21] Trivial patches for 2015-06-22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Trivial , Michael Tokarev , QEMU Developers > Fails to build on Windows: >=20 > util/qemu-sockets.c: In function =E2=80=98inet_parse_connect_opts=E2=80= =99: > util/qemu-sockets.c:338: error: =E2=80=98AI_V4MAPPED=E2=80=99 undeclare= d (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 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 ad7020a7e7b27d468ecc2aacb04ba4eb09= 017074: > > > > 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 43ce995c79c09595e6fbdcabecd1c8b43cf9e4= a4: > > > > util/qemu-sockets: improve ai_flag hints for ipv6 hosts (2015-06-22= 14:08:25 +0300) > > > > ---------------------------------------------------------------- > > trivial patches for 2015-06-22 >=20 > Fails to build on Windows: >=20 > util/qemu-sockets.c: In function =E2=80=98inet_parse_connect_opts=E2=80= =99: > util/qemu-sockets.c:338: error: =E2=80=98AI_V4MAPPED=E2=80=99 undeclare= d (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 =E2=80=98inet_dgram_opts=E2=80=99: > util/qemu-sockets.c:438: error: =E2=80=98AI_V4MAPPED=E2=80=99 undeclare= d (first use in > this function) >=20 > (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...) >=20 > thanks > -- PMM >=20 >=20