mbox

[PULL,0/3] Fixes 20191121 patches

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

Pull-request

git://git.kraxel.org/qemu tags/fixes-20191121-pull-request

Message

Gerd Hoffmann Nov. 21, 2019, 10:16 a.m. UTC
The following changes since commit 39e2821077e6dcf788b7c2a9ef50970ec7995437:

  Update version for v4.2.0-rc2 release (2019-11-19 19:34:10 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20191121-pull-request

for you to fetch changes up to c55c974486b0dadf97fe47e2e789d5dba9b77138:

  ui/gtk: fix gettext message's charset. (2019-11-21 09:42:30 +0100)

----------------------------------------------------------------
two audio fixes and one gtk message fix.

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

Sai Pavan Boddu (1):
  display: xlnx_dp: Provide sufficient bytes for silent audio channel

Volker RĂ¼melin (1):
  audio: fix audio recording

yanminhui (1):
  ui/gtk: fix gettext message's charset.

 audio/audio.c        | 1 +
 hw/display/xlnx_dp.c | 9 +++++++--
 ui/gtk.c             | 1 +
 po/zh_CN.po          | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

Comments

Peter Maydell Nov. 21, 2019, 5:18 p.m. UTC | #1
On Thu, 21 Nov 2019 at 10:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 39e2821077e6dcf788b7c2a9ef50970ec7995437:
>
>   Update version for v4.2.0-rc2 release (2019-11-19 19:34:10 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20191121-pull-request
>
> for you to fetch changes up to c55c974486b0dadf97fe47e2e789d5dba9b77138:
>
>   ui/gtk: fix gettext message's charset. (2019-11-21 09:42:30 +0100)
>
> ----------------------------------------------------------------
> two audio fixes and one gtk message fix.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM