On 23 January 2017 at 22:16, Richard Henderson <r...@twiddle.net> wrote: > This is me acking this new target. Hopefully Chris and/or Marek > will be able to get some gpg keys signed relatively soon. > > I had to make one change for the target, updating to rely on the > common tlb_flush during reset. > > > r~ > > > The following changes since commit 3879284d6517dc22529395bdb259f4183b589127: > > Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' > into staging (2017-01-23 15:59:09 +0000) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-nios-20170123 > > for you to fetch changes up to 9a6aa7cc59b7ff0535392241e19c73cde146c506: > > nios2: Add support for Nios-II R1 (2017-01-23 13:54:58 -0800) > > ---------------------------------------------------------------- > nios2 target support
Fails to build, OSX: /Users/pm215/src/qemu-for-merges/target/nios2/helper.c:293:63: error: format specifies type 'unsigne d long' but the argument has type 'vaddr' (aka 'unsigned long long') [-Werror,-Wformat] qemu_log("cpu_get_phys_page debug MISS: %08lX\n", addr); ~~~~~ ^~~~ %08llX thanks -- PMM