[Qemu-devel] [PULL 0/1] Ui 20180703 patches

Gerd Hoffmann posted 1 patch 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180703091847.7057-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] Ui 20180703 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)

are available in the git repository at:

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

for you to fetch changes up to 4939a1df7d60b4a24458544557ae262852e28567:

  ui: do not build-depend or link with libdrm, it is not needed (2018-07-03 10:30:25 +0200)

----------------------------------------------------------------
ui: drop libdrm dependency.

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

Michael Tokarev (1):
  ui: do not build-depend or link with libdrm, it is not needed

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Ui 20180703 patches
Posted by Peter Maydell 7 years, 4 months ago
On 3 July 2018 at 10:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit ab08440a4ee09032d1a9cb22fdcab23bc7e1c656:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging (2018-07-02 17:57:46 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180703-pull-request
>
> for you to fetch changes up to 4939a1df7d60b4a24458544557ae262852e28567:
>
>   ui: do not build-depend or link with libdrm, it is not needed (2018-07-03 10:30:25 +0200)
>
> ----------------------------------------------------------------
> ui: drop libdrm dependency.
>
> ----------------------------------------------------------------
>
> Michael Tokarev (1):
>   ui: do not build-depend or link with libdrm, it is not needed
>
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.

-- PMM