[Qemu-devel] [PULL 0/2] Ui 20171110 patches

Gerd Hoffmann posted 2 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171110140236.26651-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
ui/console-gl.c | 2 +-
ui/console.c    | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] Ui 20171110 patches
Posted by Gerd Hoffmann 6 years, 5 months ago
The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:

  Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20171110-pull-request

for you to fetch changes up to 2e9a8565701c22a0090876cb9e2293db4a6fb205:

  ui: use QEMU_IS_ALIGNED macro (2017-11-10 14:27:29 +0100)

----------------------------------------------------------------
ui: fixes for 2.11

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

Gerd Hoffmann (1):
  ui: fix dcl unregister

Philippe Mathieu-Daudé (1):
  ui: use QEMU_IS_ALIGNED macro

 ui/console-gl.c | 2 +-
 ui/console.c    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Ui 20171110 patches
Posted by Peter Maydell 6 years, 5 months ago
On 10 November 2017 at 14:02, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
>
>   Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20171110-pull-request
>
> for you to fetch changes up to 2e9a8565701c22a0090876cb9e2293db4a6fb205:
>
>   ui: use QEMU_IS_ALIGNED macro (2017-11-10 14:27:29 +0100)
>
> ----------------------------------------------------------------
> ui: fixes for 2.11
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   ui: fix dcl unregister
>
> Philippe Mathieu-Daudé (1):
>   ui: use QEMU_IS_ALIGNED macro
>
>  ui/console-gl.c | 2 +-
>  ui/console.c    | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>

Applied, thanks.

-- PMM