Home
last modified time | relevance | path

Searched refs:qemu (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py51 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
52 with open(qemu.qemurunnerlog) as f:
53 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
58 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
59 with open(qemu.qemurunnerlog) as f:
65 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
66 with open(qemu.qemurunnerlog) as f:
72 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
73 with open(qemu.qemurunnerlog) as f:
74 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
[all …]
H A Doverlayfs.py181 with runqemu('core-image-minimal') as qemu:
183 status, output = qemu.run_serial("systemctl status my-application")
187 status, output = qemu.run_serial("systemctl list-dependencies my-application")
190 status, output = qemu.run_serial("systemctl list-dependencies overlayfs-user-overlays")
196 status, output = qemu.run_serial("/bin/mount -t tmpfs,overlay")
374 with runqemu('core-image-minimal', image_fstype='wic') as qemu:
375 status, output = qemu.run_serial("/bin/mount")
426 with runqemu('core-image-minimal', image_fstype='wic', discard_writes=False) as qemu:
427 status, output = qemu.run_serial("/bin/mount")
435 status, output = qemu.run_serial("touch " + testFile)
[all …]
H A Dglibc.py64 qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic"))
67 status, _ = qemu.run("uname")
71 if qemu.run("mkdir -p \"{0}\"".format(tmpdir))[0] != 0:
73 …,port={0},udp,mountport={1} \"{2}:{3}\" \"{3}\"".format(nfsport, mountport, qemu.server_ip, tmpdir)
74 status, output = qemu.run(mountcmd)
78 self.run_check(ssh = qemu.ip)
H A Dpackage.py124 def gdbtest(qemu, binary): argument
129 status, output = qemu.run_serial('/usr/bin/gdb.sh %s' % binary, timeout=60)
143 with runqemu('core-image-minimal') as qemu:
148 if not gdbtest(qemu, binary):
158 def check_ownership(qemu, gid, uid, path): argument
160 status, output = qemu.run_serial(r'/bin/stat -c "%U %G" ' + path, timeout=60)
167 with runqemu('core-image-minimal') as qemu:
172 if not check_ownership(qemu, "test", "test", path):
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Demulator.py9 self.qemu = None
77 self.qemu = pexpect.spawn(qemu_cmd[0], qemu_cmd[1:],
83 self.qemu.logfile_read = self.logfile
90 index = self.qemu.expect(["buildroot login:", pexpect.TIMEOUT],
96 self.qemu.sendline("root")
98 self.qemu.expect("Password:")
99 self.qemu.sendline(password)
100 index = self.qemu.expect(["# ", pexpect.TIMEOUT])
110 self.qemu.sendline(cmd)
113 self.qemu.expect("# ", timeout=timeout)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu-system-native_6.2.0.bb1 BPN = "qemu"
5 require qemu-native.inc
7 # As some of the files installed by qemu-native and qemu-system-native
8 # are the same, we depend on qemu-native to get the full installation set
10 DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native meson-native ninja-na…
22 install -Dm 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu
24 # The following is also installed by qemu-native
25 rm -f ${D}${datadir}/qemu/trace-events-all
26 rm -rf ${D}${datadir}/qemu/keymaps
28 rm -rf ${D}${includedir}/qemu-plugin.h
[all …]
H A Dqemu-helper-native_1.0.bb3 RDEPENDS:${PN} = "qemu-system-native"
10 file://qemu-oe-bridge-helper.c \
19 ${CC} ${CFLAGS} ${LDFLAGS} -Wall qemu-oe-bridge-helper.c -o qemu-oe-bridge-helper
25 install qemu-oe-bridge-helper ${D}${bindir}/
28 DEPENDS += "qemu-system-native"
H A Dqemuwrapper-cross_1.0.bb2 HOMEPAGE = "http://qemu.org"
7 DEPENDS += "qemu-native"
9 inherit qemu
21 # Wrapper script to run binaries under qemu user-mode emulation
24 if [ ${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d)} = False -a "${P…
25 echo "qemuwrapper: qemu usermode is not supported"
/OK3568_Linux_fs/buildroot/package/libvirt/
H A Dlibvirt.mk236 LIBVIRT_CONF_OPTS += -Ddriver_qemu=enabled -Dqemu_user=qemu -Dqemu_group=kvm
266 /var/lib/libvirt/qemu d 751 qemu kvm - - - - -
267 /var/lib/libvirt/qemu/autostart d 700 root root - - - - -
268 /var/lib/libvirt/qemu/networks d 700 root root - - - - -
269 /var/lib/libvirt/qemu/networks/autostart d 700 root root - - - - -
270 /var/lib/libvirt/qemu/channel d 755 qemu kvm - - - - -
271 /var/lib/libvirt/qemu/channel/target d 755 qemu kvm - - - - -
272 /var/lib/libvirt/qemu/dump d 755 qemu kvm - - - - -
273 /var/lib/libvirt/qemu/nvram d 755 qemu kvm - - - - -
274 /var/lib/libvirt/qemu/save d 755 qemu kvm - - - - -
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-net-tulip-Restrict-DMA-engine-to-memories.patch15 #0 0x5595435f6078 in tulip_xmit_list_update qemu/hw/net/tulip.c:673
16 #1 0x5595435f204a in tulip_write qemu/hw/net/tulip.c:805:13
17 #2 0x559544637f86 in memory_region_write_accessor qemu/softmmu/memory.c:492:5
18 #3 0x5595446379fa in access_with_adjusted_size qemu/softmmu/memory.c:554:18
19 #4 0x5595446372fa in memory_region_dispatch_write qemu/softmmu/memory.c
20 #5 0x55954468b74c in flatview_write_continue qemu/softmmu/physmem.c:2825:23
21 #6 0x559544683662 in flatview_write qemu/softmmu/physmem.c:2867:12
22 #7 0x5595446833f3 in address_space_write qemu/softmmu/physmem.c:2963:18
23 #8 0x5595435fb082 in dma_memory_rw_relaxed qemu/include/sysemu/dma.h:87:12
24 #9 0x5595435fb082 in dma_memory_rw qemu/include/sysemu/dma.h:130:12
[all …]
H A Dpvrdma.patch13 Upstream-Status: Submitted [https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg05197.html]
15 Index: qemu-6.2.0/hw/rdma/vmw/pvrdma_cmd.c
17 --- qemu-6.2.0.orig/hw/rdma/vmw/pvrdma_cmd.c
18 +++ qemu-6.2.0/hw/rdma/vmw/pvrdma_cmd.c
32 Index: qemu-6.2.0/hw/rdma/vmw/pvrdma_main.c
34 --- qemu-6.2.0.orig/hw/rdma/vmw/pvrdma_main.c
35 +++ qemu-6.2.0/hw/rdma/vmw/pvrdma_main.c
H A D0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch4 Subject: [PATCH] qemu: Add addition environment space to boot loader
5 qemu-system-mips
11 accept longer strings such as 1024 bytes, but the qemu boot loader defaulted
21 Index: qemu-6.0.0/hw/mips/malta.c
23 --- qemu-6.0.0.orig/hw/mips/malta.c
24 +++ qemu-6.0.0/hw/mips/malta.c
H A D0001-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch12 Upstream-Status: Submitted [https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg05298.html]
28 +#include "qemu/osdep.h"
42 -#include "qemu/osdep.h"
43 #include "qemu/mmap-alloc.h"
44 #include "qemu/host-utils.h"
45 #include "qemu/cutils.h"
H A D0001-qemu-Do-not-include-file-if-not-exists.patch4 Subject: [PATCH] qemu: Do not include file if not exists
9 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg07188.html]
18 Index: qemu-6.0.0/linux-user/syscall.c
20 --- qemu-6.0.0.orig/linux-user/syscall.c
21 +++ qemu-6.0.0/linux-user/syscall.c
/OK3568_Linux_fs/buildroot/package/xen/
H A D0002-Fix-build-with-64-bits-time_t.patch24 Fixes: https://gitlab.com/qemu-project/qemu/-/issues/246
28 [Retrieved (and updated for qemu-xen) from:
29 https://github.com/qemu/qemu/commit/f7a6df5f5bf3acc219352a1b25573ae2082d7e42]
36 diff --git a/tools/qemu-xen/contrib/vhost-user-input/main.c b/tools/qemu-xen/contrib/vhost-user-inp…
38 --- a/tools/qemu-xen/contrib/vhost-user-input/main.c
39 +++ b/tools/qemu-xen/contrib/vhost-user-input/main.c
41 #include "qemu/osdep.h"
47 #include "qemu/iov.h"
48 #include "qemu/bswap.h"
49 #include "qemu/sockets.h"
[all …]
H A D0001-9pfs-include-linux-limits.h-for-XATTR_SIZE_MAX.patch27 tools/qemu-xen/hw/9pfs/9p.c | 1 +
30 diff --git a/tools/qemu-xen/hw/9pfs/9p.c b/tools/qemu-xen/hw/9pfs/9p.c
32 --- a/tools/qemu-xen/hw/9pfs/9p.c
33 +++ b/tools/qemu-xen/hw/9pfs/9p.c
36 #include "qemu/osdep.h"
41 #include "qemu/error-report.h"
/OK3568_Linux_fs/u-boot/board/emulation/qemu-x86/
H A DMAINTAINERS4 F: board/emulation/qemu-x86/
5 F: include/configs/qemu-x86.h
6 F: configs/qemu-x86_defconfig
7 F: configs/qemu-x86_efi_payload32_defconfig
8 F: configs/qemu-x86_efi_payload64_defconfig
13 F: board/emulation/qemu-x86/
14 F: include/configs/qemu-x86.h
15 F: configs/qemu-x86_64_defconfig
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Using-native-binaries.patch20 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
28 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
40 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
48 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
56 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
64 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
72 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
/OK3568_Linux_fs/buildroot/configs/
H A Dqemu_arm_vexpress_tz_defconfig8 BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/arm-vexpress-tz/post-build.sh"
27 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/qemu/arm-vexpress-tz/linux.fragment"
33 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="qemu"
51 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
60 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/qemu/arm-vexpress-tz/u-boot.config"
62 # host-qemu for gitlab testing
H A Dqemu_x86_defconfig13 BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86/post-build.sh"
16 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
27 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux.config"
29 # host-qemu for gitlab testing
H A Dqemu_x86_64_defconfig12 BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh"
15 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
26 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
29 # host-qemu for gitlab testing
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0003-v8-qemu-wrapper.patch4 Subject: [PATCH] v8: qemu wrapper
27 + "./v8-qemu-wrapper.sh",
39 + "./v8-qemu-wrapper.sh",
47 + "./v8-qemu-wrapper.sh",
55 + "./v8-qemu-wrapper.sh",
63 + "./v8-qemu-wrapper.sh",
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch4 Subject: [PATCH 1/2] ARM: qemu related workarounds in cpu features detection
13 …penembedded/tree/meta-oe/recipes-graphics/xorg-lib/pixman-0.26.2/0001-ARM-qemu-related-workarounds…
16 Upstream-Status: Inappropriate [other] qemu fix
38 + * userspace qemu, we see /proc/self/auxv from the host system. To make
45 + * endian 64-bit host system running qemu and may theoretically fail).
95 + * running under qemu. Let's use machine type from "uname" for
97 + * http://www.mail-archive.com/qemu-devel at nongnu.org/msg22212.html
107 + hwcap |= ARM_HWCAP_VFP; /* qemu is supposed to emulate vfp */
108 + hwcap |= ARM_HWCAP_NEON; /* qemu is supposed to emulate neon */
113 + hwcap |= ARM_HWCAP_VFP; /* qemu is supposed to emulate vfp */
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dno-static-libs.inc3 # qemu aborts on unrecognised option
4 DISABLE_STATIC:pn-qemu = ""
5 DISABLE_STATIC:pn-qemu-native = ""
6 DISABLE_STATIC:pn-nativesdk-qemu = ""
7 DISABLE_STATIC:pn-qemu-system-native = ""
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dqemuboot.bbclass5 # QB_SYSTEM_NAME: qemu name, e.g., "qemu-system-i386"
7 # QB_OPT_APPEND: options to append to qemu, e.g., "-device usb-mouse"
16 # QB_MACHINE: qemu machine, e.g., "-machine virt"
18 # QB_CPU: qemu cpu, e.g., "-cpu qemu32"
23 # QB_SMP: amount of CPU cores inside qemu guest, each mapped to a thread on the host,
29 # QB_DTB: qemu dtb name
31 # QB_AUDIO_DRV: qemu audio driver, e.g., "alsa", set it when support audio
33 # QB_AUDIO_OPT: qemu audio option, e.g., "-device AC97", used
58 # QB_CMDLINE_IP_SLIRP: If QB_NETWORK_DEVICE adds more than one network interface to qemu, usually t…
64 # address of the qemu guest by runqemu.
[all …]

12345678910>>...19