From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8D66-00021L-DD for qemu-devel@nongnu.org; Sat, 01 May 2010 09:51:10 -0400 Received: from [140.186.70.92] (port=34601 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8D63-00020q-I9 for qemu-devel@nongnu.org; Sat, 01 May 2010 09:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8D5w-0008Ar-5x for qemu-devel@nongnu.org; Sat, 01 May 2010 09:51:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8D5v-0008Al-T6 for qemu-devel@nongnu.org; Sat, 01 May 2010 09:51:00 -0400 From: Lucas Meneghel Rodrigues Content-Type: text/plain; charset="UTF-8" Date: Sat, 01 May 2010 10:50:56 -0300 Message-ID: <1272721856.2723.12.camel@freedom> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] --mem-path option broken on qemu-kvm latest git List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM mailing list Cc: qemu mailing list Hi folks, on during the latest upstream test job I noticed that the -mem-path option got broken on latest qemu-kvm. qemu abnormally ends with exit code 1 when trying to call it with -mem-path 04/29 18:35:32 DEBUG| kvm_vm:0461| Running qemu command: /usr/local/autotest/tests/kvm/qemu -name 'vm1' -monitor unix:/tmp/monitor-20100429-181844-a21K,server,nowait -drive file=/tmp/kvm_autotest_root/images/rhel5-64.qcow2,if=ide -net nic,vlan=0,model=rtl8139,macaddr=52:54:00:12:34:56 -net user,vlan=0 -m 1024 -smp 2 -drive file=/tmp/kvm_autotest_root/isos/linux/RHEL-5.5-x86_64-DVD.iso,index=2,media=cdrom -fda /usr/local/autotest/tests/kvm/images/rhel55-64/floppy.img -tftp /usr/local/autotest/tests/kvm/images/rhel55-64/tftpboot -boot d -bootp /pxelinux.0 -boot n -mem-path /mnt/kvm_hugepage -redir tcp:5000::22 -redir tcp:5001::12323 -vnc :0 04/29 18:35:33 DEBUG|kvm_subpro:0686| (qemu) (Process terminated with status 1) Exact version of qemu.git tested: 04/29 14:18:17 INFO | kvm_utils:0424| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git is a1b705841caa33fca0b95928505c01d5105b706f (tag kvm-88-4245-ga1b7058) Please let me know if there's any additional info you might want. Lucas