From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHa9q-0003D1-9C for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:45:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHa9k-0003AL-6G for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:45:28 -0500 Received: from [199.232.76.173] (port=57034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHa9k-0003AF-1N for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:45:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45366) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHa9j-0001v3-Hx for qemu-devel@nongnu.org; Mon, 07 Dec 2009 04:45:23 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB79jM65019437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Dec 2009 04:45:22 -0500 Received: from redhat.com (vpn-6-90.tlv.redhat.com [10.35.6.90]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id nB79jKbu022902 for ; Mon, 7 Dec 2009 04:45:21 -0500 Date: Mon, 7 Dec 2009 11:42:40 +0200 From: "Michael S. Tsirkin" Message-ID: <20091207094240.GB31370@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] run make defconfig List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org OK, I got the "Run make defconfig" message again. I think it used to be re-run automatically: why are we asking the user to do it manually now? It's pretty annoying ... Also: $ make defconfig GEN x86_64-softmmu/config-devices.mak WARNING: x86_64-softmmu/config-devices.mak out of date. Run "make defconfig" to regenerate. config-host.mak is out-of-date, running configure Install prefix /home/mst/qemu BIOS directory /home/mst/qemu/share/qemu binary directory /home/mst/qemu/bin Manual directory /home/mst/qemu/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /scm/qemu C compiler gcc Host C compiler gcc CFLAGS -O2 -g QEMU_CFLAGS -Werror -m32 -Wold-style-definition -Wold-style-declaration -I. -I$(SRC_PATH) -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing LDFLAGS -Wl,--warn-common -m32 -g make make install install host CPU i386 host big endian no target list x86_64-softmmu tcg debug enabled no gprof enabled no sparse enabled no strip binaries yes profiler no static build no -Werror enabled yes SDL support yes curses support yes curl support yes check support no mingw32 support no Audio drivers oss Extra audio cards ac97 es1370 sb16 Block whitelist Mixer emulation no VNC TLS support no VNC SASL support no xen support no brlapi support no bluez support no Documentation no NPTL support yes GUEST_BASE yes PIE user targets no vde support no IO thread no Linux AIO support no Install blobs yes KVM support yes fdt support no preadv support yes fdatasync yes uuid support yes GEN x86_64-softmmu/config-devices.mak WARNING: x86_64-softmmu/config-devices.mak out of date. Run "make defconfig" to regenerate. rm -f config-all-devices.mak x86_64-softmmu/config-devices.mak I *am* running make defconfig. Why does it tell me to run make defconfig? Thanks, -- MST