On Wed, 2011-03-16 at 15:22 -0500, Anthony Liguori wrote: > > But BTW, if you're already being evil and using alloca, it's a whole > lot > nicer to just do: > > uint8_t zeros[size];
Right. I haven't written that bit of the code so I'll let David fix it but it does indeed look nicer. Eventually, we -could- I suppose make some of these faster since all we really need is poke at the guest memory and I'm sure we can do it directly a way or another :-) Cheers, Ben.