diff options
author | Leonid Bloch | 2018-11-04 19:09:28 +0100 |
---|---|---|
committer | Kevin Wolf | 2018-11-05 15:28:48 +0100 |
commit | 3dd5b8f4718c6ca1eadb16dd67a8cad76455ddb0 (patch) | |
tree | ac8ba5e3673aacb5286ebd8b3708814f6a418b3c /hw/lm32 | |
parent | fw_cfg: Drop newline in @file description (diff) | |
download | qemu-3dd5b8f4718c6ca1eadb16dd67a8cad76455ddb0.tar.gz qemu-3dd5b8f4718c6ca1eadb16dd67a8cad76455ddb0.tar.xz qemu-3dd5b8f4718c6ca1eadb16dd67a8cad76455ddb0.zip |
vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE
If an expression is used to define DEFAULT_CLUSTER_SIZE, when compiled,
it will be embedded as a literal expression in the binary (as the
default value) because it is stringified to mark the size of the default
value. Now this is fixed by using a defined number to define this value.
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/lm32')
0 files changed, 0 insertions, 0 deletions