From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxEgG-0002z4-Gw for qemu-devel@nongnu.org; Tue, 14 Feb 2012 04:28:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxEg8-0003Tv-P9 for qemu-devel@nongnu.org; Tue, 14 Feb 2012 04:28:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxEg8-0003Tl-Bk for qemu-devel@nongnu.org; Tue, 14 Feb 2012 04:28:04 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1E9S3Co014216 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Feb 2012 04:28:03 -0500 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1E9S2hY012767 for ; Tue, 14 Feb 2012 04:28:03 -0500 From: Avi Kivity Date: Tue, 14 Feb 2012 11:27:32 +0200 Message-Id: <1329211670-11548-3-git-send-email-avi@redhat.com> In-Reply-To: <1329211670-11548-1-git-send-email-avi@redhat.com> References: <1329211670-11548-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 02/20] xen: ignore I/O memory regions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Avi Kivity --- xen-all.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xen-all.c b/xen-all.c index dd52f02..a58a397 100644 --- a/xen-all.c +++ b/xen-all.c @@ -989,7 +989,7 @@ int xen_hvm_init(void) state->memory_listener = xen_memory_listener; QLIST_INIT(&state->physmap); - memory_listener_register(&state->memory_listener, NULL); + memory_listener_register(&state->memory_listener, get_system_memory()); state->log_for_dirtybit = NULL; /* Initialize backend core & drivers */ -- 1.7.9