qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] slirp: Fix type casts and format strings in deb


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] slirp: Fix type casts and format strings in debug code
Date: Tue, 27 Oct 2015 19:09:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

Am 25.09.2015 um 21:48 schrieb Stefan Weil:
> Am 29.08.2015 um 09:12 schrieb Stefan Weil:
>> Casting pointers to long won't work on 64 bit Windows.
>> It is not needed with the right format strings.
>>
>> Signed-off-by: Stefan Weil <address@hidden>
>> ---
>>  slirp/bootp.c      | 12 +++++++++---
>>  slirp/if.c         |  4 ++--
>>  slirp/ip_icmp.c    |  4 ++--
>>  slirp/ip_input.c   | 10 +++++-----
>>  slirp/ip_output.c  |  4 ++--
>>  slirp/mbuf.c       |  6 +++---
>>  slirp/misc.c       |  6 +++---
>>  slirp/sbuf.c       |  4 ++--
>>  slirp/socket.c     | 18 +++++++++---------
>>  slirp/tcp_input.c  | 14 +++++++-------
>>  slirp/tcp_output.c |  2 +-
>>  slirp/tcp_subr.c   | 16 ++++++++--------
>>  slirp/udp.c        |  6 +++---
>>  13 files changed, 56 insertions(+), 50 deletions(-)
>>
> Ping? Should I add this patch to my pull queue for Windows?
> I am afraid that it is too large for qemu-trivial.
>
> Regards,
> Stefan
>
> http://patchwork.ozlabs.org/patch/512116/

Ping?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]