David Hildenbrand <da...@redhat.com> wrote: > Not needed. Don't expose last_ram_page(). > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > include/exec/ram_addr.h | 1 - > migration/postcopy-ram.c | 4 ++-- > migration/postcopy-ram.h | 2 +- > migration/ram.c | 4 +--- > 4 files changed, 4 insertions(+), 7 deletions(-)
You are missing: static unsigned long last_ram_page(void) on exec.c to fix compilation with -werror. Once that is fixed: Reviewed-by: Juan Quintela <quint...@redhat.com>