qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar
Date: Sat, 20 Oct 2012 08:46:19 +0000

On Mon, Oct 15, 2012 at 6:02 AM, Gerd Hoffmann <address@hidden> wrote:
>   Hi,
>
> This patch series adds a mmio bar to the standard vga.  It also drops
> a file into docs/specs/ describing the mmio bar and the other properties
> of the qemu standard vga and does a little cleanup by removing
> CONFIG_BOCHS_VBE.
>
> v2:
>  - rebase to latest master and resolve conflicts.
>  - add patch which fixes indention to fix the "WARNING: suspect code
>    indent" checkpatch warning.

Thanks, applied all.

>
> cheers,
>   Gerd
>
> Gerd Hoffmann (4):
>   vga: fix indention
>   vga: add mmio bar to standard vga
>   vga: add specs for standard vga
>   vga: remove CONFIG_BOCHS_VBE
>
>  docs/specs/standard-vga.txt |   64 ++++++++++++++++++++
>  hw/pc_piix.c                |    4 +
>  hw/vga-isa.c                |    2 +
>  hw/vga-pci.c                |  138 ++++++++++++++++++++++++++++++++++++++----
>  hw/vga.c                    |   40 +++----------
>  hw/vga_int.h                |   30 ++++------
>  6 files changed, 213 insertions(+), 65 deletions(-)
>  create mode 100644 docs/specs/standard-vga.txt
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]