xpack-dev-tools / qemu

A fork of the QEMU project, used to build the xPack QEMU ARM
Other
34 stars 16 forks source link

Fix calculating kilobytes from bytes in memory arg parsing #21

Closed vit9696 closed 2 years ago

vit9696 commented 2 years ago

machine->ram_size contains memory size in bytes, to get kilobytes one must divide by 1024. The mistake makes -m 1M command line argument behave as if only 1 KB was allocated for the board.