qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
@ 2010-07-22 20:15 Stefan Weil
  2010-07-22 20:15 ` [Qemu-devel] [PATCH 1/4] block: " Stefan Weil
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Weil @ 2010-07-22 20:15 UTC (permalink / raw)
  To: QEMU Developers

There is no need to have a second set of integral types.
Replace them by the standard types from stdint.h.

[PATCH 1/4] block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[PATCH 2/4] tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[PATCH 3/4] slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
[PATCH 4/4] slirp: Remove declarations which are no longer needed

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-25 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 20:15 [Qemu-devel] [PATCH 0/4] Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types Stefan Weil
2010-07-22 20:15 ` [Qemu-devel] [PATCH 1/4] block: " Stefan Weil
2010-07-22 20:15 ` [Qemu-devel] [PATCH 2/4] tests: " Stefan Weil
2010-07-22 20:15 ` [Qemu-devel] [PATCH 3/4] slirp: " Stefan Weil
2010-07-22 20:15 ` [Qemu-devel] [PATCH 4/4] slirp: Remove declarations which are no longer needed Stefan Weil
2010-07-25 15:01 ` [Qemu-devel] [PATCH 0/4] Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types Aurelien Jarno

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).