qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Memory read/write issues


From: Avi Kivity
Subject: Re: [Qemu-devel] Memory read/write issues
Date: Sun, 27 Nov 2011 16:17:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

On 11/27/2011 04:07 PM, Andreas Färber wrote:
> Thanks a lot! You were right, setting TARGET_PAGE_BITS to 8 solves this
> issue.
>
> I'd still like to fix this subpage case for others' benefit. Do you have
> any pointer where I should set breakpoints / review code?

The subpage code (scheduled for demolition in 1.1) lives in exec.c.  See
subpage_init() and subpage_register().  I'd start with enabling
DEBUG_SUBPAGE, fixing all the build errors, and looking at the output of
subpage_readlen() and subpage_writelen().

-- 
error compiling committee.c: too many arguments to function




reply via email to

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