[Qemu-devel] [PULL 0/4] make display updates thread safe, batch #2

Gerd Hoffmann posted 4 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170511144339.13027-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/display/cg3.c   | 41 ++++++++++++++++----------------
hw/display/sm501.c | 27 ++++++----------------
hw/display/tcx.c   | 68 +++++++++++++++++++-----------------------------------
hw/display/vga.c   |  2 +-
4 files changed, 53 insertions(+), 85 deletions(-)
[Qemu-devel] [PULL 0/4] make display updates thread safe, batch #2
Posted by Gerd Hoffmann 6 years, 11 months ago
  Hi,

Here is the vga patch queue, with the second patch batch to make display
updates thread-safe.

please pull,
  Gerd

The following changes since commit 76d20ea0f1b26ebd5da2f5fb2fdf3250cde887bb:

  Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging (2017-05-09 15:49:14 -0400)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-vga-20170511-1

for you to fetch changes up to bfc56535f793c557aa754c50213fc5f882e6482d:

  vga: fix display update region calculation (2017-05-11 09:50:32 +0200)

----------------------------------------------------------------
make display updates thread safe, batch #2

----------------------------------------------------------------
Gerd Hoffmann (2):
      sm501: make display updates thread safe
      vga: fix display update region calculation

Mark Cave-Ayland (2):
      cg3: make display updates thread safe
      tcx: make display updates thread safe

 hw/display/cg3.c   | 41 ++++++++++++++++----------------
 hw/display/sm501.c | 27 ++++++----------------
 hw/display/tcx.c   | 68 +++++++++++++++++++-----------------------------------
 hw/display/vga.c   |  2 +-
 4 files changed, 53 insertions(+), 85 deletions(-)

Re: [Qemu-devel] [PULL 0/4] make display updates thread safe, batch #2
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Thu, May 11, 2017 at 04:43:35PM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> Here is the vga patch queue, with the second patch batch to make display
> updates thread-safe.
> 
> please pull,
>   Gerd
> 
> The following changes since commit 76d20ea0f1b26ebd5da2f5fb2fdf3250cde887bb:
> 
>   Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging (2017-05-09 15:49:14 -0400)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu tags/pull-vga-20170511-1
> 
> for you to fetch changes up to bfc56535f793c557aa754c50213fc5f882e6482d:
> 
>   vga: fix display update region calculation (2017-05-11 09:50:32 +0200)
> 
> ----------------------------------------------------------------
> make display updates thread safe, batch #2
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (2):
>       sm501: make display updates thread safe
>       vga: fix display update region calculation
> 
> Mark Cave-Ayland (2):
>       cg3: make display updates thread safe
>       tcx: make display updates thread safe
> 
>  hw/display/cg3.c   | 41 ++++++++++++++++----------------
>  hw/display/sm501.c | 27 ++++++----------------
>  hw/display/tcx.c   | 68 +++++++++++++++++++-----------------------------------
>  hw/display/vga.c   |  2 +-
>  4 files changed, 53 insertions(+), 85 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan