Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze root_image/libraw1394
+REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze root_image/libraw1394 root_image/qemu
ifeq ($(shell head -1 /etc/redhat-release), Fedora release 13 (Goddard))
FC13 = 1
ifeq ($(shell head -1 /etc/redhat-release), Fedora release 13 (Goddard))
FC13 = 1
GIT_URL=git://git.kernel.org/pub/scm/libs/ieee1394/
$(eval $(call GIT_REPO,libraw1394.git,root_image/libraw1394))
GIT_URL=git://git.kernel.org/pub/scm/libs/ieee1394/
$(eval $(call GIT_REPO,libraw1394.git,root_image/libraw1394))
+GIT_URL=git://git.qemu.org/
+$(eval $(call GIT_REPO,qemu.git,root_image/qemu))
+