mbox

[PULL,v2,0/6] lsi, vga fixes for 2024-04-02

Message ID 20240403100614.74983-1-pbonzini@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini April 3, 2024, 10:06 a.m. UTC
The following changes since commit 7fcf7575f3d201fc84ae168017ffdfd6c86257a6:

  Merge tag 'pull-target-arm-20240402' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-04-02 11:34:49 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 8fc4bdc537d901c200e43122e32bcb40dc8fed37:

  pc_q35: remove unnecessary m->alias assignment (2024-04-02 18:08:59 +0200)

----------------------------------------------------------------
* lsi53c895a: fix assertion failure with invalid Block Move
* vga: fix assertion failure with 4- and 16-color modes
* remove unnecessary assignment

----------------------------------------------------------------
v1->v2: dropped patch to reject invalid Block Move

Paolo Bonzini (6):
      vga: merge conditionals on shift control register
      vga: move computation of dirty memory region later
      vga: adjust dirty memory region if pel panning is active
      vga: do not treat horiz pel panning value of 8 as "enabled"
      lsi53c895a: avoid out of bounds access to s->msg[]
      pc_q35: remove unnecessary m->alias assignment

 hw/display/vga.c     | 146 +++++++++++++++++++++++++--------------------------
 hw/i386/pc_q35.c     |   1 -
 hw/scsi/lsi53c895a.c |  19 ++++---
 3 files changed, 85 insertions(+), 81 deletions(-)

Comments

Peter Maydell April 3, 2024, 4:45 p.m. UTC | #1
On Wed, 3 Apr 2024 at 11:07, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 7fcf7575f3d201fc84ae168017ffdfd6c86257a6:
>
>   Merge tag 'pull-target-arm-20240402' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-04-02 11:34:49 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 8fc4bdc537d901c200e43122e32bcb40dc8fed37:
>
>   pc_q35: remove unnecessary m->alias assignment (2024-04-02 18:08:59 +0200)
>
> ----------------------------------------------------------------
> * lsi53c895a: fix assertion failure with invalid Block Move
> * vga: fix assertion failure with 4- and 16-color modes
> * remove unnecessary assignment
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM