mbox

[PULL,0/4] Vga 20180821 patches

Message ID 20180821081631.19160-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/vga-20180821-pull-request

Message

Gerd Hoffmann Aug. 21, 2018, 8:16 a.m. UTC
The following changes since commit d0092d90eb546a8bbe9e9120426c189474123797:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging (2018-08-20 17:41:18 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/vga-20180821-pull-request

for you to fetch changes up to 421ab725677b0382fd8f1fc5356fb16747a5beca:

  hw/pci-host/bonito: Move away from old_mmio accessors (2018-08-21 09:52:22 +0200)

----------------------------------------------------------------
hw/display: misc fixes

----------------------------------------------------------------

Gerd Hoffmann (1):
  qxl: drop unused generation variable

Peter Maydell (2):
  hw/display/vga-isa-mm: Convert away from old_mmio
  hw/pci-host/bonito: Move away from old_mmio accessors

Thomas Huth (1):
  hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA
    is set

 hw/display/qxl.h         |   1 -
 hw/display/qxl.c         |   1 -
 hw/display/vga-isa-mm.c  |  60 +++++---------------
 hw/pci-host/bonito.c     | 145 +++++------------------------------------------
 hw/display/Makefile.objs |   4 +-
 5 files changed, 30 insertions(+), 181 deletions(-)

Comments

Peter Maydell Aug. 21, 2018, 5 p.m. UTC | #1
On 21 August 2018 at 09:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit d0092d90eb546a8bbe9e9120426c189474123797:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging (2018-08-20 17:41:18 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180821-pull-request
>
> for you to fetch changes up to 421ab725677b0382fd8f1fc5356fb16747a5beca:
>
>   hw/pci-host/bonito: Move away from old_mmio accessors (2018-08-21 09:52:22 +0200)
>
> ----------------------------------------------------------------
> hw/display: misc fixes
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM