From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dustin Kirkland Subject: Re: sync guest calls made async on host - SQLite performance Date: Fri, 9 Oct 2009 10:18:58 -0500 Message-ID: References: <4ABC6AA5.6080909@tauceti.net> <4AC259DC.2080807@codemonkey.ws> <4AC260BB.3090906@gmail.com> <4AC27355.3090303@codemonkey.ws> <4ACCC7A1.9060303@gmail.com> <4ACCEC9F.7090309@gmail.com> <4ACE0196.9010904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE To: Matthew Tippett , Anthony Liguori , Avi Kivity , RW , kvm@vger.kernel.org Return-path: Received: from mail-bw0-f210.google.com ([209.85.218.210]:41765 "EHLO mail-bw0-f210.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761161AbZJIPTh convert rfc822-to-8bit (ORCPT ); Fri, 9 Oct 2009 11:19:37 -0400 Received: by bwz6 with SMTP id 6so1656473bwz.37 for ; Fri, 09 Oct 2009 08:19:00 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Oct 9, 2009 at 6:25 AM, Matthew Tippett wr= ote: > Can I ask you to do the following... > > =A01) Re-affirm that Ubuntu does not carry any non-stream patches and > the build command and possibly any other unusual patches or > commandline options. =A0This should push it back onto Avi and Anthony= 's > plate. I have put the patches we're carrying here, for your review: * http://rookery.canonical.com/~kirkland/patches There's nothing exotic in here. Most of these have been committed upstream already. All of them have been at least posted on these lists. None of these should affect your test case. We configure with: ./configure --prefix=3D/usr --disable-blobs --audio-drv-list=3D"alsa = pa oss sdl" --audio-card-list=3D"ac97 es1370 sb16 cs4231a adlib gus" --target-list=3D"$(TARGET_SYSTEM_TCG) $(TARGET_LINUX_TCG)" We carry a number of compiler options, mostly in the interest of hardening and security: * https://wiki.ubuntu.com/CompilerFlags The #define'd variables on my local system (which should be similar, though not identical to our build servers) can be seen here: * http://rookery.canonical.com/~kirkland/defined > =A02) Carefully consider risks to virtualized environments in the > server space and consider noting it in release notes. Thank you for the suggestion. I will take it under consideration. :-Dustin