[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 03/39] vga: convert vga and its derivatives to t
From: |
Jan Kiszka |
Subject: |
Re: [Qemu-devel] [PATCH 03/39] vga: convert vga and its derivatives to the memory API |
Date: |
Sun, 31 Jul 2011 20:48:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
On 2011-07-31 20:46, Avi Kivity wrote:
> On 07/31/2011 09:42 PM, Jan Kiszka wrote:
>> 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.
>> >
>> > 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.
>> >
>> > [jan: fix vga-pci logging]
>>
>> grub2 in graphical mode (likely via VBE) is still broken under kvm.
>
> Sorry, I forgot about it. Will take a look.
>
>> How
>> did you try to address the flush-before-remap issue?
>>
>
> I haven't. How does "unconditionally dirty the remapped slot" sound?
>
> I think it isn't introduced by this patchset, yes?
The patch removes the explicit sync from the cirrus code. But the
underlying issue is older of course.
Jan
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 23/39] lsi53c895a: convert to memory API, (continued)
- [Qemu-devel] [PATCH 23/39] lsi53c895a: convert to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 17/39] es1370: convert to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 26/39] pcnet: convert to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 35/39] pci: convert pci rom to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 24/39] ppc: convert to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 38/39] pci: rename pci_register_bar_region() to pci_register_bar(), Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 28/39] isa-mmio: concert to memory API, Avi Kivity, 2011/07/31
- [Qemu-devel] [PATCH 03/39] vga: convert vga and its derivatives to the memory API, Avi Kivity, 2011/07/31
Re: [Qemu-devel] [PATCH 00/39] Memory API, batch 2: PCI devices, Avi Kivity, 2011/07/31