From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNvl-0003Nk-3Y for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:49:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNNvk-00073L-DD for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:49:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNvk-000739-5m for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:49:52 -0500 Message-ID: <54E2119B.1050802@redhat.com> Date: Mon, 16 Feb 2015 16:49:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <54E0E974.4010301@profihost.ag> <54E1E188.4050407@redhat.com> <54E20226.8090103@profihost.ag> <54E2024F.9040501@redhat.com> <54E202F9.1040702@profihost.ag> <54E2035E.6040505@redhat.com> <0549689C-CFD5-4D89-827A-9D77D22E3C72@profihost.ag> In-Reply-To: <0549689C-CFD5-4D89-827A-9D77D22E3C72@profihost.ag> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] slow speed for virtio-scsi since qemu 2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Priebe - Profihost AG Cc: qemu-devel On 16/02/2015 16:41, Stefan Priebe - Profihost AG wrote: >> > Yes, just do nothing ("--enable-debug-info" is the default; >> > "--enable-debug" enables debug info _and_ turns off optimization). > If I do not enable-debug dh_strip does not extract any debugging symbols. Then you need --disable-strip too. Paolo