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.