From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsM0c-000570-RM for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:17:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsM0b-0002QS-E3 for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:17:02 -0500 Received: from smtp1-g21.free.fr ([212.27.42.1]:57988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsM0a-0002K6-PD for qemu-devel@nongnu.org; Tue, 31 Jan 2012 17:17:01 -0500 Message-ID: <4F28684F.6020409@reactos.org> Date: Tue, 31 Jan 2012 23:16:47 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1327308641-14736-1-git-send-email-hpoussin@reactos.org> <1327308641-14736-6-git-send-email-hpoussin@reactos.org> <4F2302F8.2020104@reactos.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 5/9] fdc: add CCR (Configuration Control Register) write register List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , qemu-devel@nongnu.org Markus Armbruster a =C3=A9crit : > Herv=C3=A9 Poussineau writes: >=20 >> Markus Armbruster a =C3=A9crit : >>> Herv=C3=A9 Poussineau writes: >>> >>>> DIR and CCR registers share the same address ; DIR is read-only >>>> while CCR is write-only >>> Looks like guest writes to CCR are silently ignored before this patch= . >>> Is that correct? =20 >> Yes. >> >>> Impact? >> CCR is only used to program media rate, which is not checked without >> this patchset. >> >> So, none for this patch. >=20 > Aha, it's just a prerequisite for the rest of the series. Makes sense. >=20 > Explain in commit message? >=20 Will do when respinning the serie Herv=C3=A9