From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Ahern" Subject: segfault at start with latest qemu-kvm.git Date: Wed, 03 Mar 2010 13:54:17 -0700 Message-ID: <4B8ECC79.8040205@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: kvm-devel Return-path: Received: from sj-iport-5.cisco.com ([171.68.10.87]:17325 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753967Ab0CCUyS (ORCPT ); Wed, 3 Mar 2010 15:54:18 -0500 Received: from [64.101.76.169] ([64.101.76.169]) by sj-core-4.cisco.com (8.13.8/8.14.3) with ESMTP id o23KsHis005457 for ; Wed, 3 Mar 2010 20:54:17 GMT Sender: kvm-owner@vger.kernel.org List-ID: With latest qemu-kvm.git I am getting a segfault at start: /tmp/qemu-kvm-test/bin/qemu-system-x86_64 -m 1024 -smp 2 \ -drive file=/images/f12-x86_64.img,if=virtio,cache=none,boot=on kvm_create_vcpu: Invalid argument Segmentation fault (core dumped) git bisect points to: Bisecting: 0 revisions left to test after this (roughly 0 steps) [52b03dd70261934688cb00768c4b1e404716a337] qemu-kvm: Move kvm_set_boot_cpu_id $ git show commit 7811d4e8ec057d25db68f900be1f09a142faca49 Author: Marcelo Tosatti Date: Mon Mar 1 21:36:31 2010 -0300 If I manually back out the patch it will boot fine. -- David