On Sun, Jul 7, 2013 at 12:19 AM, Andreas Färber <afaer...@suse.de> wrote: > Am 29.06.2013 22:01, schrieb Andreas Färber: >> Since all targets now assign a softmmu-only field, we can drop helpers >> cpu_class_set_{do_unassigned_access,vmsd}() and device_class_set_vmsd(). >> >> Prepares for changing cpu_memory_rw_debug() argument to CPUState. >> >> Signed-off-by: Andreas Färber <afaer...@suse.de> > > The following fixup for xtensa is required. This demonstrates how > dangerous it is to pass void* arguments directly into functions - please > always use a typed local variable to enforce type checks.
With this fix it works, so for xtensa part Acked-by: Max Filippov <jcmvb...@gmail.com> My question about having configuration pointer cached in the env still remains though. -- Thanks. -- Max