Re: [PATCH] kvm tools: fix rbtree-interval search

2012-10-29 Thread William Dauchy
On Oct29 14:12, Kirill A. Shutemov wrote: > I've noticed message on kvm exit: > > Warning: serial8250__exit failed. > > kvm tool is not able to remove ioport range which was added previously. > > The issue is caused by bug in rbtree-interval. Search algorithm in > rb_int_search_single() expect

[PATCH] kvm tools: fix rbtree-interval search

2012-10-29 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" I've noticed message on kvm exit: Warning: serial8250__exit failed. kvm tool is not able to remove ioport range which was added previously. The issue is caused by bug in rbtree-interval. Search algorithm in rb_int_search_single() expects correct value of max_high.