* [Qemu-devel] [question] qemu-2.0.0 difference between download from http://wiki.qemu.org/Download and download http://git.qemu.org/qemu.git
@ 2014-08-16 2:24 Zhang Haoyu
2014-08-16 18:01 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Haoyu @ 2014-08-16 2:24 UTC (permalink / raw)
To: qemu-devel
Hi,
I download one copy of qemu-2.0.0 from http://wiki.qemu.org/Download,
and then download another copy of qemu-2.0.0 from http://git.qemu.org/qemu.git,
I compared them, found that dtc, pixman, roms are missed in the latter.
so If want to use qemu-2.0.1 to build my emulator,
should I still add these external libs/sources (incorporated in the qemu-2.0.0 from http://wiki.qemu.org/Download) to qemu-2.0.1 to build the emulator?
Thanks,
Zhang Haoyu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [question] qemu-2.0.0 difference between download from http://wiki.qemu.org/Download and download http://git.qemu.org/qemu.git
2014-08-16 2:24 [Qemu-devel] [question] qemu-2.0.0 difference between download from http://wiki.qemu.org/Download and download http://git.qemu.org/qemu.git Zhang Haoyu
@ 2014-08-16 18:01 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2014-08-16 18:01 UTC (permalink / raw)
To: Zhang Haoyu; +Cc: qemu-devel
On 16 August 2014 03:24, Zhang Haoyu <zhanghy@sangfor.com> wrote:
> I download one copy of qemu-2.0.0 from http://wiki.qemu.org/Download,
> and then download another copy of qemu-2.0.0 from http://git.qemu.org/qemu.git
The latter of these is our git repository. pixman, dtc and roms are kept
in git submodules, and git will only populate those if you run
"git submodule update --init". For the release tarballs we include
the full contents including the submodules.
> I compared them, found that dtc, pixman, roms are missed in the latter.
> so If want to use qemu-2.0.1 to build my emulator,
> should I still add these external libs/sources (incorporated in the
> qemu-2.0.0 from http://wiki.qemu.org/Download) to qemu-2.0.1 to
> build the emulator?
No, just get the submodules via git if you need them. (dtc and pixman
are both optional, we will prefer system libraries if the distro you
are building on has them; if configure can't find them it will prompt
you to run the correct git command.)
thanks
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-16 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16 2:24 [Qemu-devel] [question] qemu-2.0.0 difference between download from http://wiki.qemu.org/Download and download http://git.qemu.org/qemu.git Zhang Haoyu
2014-08-16 18:01 ` Peter Maydell
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).