From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8k13-0004XX-Ci for qemu-devel@nongnu.org; Wed, 07 Jan 2015 01:22:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8k10-0005IQ-7I for qemu-devel@nongnu.org; Wed, 07 Jan 2015 01:22:49 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:64317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8k10-0005IE-04 for qemu-devel@nongnu.org; Wed, 07 Jan 2015 01:22:46 -0500 Received: by mail-wg0-f45.google.com with SMTP id b13so580721wgh.4 for ; Tue, 06 Jan 2015 22:22:45 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54ACD0B1.3090809@redhat.com> Date: Wed, 07 Jan 2015 07:22:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1420560191-48029-1-git-send-email-agraf@suse.de> <1420560191-48029-5-git-send-email-agraf@suse.de> <54AC4EE4.7090700@suse.de> <54AC56C6.8080905@suse.de> In-Reply-To: <54AC56C6.8080905@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] arm: enable Bochs PCI VGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Peter Maydell Cc: Rob Herring , Stuart Yoder , Ard Biesheuvel , "Michael S. Tsirkin" , Claudio Fontana , Alvise Rigo , QEMU Developers On 06/01/2015 22:42, Alexander Graf wrote: > I've not moved CIRRUS or QXL yet though. When I tried, cirrus didn't > work - it probably needs access to the legacy VGA regions that don't get > mapped with the gpex phb. Yes, Bochs VGA has the registers-in-BAR thing, so it always works. Paolo