diff options
| author | Philippe Mathieu-Daudé | 2020-09-18 19:06:41 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé | 2020-10-21 13:19:02 +0200 |
| commit | 7dae0a1dd102ea5e58869a3082c61bfcadf29347 (patch) | |
| tree | da86a695488eeff25fc4dc9b215cc41e708e6921 /include/exec | |
| parent | hw/sd/sdcard: Introduce the INVALID_ADDRESS definition (diff) | |
| download | qemu-7dae0a1dd102ea5e58869a3082c61bfcadf29347.tar.gz qemu-7dae0a1dd102ea5e58869a3082c61bfcadf29347.tar.xz qemu-7dae0a1dd102ea5e58869a3082c61bfcadf29347.zip | |
hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
As it is legal to WRITE/ERASE the address/block 0,
change the value of this definition to an illegal
address: UINT32_MAX.
Unfortunately this break the migration stream, so
bump the VMState version number. This affects some
ARM boards and the SDHCI_PCI device (which is only
used for testing).
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20201015063824.212980-4-f4bug@amsat.org>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
