]> git.proxmox.com Git - qemu.git/commit - qemu-char.c
qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 6 Feb 2013 20:27:17 +0000 (21:27 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 6 Feb 2013 22:35:17 +0000 (16:35 -0600)
commitc4f331b6b3b5fe260128f316ee9f01997f7c428d
treefb5709c3a4fce7db95fd13003c256607649ab1a0
parent1a69278e53a0e5060c8c6cc825449a122634ce3b
qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read()

Const-correctness, consistently use standard C types instead of mixing
them with GLib types.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c