From: Jason Wang <jasowang@redhat.com>
To: Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH] virtio: unbreak 1.0 device load with region cache
Date: Fri, 3 Mar 2017 17:45:24 +0800 [thread overview]
Message-ID: <2a087870-0264-5b12-6c6e-7ffa49af32fe@redhat.com> (raw)
In-Reply-To: <20170303091803.GD7097@lemon.lan>
On 2017年03月03日 17:18, Fam Zheng wrote:
> On Fri, 03/03 01:02,no-reply@patchew.org wrote:
>> CC ppc-softmmu/hw/misc/ivshmem.o
>> In file included from /var/tmp/patchew-tester-tmp-krtyhjt1/src/hw/misc/ivshmem.c:19:0:
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/include/qemu/osdep.h:30:25: fatal error: config-host.h: No such file or directory
>> #include "config-host.h"
>> ^
>> compilation terminated.
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'hw/misc/ivshmem.o' failed
>> make[1]: *** [hw/misc/ivshmem.o] Error 1
>> Makefile:322: recipe for target 'subdir-ppc-softmmu' failed
>> make: *** [subdir-ppc-softmmu] Error 2
>> make: *** Waiting for unfinished jobs....
>> shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>> CC ppc64-softmmu/hw/vfio/pci-quirks.o
>> Assembler messages:
>> Fatal error: can't create hw/net/virtio-net.o: No such file or directory
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'hw/net/virtio-net.o' failed
>> make[1]: *** [hw/net/virtio-net.o] Error 1
>> Makefile:322: recipe for target 'subdir-ppcemb-softmmu' failed
>> make: *** [subdir-ppcemb-softmmu] Error 2
>> shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>> CC s390x-softmmu/monitor.o
>> In file included from /var/tmp/patchew-tester-tmp-krtyhjt1/src/monitor.c:24:0:
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/include/qemu/osdep.h:30:25: fatal error: config-host.h: No such file or directory
>> #include "config-host.h"
>> ^
>> compilation terminated.
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'monitor.o' failed
>> make[1]: *** [monitor.o] Error 1
>> make[1]: *** Waiting for unfinished jobs....
>> In file included from /var/tmp/patchew-tester-tmp-krtyhjt1/src/hw/vfio/pci-quirks.c:13:0:
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/include/qemu/osdep.h:30:25: fatal error: config-host.h: No such file or directory
>> #include "config-host.h"
>> ^
>> compilation terminated.
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'hw/vfio/pci-quirks.o' failed
>> make[1]: *** [hw/vfio/pci-quirks.o] Error 1
>> make[1]: *** Waiting for unfinished jobs....
>> shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
>> CC ppc64-softmmu/hw/vfio/platform.o
>> In file included from /var/tmp/patchew-tester-tmp-krtyhjt1/src/hw/vfio/platform.c:17:0:
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/include/qemu/osdep.h:30:25: fatal error: config-host.h: No such file or directory
>> #include "config-host.h"
>> ^
>> compilation terminated.
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'hw/vfio/platform.o' failed
>> make[1]: *** [hw/vfio/platform.o] Error 1
>> Assembler messages:
>> Fatal error: can't create cpus.o: No such file or directory
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'cpus.o' failed
>> make[1]: *** [cpus.o] Error 1
>> Makefile:322: recipe for target 'subdir-s390x-softmmu' failed
>> make: *** [subdir-s390x-softmmu] Error 2
>> Assembler messages:
>> Fatal error: can't create hw/vfio/pci.o: No such file or directory
>> /var/tmp/patchew-tester-tmp-krtyhjt1/src/rules.mak:69: recipe for target 'hw/vfio/pci.o' failed
>> make[1]: *** [hw/vfio/pci.o] Error 1
>> Makefile:322: recipe for target 'subdir-ppc64-softmmu' failed
>> make: *** [subdir-ppc64-softmmu] Error 2
>> === OUTPUT END ===
>>
> I'm touching the tester machine to investigate into the recent s390x qtest
> failure, this is me stepping onto its toes. Please ignore it, and sorry for the
> noise.
>
> Fam
>
I see, thanks.
next prev parent reply other threads:[~2017-03-03 9:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-03 8:51 [Qemu-devel] [PATCH] virtio: unbreak 1.0 device load with region cache Jason Wang
2017-03-03 9:02 ` no-reply
2017-03-03 9:18 ` Fam Zheng
2017-03-03 9:45 ` Jason Wang [this message]
2017-03-03 9:15 ` Cornelia Huck
2017-03-03 9:39 ` Jason Wang
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=2a087870-0264-5b12-6c6e-7ffa49af32fe@redhat.com \
--to=jasowang@redhat.com \
--cc=famz@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).