qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 7f800d: docs: add supported host CPU architec


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 7f800d: docs: add supported host CPU architectures section
Date: Tue, 14 Sep 2021 12:11:47 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7f800d34aa9cb5de1870f702bce66180fb899c44
      
https://github.com/qemu/qemu/commit/7f800d34aa9cb5de1870f702bce66180fb899c44
  Author: Marc-André Lureau <marcandre.lureau@redhat.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M docs/about/build-platforms.rst
    M docs/about/deprecated.rst

  Log Message:
  -----------
  docs: add supported host CPU architectures section

I was looking for such documentation, but couldn't find it. Add it to
the build-platform.rst document.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>


  Commit: 2a2d51bc07a58bb6418a07da151acebcc3c530c0
      
https://github.com/qemu/qemu/commit/2a2d51bc07a58bb6418a07da151acebcc3c530c0
  Author: Marc-André Lureau <marcandre.lureau@redhat.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson.build: fix comment typo

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>


  Commit: 692277f38dcfe6fff47825d14586424f45b4dfd8
      
https://github.com/qemu/qemu/commit/692277f38dcfe6fff47825d14586424f45b4dfd8
  Author: Michal Privoznik <mprivozn@redhat.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M chardev/char.c

  Log Message:
  -----------
  chardev: Propagate error from logfile opening

If a chardev has a logfile the file is opened using
qemu_open_old() which does the job, but since @errp is not
propagated into qemu_open_internal() we lose much more accurate
error and just report "Unable to open logfile $errno".  When
using plain files, it's probably okay as nothing complex is
happening behind the curtains. But the problem becomes more
prominent when passing an "/dev/fdset/XXX" path since much more
needs to be done.

The fix is to use qemu_create() which passes @errp further down.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: 
<f34ee80866e6f591bcb98401dee27682f5543fca.1629190206.git.mprivozn@redhat.com>


  Commit: 5eed493d01c3253a24ffa71c61e07dacad41cf05
      
https://github.com/qemu/qemu/commit/5eed493d01c3253a24ffa71c61e07dacad41cf05
  Author: Marc-André Lureau <marcandre.lureau@redhat.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M chardev/char-mux.c
    M include/chardev/char.h

  Log Message:
  -----------
  chardev: remove needless class method

"chr_option_parsed" is only implemented by the "mux" chardev, we can
specialize the code there to avoid the needless generic class method.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


  Commit: 78e3e1d046e64b86e8c9bf3011d5a2a795b5e373
      
https://github.com/qemu/qemu/commit/78e3e1d046e64b86e8c9bf3011d5a2a795b5e373
  Author: Marc-André Lureau <marcandre.lureau@redhat.com>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M include/chardev/char.h

  Log Message:
  -----------
  chardev: add some comments about the class methods

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210804154848.557328-5-marcandre.lureau@redhat.com>


  Commit: 831aaf24967a49d7750090b9dcfd6bf356f16529
      
https://github.com/qemu/qemu/commit/831aaf24967a49d7750090b9dcfd6bf356f16529
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M chardev/char-mux.c
    M chardev/char.c
    M docs/about/build-platforms.rst
    M docs/about/deprecated.rst
    M include/chardev/char.h
    M meson.build

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/marcandre/tags/misc-pull-request' into 
staging

chardev & doc misc

# gpg: Signature made Tue 14 Sep 2021 13:59:10 BST
# gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
# gpg:                issuer "marcandre.lureau@redhat.com"
# gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>" 
[full]
# gpg:                 aka "Marc-André Lureau <marcandre.lureau@gmail.com>" 
[full]
# Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

* remotes/marcandre/tags/misc-pull-request:
  chardev: add some comments about the class methods
  chardev: remove needless class method
  chardev: Propagate error from logfile opening
  meson.build: fix comment typo
  docs: add supported host CPU architectures section

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/4c9af1ea1457...831aaf24967a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]