Re: [Qemu-devel] [PATCH] Avoid allocating TCG resources in non-TCG mode

2011-08-05 Thread Anthony Liguori
On 08/02/2011 09:10 AM, Jan Kiszka wrote: Do not allocate TCG-only resources like the translation buffer when running over KVM or XEN. Saves a "few" bytes in the qemu address space and is also conceptually cleaner. Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori --- N

Re: [Qemu-devel] [PATCH] Avoid allocating TCG resources in non-TCG mode

2011-08-03 Thread Anthony PERARD
On Tue, Aug 2, 2011 at 15:10, Jan Kiszka wrote: > Do not allocate TCG-only resources like the translation buffer when > running over KVM or XEN. Saves a "few" bytes in the qemu address space > and is also conceptually cleaner. > > Signed-off-by: Jan Kiszka > --- > > Note: Only tested on x86. Thi