migration: Remove static allocation of xzblre cache buffer
commitadb65dec4ba80ac6440aa45ca9bf409392c6da63
authorVijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
Mon, 24 Oct 2016 15:26:49 +0000 (24 16:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Oct 2016 15:26:49 +0000 (24 16:26 +0100)
tree9faf57126f900389fe266fd6f7f6caa04d0492ac
parenta3ae21ec3fe036f536dc94cad735931777143103
migration: Remove static allocation of xzblre cache buffer

Allocate xzblre zero page cache buffer dynamically.
Remove dependency on TARGET_PAGE_SIZE to make run-time
page size detection for arm platforms.

Signed-off-by: Vijaya Kumar K <vijayak@cavium.com>
Message-id: 1465808915-4887-2-git-send-email-vijayak@caviumnetworks.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
migration/ram.c