[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22 |
Date: |
Mon, 22 Jun 2015 17:02:17 +0100 |
On 22 June 2015 at 12:16, Michael Tokarev <address@hidden> 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
- [Qemu-devel] [PULL 09/21] xen_pt: QOMify, (continued)
- [Qemu-devel] [PULL 09/21] xen_pt: QOMify, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 06/21] piix: piix3 QOMify, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 15/21] qemu-options: Improve -global documentation, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 05/21] pci-assign: QOMify, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 11/21] libcacard: pkgconfig: tidy dependent libs, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 03/21] Grammar: 'as to'->'as for', Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 13/21] hw/display/qxl-logger.c: Constify some variable, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 12/21] configure: rearrange --help and consolidate enable/disable together, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 16/21] qemu-options: Use @itemx where appropriate, Michael Tokarev, 2015/06/22
- [Qemu-devel] [PULL 02/21] remove libdecnumber/dpd/decimal128Local.h, Michael Tokarev, 2015/06/22
- Re: [Qemu-devel] [PULL 00/21] Trivial patches for 2015-06-22,
Peter Maydell <=