qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] Use stdint.h for integral data types and definitions
Date: Sat, 07 Feb 2009 00:52:39 +0100	[thread overview]
Message-ID: <498CCD47.5060507@web.de> (raw)
In-Reply-To: <498CB211.1050506@mail.berlios.de>

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

Stefan Weil wrote:
> This patch replaces local definitions and declaration
> for integral data types by a C99 standard header file.
> 
> This reduces Qemu code, avoids some compiler warnings
> because of redefinitions and should make the code more
> portable.
> 
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> 
> Index: trunk/dyngen-exec.h
> ===================================================================
> --- trunk.orig/dyngen-exec.h	2009-02-06 22:21:41.000000000 +0100
> +++ trunk/dyngen-exec.h	2009-02-06 22:21:42.000000000 +0100
> @@ -31,57 +31,15 @@
>     point because host CPU registers are used as global variables. Some
>     host headers do not allow that. */
>  #include <stddef.h>
> +#include <stdint.h>

I think the safer and cleaner approach is to remove the last users of
legacy dyngen-exec.h and finally kill this file.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

  reply	other threads:[~2009-02-06 23:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 21:56 [Qemu-devel] [PATCH] Use stdint.h for integral data types and definitions Stefan Weil
2009-02-06 23:52 ` Jan Kiszka [this message]
2009-03-30  7:03   ` Stefan Weil
2009-04-08 22:58     ` Aurelien Jarno

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=498CCD47.5060507@web.de \
    --to=jan.kiszka@web.de \
    --cc=qemu-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).