From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU1nM-0003Y0-MZ for qemu-devel@nongnu.org; Tue, 07 Jun 2011 15:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QU1nL-0007wg-09 for qemu-devel@nongnu.org; Tue, 07 Jun 2011 15:18:32 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:45641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU1nK-0007uf-KA for qemu-devel@nongnu.org; Tue, 07 Jun 2011 15:18:30 -0400 Received: by mail-yi0-f45.google.com with SMTP id 27so1365317yia.4 for ; Tue, 07 Jun 2011 12:18:30 -0700 (PDT) Message-ID: <4DEE7984.1030008@codemonkey.ws> Date: Tue, 07 Jun 2011 14:18:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1307435671-28431-1-git-send-email-armbru@redhat.com> In-Reply-To: <1307435671-28431-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Markus Armbruster Cc: alevy@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On 06/07/2011 03:34 AM, Markus Armbruster wrote: > 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. Applied all. Thanks. Regards, Anthony Liguori > > 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(-) >