Home
last modified time | relevance | path

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

12345678910>>...41

/openbmc/qemu/scripts/coverity-scan/
H A DCOMPONENTS.md4 ~ .*/qemu((/include)?/hw/alpha/.*|/target/alpha/.*)
7 …~ .*/qemu((/include)?/hw/arm/.*|(/include)?/hw/.*/(arm|allwinner-a10|bcm28|digic|exynos|imx|omap|s…
10 ~ .*/qemu((/include)?/hw/avr/.*|/target/avr/.*)
13 ~ .*/qemu(/target/hexagon/.*generated.*)
16 ~ .*/qemu(/target/hexagon/.*)
19 ~ .*/qemu((/include)?/hw/hppa/.*|/target/hppa/.*)
22 ~ .*/qemu((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)
25 ~ .*/qemu((/include)?/hw/(loongarch/.*|.*/loongarch.*)|/target/loongarch/.*)
28 …~ .*/qemu((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*|(/include)?/hw/nubus/.…
31 ~ .*/qemu((/include)?/hw/microblaze/.*|/target/microblaze/.*)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py56 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
57 with open(qemu.qemurunnerlog) as f:
58 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
63 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
64 with open(qemu.qemurunnerlog) as f:
66 …ad(), regexp, "Failed to find '%s' in '%s' after running '%s'" % (regexp, qemu.qemurunnerlog, cmd))
72 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
73 with open(qemu.qemurunnerlog) as f:
75 …n, f.read(), "Failed to find '%s' in '%s' after running '%s'" % (text_in, qemu.qemurunnerlog, cmd))
80 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
[all …]
H A Duki.py59 with runqemu(image, ssh=False, launch_cmd=cmd) as qemu:
60 self.assertTrue(qemu.runner.logged, "Failed: %s" % cmd)
65 status, output = qemu.run_serial(cmd)
70 status, output = qemu.run_serial(cmd)
75 status, output = qemu.run_serial(cmd)
80 status, output = qemu.run_serial(cmd)
122 … runqemuparams='%s slirp nographic ovmf' % (runqemu_params), image_fstype='wic') as qemu:
126 status, output = qemu.run_serial(cmd)
131 status, output = qemu.run_serial(cmd)
136 status, output = qemu.run_serial(cmd)
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots.out7 (qemu) qemu-io disk0 "write -P0x11 0 1M"
10 (qemu) savevm snap0
11 (qemu) qemu-io disk0 "write -P0x22 0 512k"
14 (qemu) quit
24 (qemu) qemu-io disk0 "read -P0x11 0 1M"
27 (qemu) qemu-io disk0 "write -P0x33 512k 512k"
30 (qemu) loadvm snap0
31 (qemu) qemu-io disk0 "read -P0x11 0 1M"
34 (qemu) qemu-io disk0 "write -P0x33 63k 2k"
37 (qemu) qemu-io disk0 "read -P0x11 0 63k"
[all …]
H A Dwrite-zeroes-unmap.out7 (qemu) qemu-io none0 "write -z 0 1m"
10 (qemu) quit
17 (qemu) qemu-io none0 "write -zu 0 1m"
20 (qemu) quit
27 (qemu) qemu-io none0 "write -P 0 0 1m"
30 (qemu) quit
37 (qemu) qemu-io none0 "write -zu 0 1m"
40 (qemu) quit
47 (qemu) qemu-io none0 "write -P 0 0 1m"
50 (qemu) quit
[all …]
H A Dqemu-img-close-errors.out1 QA output created by qemu-img-close-errors
7 qemu-img commit exit code: 0
8 qemu-img bitmap --add exit code: 0
9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
10 qemu-img: Error while closing the image: Invalid argument
11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
12 qemu-img bitmap --merge exit code: 1
17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
19 qemu-img: Error while closing the image: Invalid argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D267.out8 (qemu) savevm snap0
10 (qemu) info snapshots
12 (qemu) loadvm snap0
14 (qemu) quit
22 (qemu) savevm snap0
24 (qemu) info snapshots
26 (qemu) loadvm snap0
28 (qemu) quit
33 (qemu) savevm snap0
34 (qemu) info snapshots
[all …]
H A D049.out6 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024
9 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024b
12 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1k
15 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1K
18 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1M
21 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1G
24 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1T
27 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0
30 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0b
33 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1.5k
[all …]
H A D083.out4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
36 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
40 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
[all …]
H A D186.out8 (qemu) info block
12 (qemu) quit
16 (qemu) info block
20 (qemu) quit
24 (qemu) info block
28 (qemu) quit
32 (qemu) info block
36 (qemu) quit
40 (qemu) info block
44 (qemu) quit
[all …]
H A D080.out5 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
6 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
10 qemu-io: can't open device TEST_DIR/t.qcow2: Invalid backing file offset
11 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
12 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
16 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
17 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
21 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
25 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
29 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
[all …]
H A D181.out10 (qemu) qemu-io disk "write -P 0x55 0 64k"
13 (qemu)
14 (qemu) qemu-io disk "read -P 0x55 0 64k"
23 (qemu) qemu-io disk "read -P 0x55 0 64k"
26 (qemu)
27 (qemu) qemu-io disk "write -P 0x66 1M 64k"
33 (qemu) quit
34 (qemu)
35 (qemu) quit
H A D133.out7 qemu-io: Cannot change the option 'node-name'
8 qemu-io: Cannot change the option 'node-name'
9 qemu-io: Cannot change the option 'node-name'
16 qemu-io: Cannot change the option 'driver'
17 qemu-io: Cannot change the option 'driver'
18 qemu-io: Cannot change the option 'driver'
30 qemu-io: Cannot set both -r/-w and 'read-only'
31 qemu-io: Cannot set both -r/-w and 'read-only'
32 qemu-io: Cannot set both -c and the cache options
33 qemu-io: Cannot set both -c and the cache options
[all …]
H A D068.out7 (qemu) savevm 0
8 (qemu) quit
10 (qemu) loadvm 0
11 (qemu) loadvm 0
12 (qemu) quit
18 (qemu) savevm 0
19 (qemu) quit
21 (qemu) loadvm 0
22 (qemu) loadvm 0
23 (qemu) quit
H A D233.out19 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Denied by server for…
21 qemu-nbd: Denied by server for option 5 (starttls)
24 qemu-img: Could not open 'nbd://localhost:PORT': TLS negotiation required before option 7 (go)
27 qemu-nbd: TLS negotiation required before option 3 (list)
45 qemu-img: Could not open 'driver=nbd,host=localhost,port=PORT,tls-creds=tls0': Certificate does not…
46 qemu-nbd: Certificate does not match the hostname localhost
60 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn…
61 qemu-nbd: The certificate hasn't got a known issuer
72 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio…
73 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio…
[all …]
H A D092.out5 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
6 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
7 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
8 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
12 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
13 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
14 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
15 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
19 qemu-io: can't open device TEST_DIR/t.qcow: Image too large
20 qemu-io: can't open device TEST_DIR/t.qcow: Image too large
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst20 - qemu-system-x86_64 (v5.2), from now on qemu-5.2.
21 - qemu-system-x86_64 (v5.1), from now on qemu-5.1.
26 - pc-q35-5.2 (newer one in qemu-5.2) from now on pc-5.2
27 - pc-q35-5.1 (newer one in qemu-5.1) from now on pc-5.1
40 1 - qemu-5.2 -M pc-5.2 -> migrates to -> qemu-5.2 -M pc-5.2
45 2 - qemu-5.1 -M pc-5.1 -> migrates to -> qemu-5.1 -M pc-5.1
54 we have the same QEMU version in both sides (qemu-5.2) but we are using
58 3 - qemu-5.2 -M pc-5.1 -> migrates to -> qemu-5.2 -M pc-5.1
65 4 - qemu-5.1 -M pc-5.2 -> migrates to -> qemu-5.1 -M pc-5.2
67 This combination is not possible as the qemu-5.1 doesn't understand
[all …]
H A DCPR.rst74 # qemu-kvm -monitor stdio
78 (qemu) info status
80 (qemu) migrate_set_parameter mode cpr-reboot
81 (qemu) migrate_set_capability x-ignore-shared on
82 (qemu) migrate -d file:vm.state
83 (qemu) info status
85 (qemu) quit
92 # qemu-kvm ... -incoming defer
93 (qemu) info status
95 (qemu) migrate_set_parameter mode cpr-reboot
[all …]
/openbmc/qemu/
H A D.gitmodules3 url = https://gitlab.com/qemu-project/seabios.git/
6 url = https://gitlab.com/qemu-project/SLOF.git
9 url = https://gitlab.com/qemu-project/ipxe.git
12 url = https://gitlab.com/qemu-project/openbios.git
13 [submodule "roms/qemu-palcode"]
14 path = roms/qemu-palcode
15 url = https://gitlab.com/qemu-project/qemu-palcode.git
18 url = https://gitlab.com/qemu-project/u-boot.git
21 url = https://gitlab.com/qemu-project/skiboot.git
24 url = https://gitlab.com/qemu-project/QemuMacDrivers.git
[all …]
H A D.gitpublish8 to = qemu-devel@nongnu.org
14 to = qemu-devel@nongnu.org
19 to = qemu-devel@nongnu.org
20 cc = qemu-stable@nongnu.org
25 to = qemu-devel@nongnu.org
26 cc = qemu-trivial@nongnu.org
31 to = qemu-devel@nongnu.org
32 cc = qemu-block@nongnu.org
37 to = qemu-devel@nongnu.org
38 cc = qemu-arm@nongnu.org
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-system-native_9.1.1.bb1 BPN = "qemu"
3 require qemu-native.inc
5 # As some of the files installed by qemu-native and qemu-system-native
6 # are the same, we depend on qemu-native to get the full installation set
8 DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native"
20 install -Dm 0755 ${UNPACKDIR}/powerpc_rom.bin ${D}${datadir}/qemu
22 # The following is also installed by qemu-native
23 rm -f ${D}${datadir}/qemu/trace-events-all
24 rm -rf ${D}${datadir}/qemu/keymaps
26 rm -rf ${D}${includedir}/qemu-plugin.h
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh31 echo $0: Nonexistent qemu-cmd file: $resdir/qemu-cmd
38 grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
39 . $T/qemu-cmd-settings
47 sed -e 's/^[^#].*$/'"$taskset_command"'& 2>\&1 \&/' < $resdir/qemu-cmd > $T/qemu-cmd
48 echo 'qemu_pid=$!' >> $T/qemu-cmd
49 echo 'echo $qemu_pid > $resdir/qemu-pid' >> $T/qemu-cmd
50 echo 'taskset -c -p $qemu_pid > $resdir/qemu-affinity' >> $T/qemu-cmd
57 ( . $T/qemu-cmd; wait `cat $resdir/qemu-pid`; echo $? > $resdir/qemu-retval ) &
65 echo Monitoring qemu job at pid $qemu_pid `date`
68 echo Monitoring qemu job at yet-as-unknown pid `date`
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/
H A D0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch7 on HW, e.g. swtpm not started and/or configured with qemu,
17 plat/qemu/qemu/qemu_measured_boot.c | 3 ++-
20 diff --git a/plat/qemu/qemu/qemu_measured_boot.c b/plat/qemu/qemu/qemu_measured_boot.c
22 --- a/plat/qemu/qemu/qemu_measured_boot.c
23 +++ b/plat/qemu/qemu/qemu_measured_boot.c
/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh70 if ! make "-j$(nproc)" qemu-fuzz-i386; then
77 for i in $(ldd ./qemu-fuzz-i386 | cut -f3 -d' '); do
80 rm qemu-fuzz-i386
87 make "-j$(nproc)" qemu-fuzz-i386 V=1
91 make install DESTDIR=$DEST_DIR/qemu-bundle
92 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/bin
93 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/libexec
96 targets=$(./qemu-fuzz-i386 | grep generic-fuzz | awk '$1 ~ /\*/ {print $2}')
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh185 Usage: qemu-binfmt-conf.sh [--qemu-path PATH][--debian][--systemd CPU]
187 [--persistent yes|no][--qemu-suffix SUFFIX]
190 Configure binfmt_misc to use qemu interpreter
193 --qemu-path: set path to qemu interpreter ($QEMU_PATH)
194 --qemu-suffix: add a suffix to the default interpreter name
212 sudo update-binfmts --importdir ${EXPORTDIR:-$DEBIANDIR} --import qemu-CPU
216 sudo update-binfmts --package qemu-CPU --remove qemu-CPU $QEMU_PATH
285 echo ":qemu-$cpu:M::$magic:$mask:$qemu:$flags"
289 echo "Setting $qemu as binfmt interpreter for $cpu"
294 echo "Setting $qemu as binfmt interpreter for $cpu for systemd-binfmt.service"
[all …]

12345678910>>...41