From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab8Ob-0006Sv-PG for qemu-devel@nongnu.org; Wed, 02 Mar 2016 10:09:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ab8OY-0007SO-Jx for qemu-devel@nongnu.org; Wed, 02 Mar 2016 10:09:01 -0500 Received: from mx2.parallels.com ([199.115.105.18]:42836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab8OY-0007RO-EZ for qemu-devel@nongnu.org; Wed, 02 Mar 2016 10:08:58 -0500 References: <1455733533-12030-1-git-send-email-rkagan@virtuozzo.com> From: "Denis V. Lunev" Message-ID: <56D701F9.3000901@openvz.org> Date: Wed, 2 Mar 2016 18:08:41 +0300 MIME-Version: 1.0 In-Reply-To: <1455733533-12030-1-git-send-email-rkagan@virtuozzo.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 0/4] i386: expose floppy-related objects in SSDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Kagan , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Laszlo Ersek , Kevin O'Connor , Marcel Apfelbaum , Igor Mammedov , John Snow On 02/17/2016 09:25 PM, Roman Kagan wrote: > 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 4; 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 (4): > i386/acpi: make floppy controller object dynamic > i386: expose floppy drive CMOS type > fdc: add function to determine drive chs limits > i386: populate floppy drive information in DSDT > > Signed-off-by: Roman Kagan > Cc: Igor Mammedov > Cc: "Michael S. Tsirkin" > Cc: Marcel Apfelbaum > Cc: John Snow > Cc: Laszlo Ersek > Cc: Kevin O'Connor > --- > changes since v7: > - rebased to latest master > - use drive max c,h,s rather than the current diskette geometry > > hw/block/fdc.c | 23 +++++++++++++ > hw/i386/acpi-build.c | 92 ++++++++++++++++++++++++++++++++++++-------------- > hw/i386/pc.c | 2 +- > include/hw/block/fdc.h | 2 ++ > include/hw/i386/pc.h | 1 + > 5 files changed, 94 insertions(+), 26 deletions(-) > Michael, we have obtained Reviwed-by: from John. Does this set is good to be accepted or your last comment is mandatory?