Re: [PATCH 22/23] Hack in dirty logging for VGA

2009-07-08 Thread Alexander Graf
On 08.07.2009, at 08:20, Benjamin Herrenschmidt wrote: On Tue, 2009-07-07 at 18:48 +0300, Avi Kivity wrote: On 07/07/2009 05:17 PM, Alexander Graf wrote: I haven't implemented dirty logging yet, but without things are just way too slow. So for the time being I hacked in a dummy function that

Re: [PATCH 22/23] Hack in dirty logging for VGA

2009-07-07 Thread Benjamin Herrenschmidt
On Tue, 2009-07-07 at 18:48 +0300, Avi Kivity wrote: > On 07/07/2009 05:17 PM, Alexander Graf wrote: > > I haven't implemented dirty logging yet, but without things are just way too > > slow. So for the time being I hacked in a dummy function that always tells > > userspace we're dirty in VGA regio

Re: [PATCH 22/23] Hack in dirty logging for VGA

2009-07-07 Thread Alexander Graf
On 07.07.2009, at 17:48, Avi Kivity wrote: On 07/07/2009 05:17 PM, Alexander Graf wrote: I haven't implemented dirty logging yet, but without things are just way too slow. So for the time being I hacked in a dummy function that always tells userspace we're dirty in VGA regions. Please don

Re: [PATCH 22/23] Hack in dirty logging for VGA

2009-07-07 Thread Avi Kivity
On 07/07/2009 05:17 PM, Alexander Graf wrote: I haven't implemented dirty logging yet, but without things are just way too slow. So for the time being I hacked in a dummy function that always tells userspace we're dirty in VGA regions. Please don't apply this. This patch is for reference only.

[PATCH 22/23] Hack in dirty logging for VGA

2009-07-07 Thread Alexander Graf
I haven't implemented dirty logging yet, but without things are just way too slow. So for the time being I hacked in a dummy function that always tells userspace we're dirty in VGA regions. Please don't apply this. This patch is for reference only. Signed-off-by: Alexander Graf --- arch/powerpc