From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr37t-0005fE-UP for qemu-devel@nongnu.org; Tue, 27 Oct 2015 08:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr37t-0000BA-99 for qemu-devel@nongnu.org; Tue, 27 Oct 2015 08:13:17 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:34708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr37t-0000AP-24 for qemu-devel@nongnu.org; Tue, 27 Oct 2015 08:13:17 -0400 Received: by lfaz124 with SMTP id z124so171496985lfa.1 for ; Tue, 27 Oct 2015 05:13:16 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 27 Oct 2015 20:13:15 +0800 Message-ID: From: Zhi Yong Wu Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] virtio: error trying to map MMIO memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers HI Does anyone hit this issue? It seems that the addr ffff880037071240 isn't correct. addr 000000003700711c len 0000000000000001 is_write 1 addr ffff880037071240 len 0000000000000010 is_write 0 addr 0000000038599000 len 0000000000001000 is_write 0 addr 000000003700711c len 0000000000000001 is_write 1 addr ffff880037071240 len 0000000000000010 is_write 0 qemu-system-x86_64: virtio: error trying to map MMIO memory -- Regards, Zhi Yong Wu