From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLzTK-0001YY-CX for qemu-devel@nongnu.org; Wed, 20 Jan 2016 15:35:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLzTJ-0005UE-G2 for qemu-devel@nongnu.org; Wed, 20 Jan 2016 15:35:18 -0500 References: <1453272694-17106-1-git-send-email-jsnow@redhat.com> <1453272694-17106-5-git-send-email-jsnow@redhat.com> From: Eric Blake Message-ID: <569FEF7F.60206@redhat.com> Date: Wed, 20 Jan 2016 13:35:11 -0700 MIME-Version: 1.0 In-Reply-To: <1453272694-17106-5-git-send-email-jsnow@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2loGK4Bt2rhxbH3fhKRtIE6aFeeuEOmUa" Subject: Re: [Qemu-devel] [PATCH v4 04/12] fdc: add disk field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-block@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2loGK4Bt2rhxbH3fhKRtIE6aFeeuEOmUa Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/19/2016 11:51 PM, John Snow wrote: > Currently, 'drive' is used both to represent the current diskette > type as well as the current drive type. >=20 > This patch adds a 'disk' field that is updated explicitly to match > the type of the disk. >=20 > As of this patch, disk and drive are always the same, but forthcoming > patches to change the behavior of pick_geometry will invalidate this > assumption. >=20 > disk does not need to be migrated because it is not user-visible state > nor is it currently used for any calculations. It is purely informative= , > and will be rebuilt automatically via fd_revalidate on the new host. >=20 > Signed-off-by: John Snow > --- > hw/block/fdc.c | 3 +++ > 1 file changed, 3 insertions(+) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --2loGK4Bt2rhxbH3fhKRtIE6aFeeuEOmUa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWn+9/AAoJEKeha0olJ0NqydkH/3/S/9ZrIpADfDo3IuA/0yBJ DMHRJbV4zMqt/F4xbDOC+7MrrhG9HfzeKjpEQU30lF2TAmpJ3j1T6PxUNWpVB1fe u7q5QdhnS00bjxKw1pd0yxZ8ERldl5LCDlpe0tWZJnRez1t3pkheOda5AZZ7VJuY Pir59FkyDxM5OPa+PX7XkjvgkBiDhhWXpNWECMoA0/wU/4F3Jgo6JdhMk8QfSv1H lZtBoSet0zZd1dFEPf1aJ2jU6aA1VivQW7b8K+ZP5GfaKjsfrQCvmD+7d4gyhlnP OzM1/pNl21AtLGaDDPh8bPcCXB5sF28vaAflYJubCOcDsJFp7+Izu2MQjgeZ6k8= =OG/s -----END PGP SIGNATURE----- --2loGK4Bt2rhxbH3fhKRtIE6aFeeuEOmUa--