fw_cfg_mem: max access size and region size are the same for data register
commit86099db3823fec1800225f89544014a98b227ed9
authorLaszlo Ersek <lersek@redhat.com>
Mon, 22 Dec 2014 12:11:37 +0000 (22 13:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Dec 2014 23:39:16 +0000 (22 23:39 +0000)
treeea2c7c3e97b8e2cfa6173fc9a03d132f8ee384ee
parent66708822cd3007ae1ec5104d274a861148725e7a
fw_cfg_mem: max access size and region size are the same for data register

Make it clear that the maximum access size to the MMIO data register
determines the full size of the memory region.

Currently the max access size is 1.

This patch doesn't change behavior.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1419250305-31062-4-git-send-email-pbonzini@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/nvram/fw_cfg.c