From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTkI-0006hn-2l for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoTkG-0001Hk-D2 for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:16:25 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:37538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTkG-0001Hd-3u for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:16:24 -0400 Received: by pbbro12 with SMTP id ro12so22057070pbb.4 for ; Mon, 09 Jul 2012 23:16:21 -0700 (PDT) From: Liu Ping Fan Date: Tue, 10 Jul 2012 14:16:02 +0800 Message-Id: <1341900967-4344-1-git-send-email-qemulist@gmail.com> Subject: [Qemu-devel] make apic hot-plugable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Jan Kiszka , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Anthony Liguori The previous effort to make apic hot-plugable is thread: [PATCH V3] Introduce a new bus "ICC" to connect APIC refer to : http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg00413.html But now, we are with qom. So remodeling the apic as a kid of CPUState (neglect the dependent apic, which is not usual any longer). Any comments or suggesion?