]> git.proxmox.com Git - qemu.git/commit
monitor: Remove some type casts which are no longer needed
authorStefan Weil <weil@mail.berlios.de>
Sat, 26 Mar 2011 20:11:05 +0000 (21:11 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 19:51:50 +0000 (21:51 +0200)
commitb8b79323d0f26959237fdb80053cd48a750e3482
tree41a83f9229edeb2eb6ed9870c228d65cf4b33580
parent71d2b725e1f38162872b198992a61fa460978d77
monitor: Remove some type casts which are no longer needed

All other type casts in calls of cpu_physical_memory_read are
used by hardware emulations and will be fixed by separate patches.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
monitor.c