Searched hist:"73 b01960b4af0e75c955757034a91b6370a4edb8" (Results 1 – 4 of 4) sorted by relevance
/qemu/include/hw/ppc/ |
H A D | ppc.h | 73b01960b4af0e75c955757034a91b6370a4edb8 Mon Dec 21 13:02:39 UTC 2009 Alexander Graf <agraf@suse.de> PPC: Make DCR uint32_t
For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks.
This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
/qemu/hw/ppc/ |
H A D | ppc4xx_devs.c | 73b01960b4af0e75c955757034a91b6370a4edb8 Mon Dec 21 13:02:39 UTC 2009 Alexander Graf <agraf@suse.de> PPC: Make DCR uint32_t
For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks.
This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
H A D | ppc.c | 73b01960b4af0e75c955757034a91b6370a4edb8 Mon Dec 21 13:02:39 UTC 2009 Alexander Graf <agraf@suse.de> PPC: Make DCR uint32_t
For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks.
This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
/qemu/linux-user/ |
H A D | main.c | 73b01960b4af0e75c955757034a91b6370a4edb8 Mon Dec 21 13:02:39 UTC 2009 Alexander Graf <agraf@suse.de> PPC: Make DCR uint32_t
For what I know DCR is always 32 bits wide, so we should also use uint32_t to pass it along the stacks.
This fixes a warning when compiling qemu-system-ppc64 with KVM enabled, making it compile without --disable-werror
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|