From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [RFC v4 00/58] Memory API Date: Wed, 20 Jul 2011 19:19:45 +0300 Message-ID: <4E270021.2000607@redhat.com> References: <1310901265-32051-1-git-send-email-avi@redhat.com> <20110719135601.GA7194@redhat.com> <4E25B85C.1030809@siemens.com> <4E25BB7A.7030105@redhat.com> <4E25BF26.6080900@siemens.com> <4E268E20.5050807@redhat.com> <4E26BF77.7070705@siemens.com> <4E26C290.8010604@redhat.com> <4E26DECC.9000700@siemens.com> <4E26E716.2090109@redhat.com> <20110720143720.GC6787@redhat.com> <4E26EC22.1030309@redhat.com> <4E26FB34.4080507@siemens.com> <4E26FBFB.504@redhat.com> <4E26FEA3.7080708@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , "kvm@vger.kernel.org" To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47042 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512Ab1GTQTx (ORCPT ); Wed, 20 Jul 2011 12:19:53 -0400 In-Reply-To: <4E26FEA3.7080708@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/20/2011 07:13 PM, Jan Kiszka wrote: > > > >> BTW, what's broken is legacy VGA mem dirty logging. Was simply dropped > >> during the conversion, and now I'm missing some links between vga core > >> and its users to reestablish it generically. > > > > You mean logging of 0xa0000-0xc0000? That's probably a bug in the > > core. Once you enable logging of the framebuffer, any aliases should > > inherit it. > > Legacy mem and also VBE aren't registered as aliases, but as independent > memory regions. > See map_linear_vram_bank(). vbe isn't registered as an alias; instead the entire framebuffer is used. -- error compiling committee.c: too many arguments to function