mbox

[PULL,for-9.1,0/3] Trivial patches for 2024-08-23

Message ID 20240823141542.1411594-1-mjt@tls.msk.ru
State New
Headers show

Pull-request

https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

Message

Michael Tokarev Aug. 23, 2024, 2:15 p.m. UTC
The following changes since commit 407f9a4b121eb65166375c410e14d7b704bc1106:

  Update version for v9.1.0-rc3 release (2024-08-22 15:07:32 +1000)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to d6192f3f7593536a4285e8ab6c6cf3f34973ce62:

  hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read() (2024-08-23 12:10:28 +0300)

----------------------------------------------------------------
trivial patches for 2024-08-23

There are just 3 patches in here, one adding a comment (no code changes)
and two fixing bugs (one is a regression bug).  I think it's suitable for
9.1

----------------------------------------------------------------
Ani Sinha (1):
      hw/x86: add a couple of comments explaining how the kernel image is parsed

Haoran Zhang (1):
      hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()

Peter Maydell (1):
      system/vl.c: Print machine name, not "(null)", for unknown machine types

 hw/display/vhost-user-gpu.c | 2 +-
 hw/i386/x86-common.c        | 7 +++++--
 system/vl.c                 | 4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

Comments

Richard Henderson Aug. 25, 2024, 12:56 a.m. UTC | #1
On 8/24/24 00:15, Michael Tokarev wrote:
> The following changes since commit 407f9a4b121eb65166375c410e14d7b704bc1106:
> 
>    Update version for v9.1.0-rc3 release (2024-08-22 15:07:32 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
> 
> for you to fetch changes up to d6192f3f7593536a4285e8ab6c6cf3f34973ce62:
> 
>    hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read() (2024-08-23 12:10:28 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2024-08-23
> 
> There are just 3 patches in here, one adding a comment (no code changes)
> and two fixing bugs (one is a regression bug).  I think it's suitable for
> 9.1


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~