]> Git Repo - qemu.git/commit
physmem: improve ram size error messages
authorPankaj Gupta <[email protected]>
Thu, 22 Oct 2020 11:13:02 +0000 (13:13 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 10 Nov 2020 11:27:17 +0000 (06:27 -0500)
commita3a929083b03c839b3c87c461769e605ec79b0a7
treeaf4a8b1b6f4aab82f18d96b549a2ebbc4980c43f
parent784106ec98b68cd4c1470a3f92cc46ac3e8926c1
physmem: improve ram size error messages

 Ram size mismatch condition logs below message.

   "Length mismatch: pc.ram: 0x80000000 in != 0x180000000: Invalid argument"

 This patch improves the readability of error messages.
 Removed the superflous "in" and changed "Length" to "Size".

Signed-off-by: Pankaj Gupta <[email protected]>
Reported-by: Li Zhang <[email protected]>
Message-Id: <20201022111302[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
softmmu/physmem.c
This page took 0.02901 seconds and 4 git commands to generate.