From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTrkC-0005CY-Kk for qemu-devel@nongnu.org; Tue, 07 Jun 2011 04:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTrkB-0006D7-LK for qemu-devel@nongnu.org; Tue, 07 Jun 2011 04:34:36 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:37602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTrkB-0006CH-GV for qemu-devel@nongnu.org; Tue, 07 Jun 2011 04:34:35 -0400 Received: from oxygen-old.pond.sub.org (unknown [IPv6:2a01:4f8:130:9021::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "oxygen.pond.sub.org", Issuer "CAcert Class 3 Root" (verified OK)) by oxygen.pond.sub.org (Postfix) with ESMTPS id 87E1BA2468 for ; Tue, 7 Jun 2011 10:34:32 +0200 (CEST) Received: from blackfin.pond.sub.org (p5B32C77E.dip.t-dialin.net [91.50.199.126]) by oxygen-old.pond.sub.org (Postfix) with ESMTPA id 44EE9276F99 for ; Tue, 7 Jun 2011 10:34:32 +0200 (CEST) From: Markus Armbruster Date: Tue, 7 Jun 2011 10:34:29 +0200 Message-Id: <1307435671-28431-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] qdev-device-use.txt update & trivial bonus fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alevy@redhat.com, kraxel@redhat.com Bunched together with trivial fixes to save me the trouble of updating the docs again when they go in. v1 has been on the list for three weeks. That's a long time for a documentation fix. Please apply. v2: * Trivially rebased. * Dropped "[PATCH 2/3] qxl: Fix -device qxl-vga to suppress the default VGA", because Kraxel since posted an identical fix as "[PATCH 3/7] qxl: add to the list of devices which disable the default vga". Markus Armbruster (2): isa-vga: Make available with -device, like the other VGA qdevs docs: qdev-device-use.txt has become stale, update it docs/qdev-device-use.txt | 180 +++++++++++++++++++++++++++++----------------- hw/vga-isa.c | 1 - vl.c | 1 + 3 files changed, 115 insertions(+), 67 deletions(-) -- 1.7.2.3