Re: [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal

2015-03-05 Thread Markus Armbruster
Markus Armbruster writes: > I propose to route this through the migration tree, because that's > where pow2floor() came from, and where the dead code is removed. Self-NAK There's a simple conflict with a patch from Radim that is in Gerd's spice pull request: "[PULL 3/7] qxl: refactor rounding u

Re: [Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal

2015-03-01 Thread Amit Shah
On (Wed) 25 Feb 2015 [15:06:30], Markus Armbruster wrote: > I propose to route this through the migration tree, because that's > where pow2floor() came from, and where the dead code is removed. > > Markus Armbruster (2): > cutils: Proactively fix pow2floor(), switch to unsigned > xbzrle: Drop

[Qemu-devel] [PATCH 0/2] Proactive pow2floor() fix, and dead code removal

2015-02-25 Thread Markus Armbruster
I propose to route this through the migration tree, because that's where pow2floor() came from, and where the dead code is removed. Markus Armbruster (2): cutils: Proactively fix pow2floor(), switch to unsigned xbzrle: Drop unused cache_resize() include/migration/page_cache.h | 11 -