[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/4] hmp queue
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [Qemu-devel] [PULL 0/4] hmp queue |
Date: |
Mon, 24 Apr 2017 17:57:23 +0100 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
* Peter Maydell (address@hidden) wrote:
> On 24 April 2017 at 16:32, Dr. David Alan Gilbert (git)
> <address@hidden> wrote:
> > From: "Dr. David Alan Gilbert" <address@hidden>
> >
> > The following changes since commit 4c55b1d0bad8a703f0499fe62e3761a0cd288da3:
> >
> > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-04-24'
> > into staging (2017-04-24 14:49:48 +0100)
> >
> > are available in the git repository at:
> >
> > git://github.com/dagrh/qemu.git tags/pull-hmp-20170424
> >
> > for you to fetch changes up to e4e3992e626c4cc7514b271807c90f587771c646:
> >
> > tests: Add a tester for HMP commands (2017-04-24 15:55:35 +0100)
> >
> > ----------------------------------------------------------------
> > HMP pull
> >
> > ----------------------------------------------------------------
>
>
> clang doesn't like some code in test-hmp.c:
>
> /home/petmay01/linaro/qemu-for-merges/tests/test-hmp.c:138:9: error:
> logical not is only applied to the left hand side of this comparison
> [-Werror,-Wlogical-not-parentheses]
> if (!strcmp("isapc", mname) == 0 || !strcmp("puv3", mname)
> ^ ~~
<snip>
> It does look rather odd:
>
> + /* Ignore blacklisted machines that have known problems */
> + if (!strcmp("isapc", mname) == 0 || !strcmp("puv3", mname)
> + || !strcmp("tricore_testboard", mname)
> + || !strcmp("xenfv", mname) == 0 || !strcmp("xenpv", mname)) {
> + return;
> + }
>
> since it's not using the same kind of expression to test
> each board name -- is that deliberate, or accidental ?
>
> I think this expression means we'll actually skip every machine...
Yep, you're right, just tried it with logging.
That's accidental; hmm I should add a clang build somewhere.
Thomas: Do you want to send me a fixed version?
Dave
> thanks
> -- PMM
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- [Qemu-devel] [PULL 0/4] hmp queue, Dr. David Alan Gilbert (git), 2017/04/24
- [Qemu-devel] [PULL 1/4] hmp: gpa2hva and gpa2hpa hostaddr command, Dr. David Alan Gilbert (git), 2017/04/24
- [Qemu-devel] [PULL 2/4] libqtest: Ignore QMP events when parsing the response for HMP commands, Dr. David Alan Gilbert (git), 2017/04/24
- [Qemu-devel] [PULL 4/4] tests: Add a tester for HMP commands, Dr. David Alan Gilbert (git), 2017/04/24
- [Qemu-devel] [PULL 3/4] libqtest: Add a generic function to run a callback function for every machine, Dr. David Alan Gilbert (git), 2017/04/24
- Re: [Qemu-devel] [PULL 0/4] hmp queue, Peter Maydell, 2017/04/24
- Re: [Qemu-devel] [PULL 0/4] hmp queue,
Dr. David Alan Gilbert <=
- Re: [Qemu-devel] [PULL 0/4] hmp queue, Thomas Huth, 2017/04/24
- [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands, Thomas Huth, 2017/04/25
- Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands, Dr. David Alan Gilbert, 2017/04/25
- Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands, Eric Blake, 2017/04/25
- Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands, Thomas Huth, 2017/04/27