All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Claudio Fontana <cfontana@suse.de>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	qemu-devel@nongnu.org, "Markus Armbruster" <armbru@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2
Date: Wed, 09 Sep 2020 12:39:32 +0100	[thread overview]
Message-ID: <87lfhjp4az.fsf@linaro.org> (raw)
In-Reply-To: <83904d39-5b27-d6da-f648-408931d69f63@suse.de>


Claudio Fontana <cfontana@suse.de> writes:

> On 9/8/20 2:14 PM, Paolo Bonzini wrote:
>> On 08/09/20 13:58, Claudio Fontana wrote:
>>> Thanks Paolo,
>>>
>>> if it can help I try to keep a rebased functioning version at
>>>
>>> https://github.com/hw-claudio/qemu.git "cpus-refactoring"
>>>
>>> some of the CI complains about:
>>>
>>> check: qemu-img not found
>>> Makefile.mtest:1229: recipe for target 'check-block' failed
>> 
>> This will be fixed by the next pull request (the issue appears with
>> --enable-system --disable-tools builds).
>> 
>> Paolo
>> 
>
> Generating qemu-version.h with a meson_exe.py custom command
> make: *** No rule to make target 'check-softfloat'.  Stop.
> make: *** Waiting for unfinished jobs....
> fatal: No names found, cannot describe anything.
>
> Probably an instance of the same problem right?

Yes - I treat check-softfloat as a unit test so it's not dependent on
the type of build you are actually doing.

  Subject: [PATCH  v2 00/10] testing and misc updates
  Date: Wed,  9 Sep 2020 12:27:31 +0100
  Message-Id: <20200909112742.25730-1-alex.bennee@linaro.org>

I think gets all CI back to green.

>
> I got this from travis-ci.org
>
> GCC check-softfloat (user)


-- 
Alex Bennée


      reply	other threads:[~2020-09-09 11:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 10:55 [PATCH v7 00/16] QEMU cpus.c refactoring part2 Claudio Fontana
2020-09-03 10:55 ` [PATCH v7 01/16] cpu-timers, icount: new modules Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 02/16] icount: rename functions to be consistent with the module name Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 03/16] cpus: prepare new CpusAccel cpu accelerator interface Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 04/16] cpus: extract out TCG-specific code to accel/tcg Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 05/16] cpus: extract out qtest-specific code to accel/qtest Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 06/16] cpus: extract out kvm-specific code to accel/kvm Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 07/16] cpus: extract out hax-specific code to target/i386/ Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 08/16] cpus: extract out whpx-specific " Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 09/16] cpus: extract out hvf-specific code to target/i386/hvf/ Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 10/16] cpus: cleanup now unneeded includes Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 11/16] cpus: remove checks for non-NULL cpus_accel Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 12/16] cpus: add handle_interrupt to the CpusAccel interface Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 13/16] hvf: remove hvf specific functions from global includes Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 14/16] whpx: remove whpx " Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 15/16] hax: remove hax " Claudio Fontana
2020-09-03 10:56 ` [PATCH v7 16/16] kvm: remove kvm " Claudio Fontana
2020-09-04 16:08 ` [PATCH v7 00/16] QEMU cpus.c refactoring part2 Claudio Fontana
2020-09-04 17:29   ` Paolo Bonzini
2020-09-08 11:58     ` Claudio Fontana
2020-09-08 12:14       ` Paolo Bonzini
2020-09-09 11:07         ` Claudio Fontana
2020-09-09 11:39           ` Alex Bennée [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lfhjp4az.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=cfontana@suse.de \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.