From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36044 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Onblq-00037y-5N for qemu-devel@nongnu.org; Mon, 23 Aug 2010 14:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Onblp-0006gR-1G for qemu-devel@nongnu.org; Mon, 23 Aug 2010 14:29:22 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:53608) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Onblo-0006gM-SX for qemu-devel@nongnu.org; Mon, 23 Aug 2010 14:29:20 -0400 Received: by gxk26 with SMTP id 26so126402gxk.4 for ; Mon, 23 Aug 2010 11:29:20 -0700 (PDT) Message-ID: <4C72BDFD.9090104@codemonkey.ws> Date: Mon, 23 Aug 2010 13:29:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4C6D86F9.3010602@codemonkey.ws> <4C6D98E7.9020109@codemonkey.ws> <4C6DA75D.40303@codemonkey.ws> <4C6ECBB7.7060608@codemonkey.ws> <4C718865.7010807@redhat.com> <4C719080.4030202@codemonkey.ws> <4C720B1F.3030206@redhat.com> <4C727646.3040903@codemonkey.ws> <4C727ACC.7080501@redhat.com> <4C727C43.2040704@codemonkey.ws> <4C727EF5.6060402@redhat.com> <4C72851E.50405@codemonkey.ws> <4C72869A.3030302@redhat.com> <4C728A12.2090006@codemonkey.ws> <4C729C32.5040803@codemonkey.ws> <4C72BCE1.5020105@siemens.com> In-Reply-To: <4C72BCE1.5020105@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/7] APIC/IOAPIC cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "Liu @mail.corp.redhat.com>> \"Liu, Jinsong\"" , Markus Armbruster , qemu-devel , Blue Swirl , Avi Kivity , Paul Brook On 08/23/2010 01:24 PM, Jan Kiszka wrote: > Anthony Liguori wrote: > >> On 08/23/2010 10:10 AM, Markus Armbruster wrote: >> >>> You lost me. A few messages upthread. >>> >>> What's the *practical* problem again? >>> >>> >> CPU hotplug adds a local APIC to Sysbus but Sysbus does not allow hot plug. >> >> I believe the right short term way to fix this is to take the local APIC >> off of Sysbus. The right long term fix is to not make the local APIC a >> qdev device and instead fold it into CPUX86State. >> > This pushes the issue to the CPU. I'm convinced CPUs should become qdevs > as well, so we need a hotplug-capable bus anyway. > For the CPU, yes. That implies making a CPUBus and making it hot pluggable. Regards, Anthony Liguori > Jan > >