From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: KVM call minutes July 10th Date: Tue, 10 Jul 2012 16:55:32 +0200 Message-ID: <874npfsm1n.fsf@elfo.mitica> Reply-To: quintela@redhat.com Mime-Version: 1.0 Content-Type: text/plain To: KVM devel mailing list , qemu-devel@nongnu.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org Hi We discussed this - cpu_index: is that transmited? Yes (Juan). we need to be sure that cpu_common and cpu use the same index/whatever it is changed - We used cpu_index for SEABIOS interface as apic_id (Eduardo) - cpu_hotplug makes that difficult. How to pass the apic_id to seabios with cpu-hotplug? Getting apic_id of a cpu without running code on that cpu is "tricky" Anthony will look at the code. - How to coordinate all changes with cpu hotplug? Anthony and Andreas approach. * Andreas: move softmmu to DeviceState, and let linux-user use current object * Anthony1: use different structures for each * Anthony2: make linux-user also use DeviceState [long discussion here, that would be summarized by Andreas?] Later, Juan. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SobrF-00044F-Nm for qemu-devel@nongnu.org; Tue, 10 Jul 2012 10:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sobr9-0007Hf-IW for qemu-devel@nongnu.org; Tue, 10 Jul 2012 10:56:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sobr9-0007HF-Aa for qemu-devel@nongnu.org; Tue, 10 Jul 2012 10:56:03 -0400 From: Juan Quintela Date: Tue, 10 Jul 2012 16:55:32 +0200 Message-ID: <874npfsm1n.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] KVM call minutes July 10th Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM devel mailing list , qemu-devel@nongnu.org Hi We discussed this - cpu_index: is that transmited? Yes (Juan). we need to be sure that cpu_common and cpu use the same index/whatever it is changed - We used cpu_index for SEABIOS interface as apic_id (Eduardo) - cpu_hotplug makes that difficult. How to pass the apic_id to seabios with cpu-hotplug? Getting apic_id of a cpu without running code on that cpu is "tricky" Anthony will look at the code. - How to coordinate all changes with cpu hotplug? Anthony and Andreas approach. * Andreas: move softmmu to DeviceState, and let linux-user use current object * Anthony1: use different structures for each * Anthony2: make linux-user also use DeviceState [long discussion here, that would be summarized by Andreas?] Later, Juan.