[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Re: [PATCH 21/26] Implement TCE translation for sPAPR V
From: |
Benjamin Herrenschmidt |
Subject: |
Re: [Qemu-devel] Re: [PATCH 21/26] Implement TCE translation for sPAPR VIO |
Date: |
Thu, 17 Mar 2011 07:36:31 +1100 |
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.
Re: [Qemu-devel] [PATCH 21/26] Implement TCE translation for sPAPR VIO, Anthony Liguori, 2011/03/16
[Qemu-devel] [PATCH 18/26] Implement the PAPR (pSeries) virtualized interrupt controller (xics), David Gibson, 2011/03/16
Re: [Qemu-devel] [PATCH 18/26] Implement the PAPR (pSeries) virtualized interrupt controller (xics), Anthony Liguori, 2011/03/16