On 10/4/07, Kaushik Bhandankar <[EMAIL PROTECTED]> wrote: > I am trying to implement functionality in fully-virtualized xen wherein > the responses to the pending disk I/O requests during live VM migration > get trasnsferred to the new VMM form the old VMM. Specifically, I am > looking at IDE disk (tools/ioemu/hw/ide.c)
You should ask Xen related questions in xen lists. At least in Qemu pending I/O are flushed before VM save in vl.c:5522.