From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOMu5-0007D2-At for qemu-devel@nongnu.org; Wed, 27 Jan 2016 05:00:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOMu2-00033S-2m for qemu-devel@nongnu.org; Wed, 27 Jan 2016 05:00:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOMu1-00033I-T9 for qemu-devel@nongnu.org; Wed, 27 Jan 2016 05:00:41 -0500 Date: Wed, 27 Jan 2016 12:00:36 +0200 From: "Michael S. Tsirkin" Message-ID: <20160127120026-mutt-send-email-mst@redhat.com> References: <1453816225-139685-1-git-send-email-imammedo@redhat.com> <56A7C5CE.7060000@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A7C5CE.7060000@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 0/3] i386: expose floppy-related objects in SSDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Igor Mammedov , qemu-devel@nongnu.org, rkagan@virtuozzo.com On Tue, Jan 26, 2016 at 02:15:26PM -0500, John Snow wrote: > > > On 01/26/2016 08:50 AM, Igor Mammedov wrote: > > v6->v7: > > - rebase on top of current master to resolve conflicts > > with the latest FDC refactoring > > > > v5->v6: > > - rebased on top DSDT converted to AMP API > > - dropped intermediate structs for one time used floppy parameters > > which simplifies code a bit. > > > > Windows on UEFI systems is only capable of detecting the presence and > > the type of floppy drives via corresponding ACPI objects. > > > > Those objects are added in patch 5; the preceding ones pave the way to > > it, by making the necessary data public and by moving the whole > > floppy drive controller description into runtime-generated SSDT. > > > > > > Roman Kagan (3): > > i386/acpi: make floppy controller object dynamic > > expose floppy drive geometry and CMOS type > > i386: populate floppy drive information in DSDT > > > > hw/block/fdc.c | 11 +++++++ > > hw/i386/acpi-build.c | 84 +++++++++++++++++++++++++++++++++++--------------- > > hw/i386/pc.c | 2 +- > > include/hw/block/fdc.h | 2 ++ > > include/hw/i386/pc.h | 1 + > > 5 files changed, 74 insertions(+), 26 deletions(-) > > > > Who is going to be sending the PR for this series? Igor, mst, bonzini, > ehabkost? > > (Sorry for perturbing the bits with the FDC series.) > > --js I'll merge this. -- MST