Looks good (the whole series). Needs some good testing of course... Have you tested migration/loadvm?
On Mon, May 05, 2008 at 08:47:12AM -0500, Anthony Liguori wrote: > It's a little odd to use signals to raise a notification on a file descriptor > when we can just work directly with a file descriptor instead. This patch > converts the SIGUSR1 based notification in the io-thread to instead use an > eventfd file descriptor. If eventfd isn't available, we use a pipe() instead. > > The benefit of using eventfd is that multiple notifications will be batched > into a signal IO event. > > Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
