qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/2] Add Xen CpusAccel


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 0/2] Add Xen CpusAccel
Date: Tue, 13 Oct 2020 10:42:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 10/12/20 10:16 PM, Claudio Fontana wrote:
On 10/12/20 10:07 PM, Jason Andryuk wrote:
Xen was left behind when CpusAccel became mandatory and fails the assert
in qemu_init_vcpu().  It relied on the same dummy cpu threads as qtest.
Move the qtest cpu functions to a common location and reuse them for
Xen.

Jason Andryuk (2):
   accel: move qtest CpusAccel functions to a common location
   accel: Add xen CpusAccel using dummy-cpu

  .../qtest-cpus.c => dummy/dummy-cpus.c}       | 22 +++++--------------
  .../qtest-cpus.h => dummy/dummy-cpus.h}       | 10 ++++-----
  accel/dummy/meson.build                       |  7 ++++++
  accel/meson.build                             |  1 +
  accel/qtest/meson.build                       |  1 -
  accel/qtest/qtest.c                           |  7 +++++-
  accel/xen/xen-all.c                           | 10 +++++++++
  7 files changed, 34 insertions(+), 24 deletions(-)
  rename accel/{qtest/qtest-cpus.c => dummy/dummy-cpus.c} (76%)
  rename accel/{qtest/qtest-cpus.h => dummy/dummy-cpus.h} (59%)
  create mode 100644 accel/dummy/meson.build


Yep, forgot completely, sorry.

Good opportunity to ask the Xen folks to add testing
to our Gitlab CI, so this doesn't happen again :)


Acked-by: Claudio Fontana <cfontana@suse.de>







reply via email to

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