On 07/25/2011 10:12 PM, Anthony Liguori wrote:
On 07/25/2011 09:02 AM, Avi Kivity wrote:
Instead of adding and deleting regions in one pass, do a delete
pass followed by an add pass.  This fixes the following case:

from:
   0x0000-0x0fff ram  (a1)
   0x1000-0x1fff mmio (a2)
   0x2000-0x2fff ram  (a3)

to:
   0x0000-0x2fff ram  (b1)

The single pass algorithm removed a1, added b2, then removed a2 and a2,

You mean a2 and a3 I suppose?

Yes; fixed.

--
error compiling committee.c: too many arguments to function


Reply via email to