From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH 03/39] vga: convert vga and its derivatives to the memory API Date: Sun, 31 Jul 2011 20:42:49 +0200 Message-ID: <4E35A229.9020800@web.de> References: <1312135082-31985-1-git-send-email-avi@redhat.com> <1312135082-31985-4-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0CD482D505569C48491D39EF" Cc: Anthony Liguori , qemu-devel@nongnu.org, "Michael S. Tsirkin" , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:50424 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790Ab1GaSnE (ORCPT ); Sun, 31 Jul 2011 14:43:04 -0400 In-Reply-To: <1312135082-31985-4-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0CD482D505569C48491D39EF Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2011-07-31 19:57, Avi Kivity wrote: > Convert all vga memory to the memory API. Note we need to fall back to= > get_system_memory(), since the various buses don't pass the vga window > as a memory region. >=20 > We no longer need to sync the dirty bitmap of the cirrus mapped memory > banks, since the memory API takes care of that for us. >=20 > [jan: fix vga-pci logging] grub2 in graphical mode (likely via VBE) is still broken under kvm. How did you try to address the flush-before-remap issue? Jan --------------enig0CD482D505569C48491D39EF 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.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk41oi0ACgkQitSsb3rl5xQPzwCg8GO/IHO1FQ4OI9/ELUMFSHff YloAn3j2BD+j6pkzUllk5Pa1BvUtS1Zu =/qjj -----END PGP SIGNATURE----- --------------enig0CD482D505569C48491D39EF-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnayf-0000Sz-Vt for qemu-devel@nongnu.org; Sun, 31 Jul 2011 14:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qnaye-0006TE-QL for qemu-devel@nongnu.org; Sun, 31 Jul 2011 14:43:05 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:50417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnaye-0006SY-Hq for qemu-devel@nongnu.org; Sun, 31 Jul 2011 14:43:04 -0400 Message-ID: <4E35A229.9020800@web.de> Date: Sun, 31 Jul 2011 20:42:49 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1312135082-31985-1-git-send-email-avi@redhat.com> <1312135082-31985-4-git-send-email-avi@redhat.com> In-Reply-To: <1312135082-31985-4-git-send-email-avi@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0CD482D505569C48491D39EF" Sender: jan.kiszka@web.de Subject: Re: [Qemu-devel] [PATCH 03/39] vga: convert vga and its derivatives to the memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, "Michael S. Tsirkin" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0CD482D505569C48491D39EF Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2011-07-31 19:57, Avi Kivity wrote: > Convert all vga memory to the memory API. Note we need to fall back to= > get_system_memory(), since the various buses don't pass the vga window > as a memory region. >=20 > We no longer need to sync the dirty bitmap of the cirrus mapped memory > banks, since the memory API takes care of that for us. >=20 > [jan: fix vga-pci logging] grub2 in graphical mode (likely via VBE) is still broken under kvm. How did you try to address the flush-before-remap issue? Jan --------------enig0CD482D505569C48491D39EF 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.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk41oi0ACgkQitSsb3rl5xQPzwCg8GO/IHO1FQ4OI9/ELUMFSHff YloAn3j2BD+j6pkzUllk5Pa1BvUtS1Zu =/qjj -----END PGP SIGNATURE----- --------------enig0CD482D505569C48491D39EF--