qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 14/18] target-riscv: softmmu/address translation


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 14/18] target-riscv: softmmu/address translation support
Date: Mon, 26 Sep 2016 15:04:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 09/26/2016 03:56 AM, Sagar Karandikar wrote:
+    printf("unassigned address not implemented for riscv\n");
+    printf("are you trying to fetch instructions from an MMIO page?\n");
+    printf("unassigned Address: %016lX\n", addr);
+    exit(1);

All these printf's (and fprintfs above) are going to have to go before this gets accepted. Most of them should simply become qemu_log's.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]