From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMftt-0000Lx-Bs for qemu-devel@nongnu.org; Wed, 18 May 2011 08:30:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMftr-0007el-Ku for qemu-devel@nongnu.org; Wed, 18 May 2011 08:30:53 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:40420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMftr-0007dU-DP for qemu-devel@nongnu.org; Wed, 18 May 2011 08:30:51 -0400 Received: from blackfin.pond.sub.org (p5B32C37F.dip.t-dialin.net [91.50.195.127]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 4E9FC2DD477 for ; Wed, 18 May 2011 14:30:48 +0200 (CEST) From: Markus Armbruster Date: Wed, 18 May 2011 14:30:44 +0200 Message-Id: <1305721847-29269-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] 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. This series depends on PATCH v4 1-3/6 of "Split ide-drive and scsi-disk qdevs, and more": ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd" scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd" defaults: ide-cd and scsi-cd devices suppress default CD-ROM Markus Armbruster (3): isa-vga: Make available with -device, like the other VGA qdevs qxl: Fix -device qxl-vga to suppress the default VGA docs: qdev-device-use.txt has become stale, update it docs/qdev-device-use.txt | 180 +++++++++++++++++++++++++++++----------------- hw/vga-isa.c | 1 - vl.c | 2 + 3 files changed, 116 insertions(+), 67 deletions(-) -- 1.7.2.3