From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvFXv-00026N-Nu for qemu-devel@nongnu.org; Tue, 06 Oct 2009 15:18:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvFXq-0001zr-QC for qemu-devel@nongnu.org; Tue, 06 Oct 2009 15:18:03 -0400 Received: from [199.232.76.173] (port=47321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvFXq-0001zW-IF for qemu-devel@nongnu.org; Tue, 06 Oct 2009 15:17:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28683) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvFXq-0006IG-47 for qemu-devel@nongnu.org; Tue, 06 Oct 2009 15:17:58 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n96JHuxM025007 for ; Tue, 6 Oct 2009 15:17:56 -0400 From: Gerd Hoffmann Date: Tue, 6 Oct 2009 21:17:52 +0200 Message-Id: <1254856672-21978-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH] qdev: move comment List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Move comment back next to main_system_bus to avoid confusion. Signed-off-by: Gerd Hoffmann --- hw/qdev.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 96cf411..cc8071e 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -30,9 +30,9 @@ #include "sysemu.h" #include "monitor.h" -/* This is a nasty hack to allow passing a NULL bus to qdev_create. */ static int qdev_hotplug = 0; +/* This is a nasty hack to allow passing a NULL bus to qdev_create. */ static BusState *main_system_bus; static DeviceInfo *device_info_list; -- 1.6.2.5