qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 0577e8: configure: Disable capstone and slirp


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 0577e8: configure: Disable capstone and slirp in the --wit...
Date: Tue, 22 Feb 2022 12:22:36 -0800

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 0577e84d374572344bb1cc87c9778357597a3fad
      
https://github.com/qemu/qemu/commit/0577e84d374572344bb1cc87c9778357597a3fad
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Disable capstone and slirp in the --without-default-features mode

For the users, it looks a little bit weird that capstone and slirp are
not disabled automatically if they run the configure script with the
"--without-default-features" option, so let's do that now.
Note: fdt is *not* changed accordingly since this affects the targets
that we can build, so disabling fdt automatically here might have
unexpected side-effects for the users.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220221090647.150184-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 97f33633b1c17875b8605bd323aa1d4aa4db5b01
      
https://github.com/qemu/qemu/commit/97f33633b1c17875b8605bd323aa1d4aa4db5b01
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M target/avr/cpu-qom.h

  Log Message:
  -----------
  target/avr: Correct AVRCPUClass docstring

There is no 'vr' field in AVRCPUClass.

Likely a copy/paste typo from CRISCPUClass ;)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220122001036.83267-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 7fa6d336b38884680b530817bb78486c8368c6a6
      
https://github.com/qemu/qemu/commit/7fa6d336b38884680b530817bb78486c8368c6a6
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M target/rx/cpu.h

  Log Message:
  -----------
  target/rx: Remove unused ENV_OFFSET definition

The last use of ENV_OFFSET was removed in 5e1401969b
("cpu: Move icount_decr to CPUNegativeOffsetState");
the commit of target/rx came in just afterward.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220203001252.37982-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 21b86097f8e318a1878f11428a5f449022b763ad
      
https://github.com/qemu/qemu/commit/21b86097f8e318a1878f11428a5f449022b763ad
  Author: Patrick Venture <venture@google.com>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M hw/nvram/eeprom_at24c.c

  Log Message:
  -----------
  hw/nvram: use at24 macro

Use the macro for going from I2CSlave to EEPROMState.

Signed-off-by: Patrick Venture <venture@google.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220119214329.2557049-1-venture@google.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 35aab3032687140d7dee4fb10c5f051e31ef3b6a
      
https://github.com/qemu/qemu/commit/35aab3032687140d7dee4fb10c5f051e31ef3b6a
  Author: Laurent Vivier <lvivier@redhat.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options: fix incorrect description for '-drive index='

qemu-options.hx contains grammar that a native English-speaking
person would never use.

Replace "This option defines where is connected the drive" by
"This option defines where the drive is connected".

Fixes: https://gitlab.com/qemu-project/qemu/-/issues/853
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220202143422.912070-1-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: eb3cb751c9fbba3ba3dc640ff7f7cb4fe6a55829
      
https://github.com/qemu/qemu/commit/eb3cb751c9fbba3ba3dc640ff7f7cb4fe6a55829
  Author: Eugenio Pérez <eperezma@redhat.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M net/vhost-vdpa.c

  Log Message:
  -----------
  vdpa: Make ncs autofree

Simplifying memory management.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220214193415.1606752-2-eperezma@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 1e2d555846226a9e5fb1052fe8ba6f30480f33a9
      
https://github.com/qemu/qemu/commit/1e2d555846226a9e5fb1052fe8ba6f30480f33a9
  Author: Noah Bergbauer <noah@statshelix.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M hw/input/hid.c
    M hw/usb/dev-hid.c

  Log Message:
  -----------
  hid: Implement support for side and extra buttons

Simply set the respective bits and update the descriptor accordingly.

Signed-off-by: Noah Bergbauer <noah@statshelix.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20211126140437.79745-1-noah@statshelix.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 31e3caf21b6cdf54d11f3744b8b341f07a30b5d7
      
https://github.com/qemu/qemu/commit/31e3caf21b6cdf54d11f3744b8b341f07a30b5d7
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M configure
    M hw/input/hid.c
    M hw/nvram/eeprom_at24c.c
    M hw/usb/dev-hid.c
    M net/vhost-vdpa.c
    M qemu-options.hx
    M target/avr/cpu-qom.h
    M target/rx/cpu.h

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging

Trivial branch pull request 20220222

# gpg: Signature made Tue 22 Feb 2022 16:16:01 GMT
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request:
  hid: Implement support for side and extra buttons
  vdpa: Make ncs autofree
  qemu-options: fix incorrect description for '-drive index='
  hw/nvram: use at24 macro
  target/rx: Remove unused ENV_OFFSET definition
  target/avr: Correct AVRCPUClass docstring
  configure: Disable capstone and slirp in the --without-default-features mode

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


Compare: https://github.com/qemu/qemu/compare/5abccc7922ca...31e3caf21b6c



reply via email to

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