From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM1F1-0006Fk-EM for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM1Ez-0001wu-M4 for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:01:27 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:34301) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM1Ez-0001wm-JE for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:01:25 -0400 Received: by iwn10 with SMTP id 10so665745iwn.4 for ; Tue, 08 Jun 2010 09:01:24 -0700 (PDT) Message-ID: <4C0E694F.8040607@codemonkey.ws> Date: Tue, 08 Jun 2010 11:01:19 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20100608150500.GA28492@x200.localdomain> In-Reply-To: <20100608150500.GA28492@x200.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: KVM call minutes for June 8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Wright Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 06/08/2010 10:05 AM, Chris Wright wrote: > Accelerating counters (aka moving PIT to userspace, keeping HPET in > userspace) > - PIT (in-kernel, userspace, or split) > - userspace PIT, too slow > - kernel PIT (already seen bugs) > - split PIT, not realistic w/out a sane interface (see bugs above) > - exit to userspace is a base cost, add MSR save/restore, add qemu > overhead...and exit to userspace is expensive > - hpet in userspace (at least minimal counter reading) > - ioapic > - less than half is architectural, more than half endds of being > interrupt reinjection > > Live migration + hotplug > - start a machine, hotplug device, allocate ram...can't migrate > - last_offset and ramblock sections coming from cmdline may not be > compatible w/ hotplug > - worst case is different ramblock order and data corruption > - alex has patches to convert ramblocks into queuelist > - give name, offset > - will clean up and send out today > > migration events? > - QMP (wire protocol) has nice async events > - QError reasonable > - migration is async command, can complete w/ error or success > - QMP broken for error > - need context for error, default is monitor, but async command > - redo qerror_report, propagate error (or always have error context > available) > - monitor and qmp done w/ same dispatch functions > - should do monitor in terms of qmp > - every qerror replacing monitor printf error > - ends up not sharing enough ($foo not found, where $foo is contextual) > - async command (pass in command completion) > - may have to do limited (throw away for 0.13 and redo properly for 0.14) > - anthony has a (not fully working) tree, and will document direction on wiki > http://wiki.qemu.org/Features/QMP2 Includes a pointer to the current tree I'm working out of. Regards, Anthony Liguori