summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20ASan-related hack to speedup aarch64 builds.sandbox/chanleebf/aarch64_fixMaxim Ostapenko1-0/+30
Switch off memory pages checks in qemu if memory regions are mapped by ASan Change-Id: I8233802ee35db00c799f5645072b8014f823b5c6 Signed-off-by: Maxim Ostapenko <m.ostapenko@samsung.com>
2016-11-08Use different names for qemu-user binary:Pavel Kopyl1-0/+43
1. qemu-linux-user-x86_64-cross for 64-bit. 2. qemu-linux-user-x86-cross for 32-bit. Also keep binaries with old names. Change-Id: Ib2487b82c57189942e0925427cb2144dc8817dec Signed-off-by: Pavel Kopyl <p.kopyl@samsung.com>
2016-08-22binfmt: translate symbolic links correctly with realpathsubmit/tizen_base/20160909.055201Julien Isorce1-2/+13
Change-Id: Ic0eeac9de40a8e1082c83b442829ac28f68bff04 Signed-off-by: Julien Isorce <j.isorce@samsung.com> Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
2016-07-29Revert "binfmt: translate symbolic file links before checking /emul"SoonKyu Park1-15/+2
This reverts commit 74aac7e91f90770fc18a480bd881b92127ff2b50.
2016-05-10binfmt: translate symbolic file links before checking /emulJulien Isorce1-2/+15
Change-Id: Iba6965e166978849e6a00fe38088fdc44aad5e96 Signed-off-by: Julien Isorce <j.isorce@samsung.com>
2016-02-22Merge "Keep working binfmt on Runscripts" into tizen_baseYonghee Han1-6/+13
2016-02-19Modify spec file to build qemu package in Tools:qemu project and aggregate ↵SoonKyu Park2-1/+4
it to use it Change-Id: Id2db3f863d1d3fcdb57f841b69c3acda94e32cef
2016-02-05Keep working binfmt on RunscriptsVyacheslav Barinov1-6/+13
Now the binary format setup will not be overwritten if it matches with the one needed for build. This change will prevent build failures caused by race condition during "Runscripts:" phase of the package for host setups with single Linux kernel and multiple Tizen buildroots for single architecture. Change-Id: I66a9b1319fc951d6b392533207373c69af12d2cb Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
2016-01-11mount binfmt_misc if neededsubmit/tizen_base/20160118.070612accepted/tizen/base/20160119.051919Yury Usishchev1-0/+2
Change-Id: Iead1a06555abcd46e348a62213386e6b4b5ace44
2016-01-11Remove redundant filesYury Usishchev3-395/+0
These files were imported from OpenSUSE OBS with this package and are no longer used. Change-Id: Ifd063afa1cccc7145f798f68ffd95bda476ef9a4
2016-01-11Add compatibility symlinksYury Usishchev1-2/+14
Symlinks to qemu binaries placed in directories where they are searched by common non-Tizen binfmt_misc configurations (eq. in Ubuntu). Change-Id: I6b8602736926dba24a7ffbc70c91222ec3ba5cc8
2016-01-11Update baselibs for Tizen:Yury Usishchev1-5/+10
1. Rename exported binary, now binaries with identical names are installed in all builroots with acceleration 2. Set binfmt from postinstall script. This fixes wrong binfmt installed in OBS environment and allows us to run build on systems with different binfmt installed Change-Id: I0fb82b261b61f2246447de4f6dd382e9996a3932
2016-01-11binfmt: use binaries from /emulYury Usishchev1-15/+1
This allows removing hardcoded architecture-dependent paths from qemu-accel package. Also allows using symlinks for qemu-*-binfmt as path don't depend on binary name now. Change-Id: I92b9bc6df477ef925c761045d5307aca8cc1b2d4
2015-12-31remove dependency to pwdutilsHEADsubmit/tizen_common/20160113.121553submit/tizen_common/20160104.112601submit/tizen_base/20151231.021714submit/tizen/20151231.014120accepted/tizen/common/20160118.121359accepted/tizen/common/20160107.114101accepted/tizen/base/20151231.074252tizenaccepted/tizen_commonJongwoo Chae1-2/+2
Change-Id: Ic74232f69e1f424628318e478eff83917b1a4e1d
2015-12-18Fixing multi-thread lock with edje_ccsubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_base/20151223.111112submit/tizen/20151218.021741accepted/tizen/wearable/20151218.044334accepted/tizen/tv/20151218.044331accepted/tizen/mobile/20151218.044350accepted/tizen/base/20151223.052401accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileJongwoo Chae1-1/+1
Change-Id: I48a2236de35beb5d5f63c1d585aad8629cb9d93b
2015-12-10remove dependencies not essential for build processsubmit/tizen/20151210.084212accepted/tizen/wearable/20151210.230356accepted/tizen/tv/20151210.230330accepted/tizen/mobile/20151210.230309Jongwoo Chae1-11/+6
Change-Id: Id8c1a48311e6d3a4d5bc210154d00dad951379c4
2015-12-10remove dependencies not essential for build processJongwoo Chae1-4/+3
Change-Id: I8f8a481a6bd0477875b1a29f580445e6eb815a4e
2015-12-09remove dependency to SDLJongwoo Chae1-3/+3
Change-Id: I56ca7e23968a8fc80fbf3390f9c730d0fdb31c9f
2015-12-08Revert "Revert "linux-user: Run multi-threaded code on a single core""Jong-Woo Chae1-0/+9
This reverts commit a82e4a19e88da9bccb1fb539f66298a7e3b8cac6. This revert commit harms stability of GBS build and may cause hang in OBS build. Change-Id: I017d6accb0bcc7b2b2df662590ed05b81b82f28c
2015-12-02Revert "linux-user: Run multi-threaded code on a single core"submit/tizen/20151202.111149accepted/tizen/wearable/20151202.230432accepted/tizen/tv/20151202.230412accepted/tizen/mobile/20151202.230359Jongwoo Chae1-9/+0
This reverts commit 0bcc4adb9792b7a446494b6494e13a0d109eb45a. Change-Id: I8e382f6eae453dbabb3be20df5568db31a013734 Signed-off-by: Jongwoo Chae <jongwoo.chae@samsung.com>
2015-02-16Fix emulation of splice syscalltizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150227.104204submit/tizen_tv/20150319.052230submit/tizen_mobile/20150319.052340submit/tizen_common/20150223.083300submit/tizen_3.0.2014.q4_common/20150224.000000submit/tizen/20151208.013156accepted/tizen/wearable/20151208.124740accepted/tizen/wearable/20150227.104320accepted/tizen/tv/20151208.124730accepted/tizen/tv/20150319.091859accepted/tizen/mobile/20151208.124709accepted/tizen/mobile/20150319.092022accepted/tizen/common/20150223.141054accepted/tizen/3.0.2014.q4/common/20150224.150711tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonaccepted/tizen_3.0.2014.q4_commonAndreas Schwab1-3/+13
The second and fourth argument are in/out parameters, store them back after the syscall. Also, the fourth argument was mishandled, and EFAULT handling was missing. Change-Id: I625ecd4dc3e53b8025585727439f1112c38d1758 Patch-Url: https://www.mail-archive.com/qemu-devel@nongnu.org/msg277687.html Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-12-17Force pread64/pwrite64 to return 0 for zero-length buffersubmit/tizen_wearable/20150204.011455submit/tizen_wearable/20150202.034712submit/tizen_tv/20150204.012408submit/tizen_mobile/20150204.011944submit/tizen_mobile/20150129.000000submit/tizen_ivi/20150206.082313submit/tizen_common/20150224.160311submit/tizen_common/20150127.143638submit/tizen_3.0.2014.q4_common/20150224.132718accepted/tizen/wearable/20150204.014315accepted/tizen/tv/20150206.074811accepted/tizen/mobile/20150205.042645accepted/tizen/common/20150127.151335accepted/tizen/3.0.2014.q4/common/20150224.133827Ilya Palachev1-0/+8
According to official standard POSIX.1-2001. pread64 and pwrite64 should return 0 for zero-length buffers as mentioned at http://pubs.opengroup.org/onlinepubs/009695399/functions/read.html http://pubs.opengroup.org/onlinepubs/009695399/functions/write.html Change-Id: Icd66ea29658329fbd5e6461d1def0c78c81d2671 Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
2014-12-10Bump version to 2.2.0tizen_3.0_ivi_releasesubmit/tizen_mobile/20141216.000000submit/tizen_ivi/20141225.222222submit/tizen/20141211.020343accepted/tizen/wearable/20141215.104507accepted/tizen/tv/20141215.043801accepted/tizen/mobile/20141216.080429accepted/tizen/ivi/20141225.103520accepted/tizen/common/20141211.094501tizen_3.0_iviaccepted/tizen_iviaccepted/tizen_3.0_iviYury Usishchev1-1/+1
2014-12-10Added compatibility link /usr/bin/qemu-arm64-binfmtIlya Palachev1-0/+1
Change-Id: Iea5fef506730b3cb66de0d3317986e9a2986b723 Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
2014-12-10Added compatibility link /usr/bin/qemu-arm64Vyacheslav Barinov1-0/+2
Change-Id: Ia866ea808806ce4b49d64522c3d2f299d49a32be Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
2014-12-10Enabling aarch64 cross-arm packageVyacheslav Barinov1-1/+2
Change-Id: I75487486c632fb377032ab3f7167cd4c01bfc20c Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
2014-12-10packaging: add qemu-ppc64le to the list of packaged filesIlya Palachev1-0/+1
Otherwise the build fails at the execution of the %packagind section: [ 662s] error: Installed (but unpackaged) file(s) found: [ 662s] /usr/bin/qemu-ppc64le Change-Id: Iae46712a3a94893e99516972d5163a83897bb41b Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
2014-12-10packaging: add packaging spec filesChanho Park8-0/+657
This patch adds packaging files to build with GBS and rpmbuild. Change-Id: I1cb93997635a28b91a489dbe77d306e6ac684581 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-12-10enable 32 bit qemu for Tizen.Junfeng Dong1-0/+2
Change-Id: I75ecb5ef6952d1083c030f5e48ba2a24e4d6f4a1 Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
2014-12-10virtfs-proxy-helper.c: fix compile errorSteven Noonan1-1/+1
This is caused by a linux/xattr.h and sys/xattr.h incompatibility: In file included from /home/snoonan/Development/qemu/include/qemu/xattr.h:27:0, from fsdev/virtfs-proxy-helper.c:25: /usr/include/sys/xattr.h:31:3: error: expected identifier before numeric constant XATTR_CREATE = 1, /* set value, fail if attr already exists. */ ^ /home/snoonan/Development/qemu/qemu/rules.mak:25: recipe for target 'fsdev/virtfs-proxy-helper.o' failed Moving the include around resolves it. Change-Id: I8242070c18a511e62877d57564a7ad754a8f14c8 Signed-off-by: Steven Noonan <snoonan@amazon.com> Cc: Anthony Liguori <aliguori@amazon.com>
2014-12-10qtest: Increase socket timeoutAndreas Färber1-1/+1
Change from 5 to 15 seconds. Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10configure: Enable PIE for ppc and ppc64 hostsDinar Valeev1-1/+1
Signed-off-by: Dinar Valeev <dvaleev@suse.com> [AF: Rebased for v1.7] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10virtfs-proxy-helper: Provide __u64 for broken sys/capability.hBruce Rogers1-0/+7
Fixes the build on SLE 11 SP2. [AF: Extend to ppc64]
2014-12-10linux-user: lseek: explicitly cast non-set offsets to signedAlexander Graf1-2/+7
When doing lseek, SEEK_SET indicates that the offset is an unsigned variable. Other seek types have parameters that can be negative. When converting from 32bit to 64bit parameters, we need to take this into account and enable SEEK_END and SEEK_CUR to be negative, while SEEK_SET stays absolute positioned which we need to maintain as unsigned. Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10Make char muxer more robust wrt small FIFOsAlexander Graf1-0/+16
Virtio-Console can only process one character at a time. Using it on S390 gave me strage "lags" where I got the character I pressed before when pressing one. So I typed in "abc" and only received "a", then pressed "d" but the guest received "b" and so on. While the stdio driver calls a poll function that just processes on its queue in case virtio-console can't take multiple characters at once, the muxer does not have such callbacks, so it can't empty its queue. To work around that limitation, I introduced a new timer that only gets active when the guest can not receive any more characters. In that case it polls again after a while to check if the guest is now receiving input. This patch fixes input when using -nographic on s390 for me.
2014-12-10console: add question-mark escape operatorAlexander Graf1-1/+1
Some termcaps (found using SLES11SP1) use [? sequences. According to man console_codes (http://linux.die.net/man/4/console_codes) the question mark is a nop and should simply be ignored. This patch does exactly that, rendering screen output readable when outputting guest serial consoles to the graphical console emulator. Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10Legacy Patch kvm-qemu-preXX-report-default-mac-used.patchAlexander Graf1-0/+22
2014-12-10Legacy Patch kvm-qemu-preXX-dictzip3.patchAlexander Graf1-2/+11
2014-12-10block: Add tar container formatAlexander Graf2-0/+387
Tar is a very widely used format to store data in. Sometimes people even put virtual machine images in there. So it makes sense for qemu to be able to read from tar files. I implemented a written from scratch reader that also knows about the GNU sparse format, which is what pigz creates. This version checks for filenames that end on well-known extensions. The logic could be changed to search for filenames given on the command line, but that would require changes to more parts of qemu. The tar reader in conjunctiuon with dzip gives us the chance to download tar'ed up virtual machine images (even via http) and instantly make use of them. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Bruce Rogers <brogers@novell.com> Signed-off-by: Andreas Färber <afaerber@suse.de> [TH: Use bdrv_open options instead of filename] Signed-off-by: Tim Hardeck <thardeck@suse.de> [AF: bdrv_file_open got an Error **errp argument, bdrv_delete -> brd_unref] [AF: qemu_opts_create_nofail() -> qemu_opts_create(), bdrv_file_open() -> bdrv_open(), based on work by brogers] [AF: error_is_set() dropped for v2.1.0-rc0] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10block: Add support for DictZip enabled gzip filesAlexander Graf2-0/+597
DictZip is an extension to the gzip format that allows random seeks in gzip compressed files by cutting the file into pieces and storing the piece offsets in the "extra" header of the gzip format. Thanks to that extension, we can use gzip compressed files as block backend, though only in read mode. This makes a lot of sense when stacked with tar files that can then be shipped to VM users. If a VM image is inside a tar file that is inside a DictZip enabled gzip file, the user can run the tar.gz file as is without having to extract the image first. Tar patch follows. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Bruce Rogers <brogers@novell.com> Signed-off-by: Andreas Färber <afaerber@suse.de> [TH: Use bdrv_open options instead of filename] Signed-off-by: Tim Hardeck <thardeck@suse.de> [AF: Error **errp added for bdrv_file_open, bdrv_delete -> bdrv_unref] [AF: qemu_opts_create_nofail() -> qemu_opts_create(), bdrv_file_open() -> bdrv_open(), based on work by brogers] [AF: error_is_set() dropped for v2.1.0-rc0] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10linux-user: use target_ulongAlexander Graf2-8/+8
Linux syscalls pass pointers or data length or other information of that sort to the kernel. This is all stuff you don't want to have sign extended. Otherwise a host 64bit variable parameter with a size parameter will extend it to a negative number, breaking lseek for example. Pass syscall arguments as ulong always. Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10linux-user: add more blk ioctlsAlexander Graf3-0/+27
Implement a few more ioctls that operate on block devices. Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10vnc: password-file= and incoming-connections=Andreas Färber1-0/+71
TBD (from SUSE Studio team)
2014-12-10slirp: -nooutgoingAndreas Färber4-0/+40
TBD (from SUSE Studio team)
2014-12-10linux-user: XXX disable fiemapAlexander Graf1-0/+5
agraf: fiemap breaks in libarchive. Disable it for now.
2014-12-10linux-user: implement FS_IOC_SETFLAGS ioctlAlexander Graf2-0/+2
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10linux-user: implement FS_IOC_GETFLAGS ioctlAlexander Graf2-0/+3
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-12-10linux-user: Fake /proc/cpuinfoAlexander Graf1-0/+20
Fedora 17 for ARM reads /proc/cpuinfo and fails if it doesn't contain ARM related contents. This patch implements a quick hack to expose real /proc/cpuinfo data taken from a real world machine. The real fix would be to generate at least the flags automatically based on the selected CPU. Please do not submit this patch upstream until this has happened. Signed-off-by: Alexander Graf <agraf@suse.de> [AF: Rebased for v1.6 and v1.7] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10linux-user: lock tb flushing tooAlexander Graf1-2/+18
Signed-off-by: Alexander Graf <agraf@suse.de> [AF: Rebased onto exec.c/translate-all.c split for 1.4] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10linux-user: Run multi-threaded code on a single coreAlexander Graf1-0/+9
Running multi-threaded code can easily expose some of the fundamental breakages in QEMU's design. It's just not a well supported scenario. So if we pin the whole process to a single host CPU, we guarantee that we will never have concurrent memory access actually happen. We can still get scheduled away at any time, so it's no complete guarantee, but apparently it reduces the odds well enough to get my test cases to pass. This gets Java 1.7 working for me again on my test box. Signed-off-by: Alexander Graf <agraf@suse.de>