qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] best way to implement a "memclear" type instruction in


From: Richard Henderson
Subject: Re: [Qemu-devel] best way to implement a "memclear" type instruction in TCG?
Date: Wed, 22 Jan 2014 11:06:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/22/2014 10:58 AM, Peter Maydell wrote:
> In theory we could just find the pointer to the memory QEMU is backing
> the guest RAM with and call memset on it...

That's more or less what we do for the s390 insn XC.
See mem_helper.c, especially mvc_fast_memset.


r~



reply via email to

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