Merge pull request #5605 from Rmys/master

qemu
This commit is contained in:
Rmys
2018-08-31 22:47:54 +03:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ def printfancy(msg):
print
def setup():
shelltools.system("sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c")
# disable fdt until dtc is in repo
# pisitools.dosed("configure", 'fdt="yes"', 'fdt="no"')
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Userspace virtual machine and processor emulator</Summary>
<Description>QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU.</Description>
<Archive sha1sum="a5602f2ddb51d61b4c0e618b779fdb0dbdc9cc1f" type="tarbz2">http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2</Archive>
<Archive sha1sum="9c3a64884bcf8525010be62bdb2cf62f4e5abe1f" type="tarbz2">http://wiki.qemu-project.org/download/qemu-2.11.1.tar.bz2</Archive>
<!--
<AdditionalFiles>
<AdditionalFile target="kernel/include/linux/kvm.h">kvm-2.6.32-16.h</AdditionalFile>
@@ -106,6 +106,13 @@
</Package>-->
<History>
<Update release="4">
<Date>2018-08-31</Date>
<Version>2.11.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>2.8.0</Version>