From 04b16653720cb3db353461e088612f8a24ff360b Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Fri, 2 Jul 2010 11:13:17 -0600 Subject: qemu_ram_free: Implement it Now that we can support a ram_addr_t space with holes, we can implement qemu_ram_free(). Signed-off-by: Alex Williamson Signed-off-by: Anthony Liguori --- cpu-all.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index 5d8342bac6..224ca40c1d 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -867,6 +867,9 @@ typedef struct RAMBlock { ram_addr_t length; char idstr[256]; QLIST_ENTRY(RAMBlock) next; +#if defined(__linux__) && !defined(TARGET_S390X) + int fd; +#endif } RAMBlock; typedef struct RAMList { -- cgit v1.2.3-55-g7522