From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/6] Bring adlib to the wonderful world of <stdint.h>
Date: Fri, 28 Aug 2009 20:06:47 +0200 [thread overview]
Message-ID: <cover.1251482708.git.quintela@redhat.com> (raw)
Remove pre C-ansi99 defines for integer types.
Later, Juan.
Juan Quintela (6):
audio: Nothing uses UINT16
audio: s/UINT8/uint8_t
audio: s/UINT32/uint32_t
audio: Nothing uses INT8
audio: s/INT16/int16_t
audio: s/INT32/int32_t
hw/fmopl.c | 74 ++++++++++++++++++------------------
hw/fmopl.h | 123 ++++++++++++++++++++++++++++--------------------------------
2 files changed, 94 insertions(+), 103 deletions(-)
next reply other threads:[~2009-08-28 18:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-28 18:06 Juan Quintela [this message]
2009-08-28 18:06 ` [Qemu-devel] [PATCH 1/6] audio: Nothing uses UINT16 Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 2/6] audio: s/UINT8/uint8_t Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 3/6] audio: s/UINT32/uint32_t Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 4/6] audio: Nothing uses INT8 Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 5/6] audio: s/INT16/int16_t Juan Quintela
2009-08-28 18:06 ` [Qemu-devel] [PATCH 6/6] audio: s/INT32/int32_t Juan Quintela
2009-08-28 18:37 ` [Qemu-devel] Re: [PATCH 0/6] Bring adlib to the wonderful world of <stdint.h> malc
2009-08-28 19:48 ` Juan Quintela
2009-08-28 20:22 ` malc
2009-08-29 7:38 ` Reimar Döffinger
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=cover.1251482708.git.quintela@redhat.com \
--to=quintela@redhat.com \
--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 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.