Home
last modified time | relevance | path

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

12

/xen/tools/
A DMakefile89 rm -rf qemu-xen-traditional-dir qemu-xen-traditional-dir-remote
90 rm -rf qemu-xen-dir qemu-xen-dir-remote qemu-xen-build
157 qemu-xen-traditional-dir-force-update: qemu-xen-traditional-dir-find
172 subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find
182 subdir-install-qemu-xen-traditional-dir: subdir-all-qemu-xen-traditional-dir
194 qemu-xen-dir-find:
203 qemu-xen-dir-force-update: qemu-xen-dir-find
217 subdir-all-qemu-xen-dir: qemu-xen-dir-find
225 cd qemu-xen-build; \
290 subdir-install-qemu-xen-dir: subdir-all-qemu-xen-dir
[all …]
A Dconfigure.ac120 AC_ARG_ENABLE([qemu-traditional],
121 AS_HELP_STRING([--enable-qemu-traditional],
143 … [Enable ROMBIOS, (DEFAULT is on if qemu-traditional is enabled, otherwise off)]),,[
153 dnl for us above when checking if we should build with qemu-traditional.
165 AC_ARG_WITH([system-qemu],
166 AS_HELP_STRING([--with-system-qemu@<:@=PATH@:>@],
167 [Use system supplied qemu PATH or qemu (taken from $PATH) as qemu-xen
171 qemu_xen=n ; qemu_xen_path="qemu-system-i386"
189 qemu_xen_path="$LIBEXEC_BIN/qemu-system-i386"
277 [List of additional configure options for upstream qemu]),[
[all …]
/xen/tools/misc/
A Dmktarball38 cd $xen_root/tools/qemu-xen-dir-remote
41 scripts/archive-source.sh $tdir/xen-$desc/tools/qemu-xen.tar
43 mkdir qemu-xen
44 tar <qemu-xen.tar Cxf qemu-xen -
45 rm qemu-xen.tar
48 git_archive_into $xen_root/tools/qemu-xen-traditional-dir-remote $tdir/xen-$desc/tools/qemu-xen-tra…
/xen/automation/gitlab-ci/
A Dtest.yaml25 qemu-smoke-x86-64-gcc:
31 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log
47 qemu-smoke-x86-64-clang:
53 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log
69 qemu-smoke-x86-64-gcc-pvh:
75 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log
91 qemu-smoke-x86-64-clang-pvh:
97 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log
/xen/docs/misc/
A Dqemu-backends.txt1 In order to know whether qemu supports a specific backend type libxl
4 As each qemu instance owns a path (named $QEMU from now on) in
6 from the domain id where the qemu instance is running $BACKEND_DOM,
7 and the domain id of the target domain of the qemu process $DOMID:
11 Before signalling qemu is running by writing "running" to $QEMU/state
12 qemu will create a Xenstore node for each supported backend under
14 for the qdisk backend). In case qemu is running de-privileged (not as
15 user root) the backend nodes must be written before qemu is dropping
A Dstubdom.txt30 qemu-traditional running in MiniOS stubdomain. The protocol include
31 expectations of both qemu and stubdomain itself.
47 - stubdomain's console 0 is connected to qemu log file
48 - stubdomain's console 1 is connected to qemu save file (for saving state)
49 - stubdomain's console 2 is connected to qemu save file (for restoring state)
82 qemu-upstream running in Linux stubdomain. The protocol include
83 expectations of both stubdomain, and qemu.
101 - stubdomain's console 0 is connected to qemu log file
102 - stubdomain's console 1 is connected to qemu save file (for saving state)
103 - stubdomain's console 2 is connected to qemu save file (for restoring state)
[all …]
A Dconsole.txt12 console backends (qemu and xenconsoled, see limitations below) and
66 * output: an identifier only meaningful for qemu/xenconsoled
92 where chardev:<some internal identifier> matches a qemu character device
93 configured on the qemu command-line.
106 Emulated serials are provided by qemu-dm only to hvm guests; the number
108 are given to qemu. The output of a serial is specified as argument to
109 the -serial command line option to qemu. Qemu writes the tty name to
136 When using stubdoms the serial cards are still emulated by qemu (this
138 output goes is still specified using qemu command line options.
A Dhvm-emulated-unplug.pandoc48 messages to qemu which will be logged to wherever qemu's logs go
49 (`/var/log/xen/qemu-dm.log` on normal Xen, dom0 syslog on XenServer).
61 The blacklist is, from qemu's point of view, handled mostly through
81 unconditionally. The corresponding code in qemu-xen-traditional did an
/xen/docs/process/
A Dbranching-checklist.txt4 * make branch in qemu-iwj.git
9 cd ~/git/qemu-xen.git
12 cd ~/git/qemu-xen-traditional.git
47 OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect
53 OSSTEST_CONFIG=production-config-cambridge ./mg-branch-setup qemu-upstream-$v-testing bisect
56 ie add both eg qemu-upstream-4.2-testing and xen-4.2-testing to BRANCHES in cr-for-branches
64 cp qemu-xen--master.patchbot-reported-heads qemu-xen--stable-$v.patchbot-reported-heads
65 cp qemu-xen--staging.patchbot-reported-heads qemu-xen--staging-$v.patchbot-reported-heads
66 …cp qemu-xen-traditional--master.patchbot-reported-heads qemu-xen-traditional--stable-$v.patchbot-r…
74 Ensure references to qemu trees in xen.git's Config.mk are updated.
A Drelease-technician-checklist.txt35 git-push xenbits.xen.org:/home/xen/git/qemu-xen-traditional.git $s:stable-$x xen-$v
43 * Also tag upstream qemu tree (Stefano)
46 git tag -u 'xen tree' -s -m "Xen $r$rc" qemu-xen-$v
47 git push osstest@xenbits.xen.org:/home/xen/git/qemu-xen.git qemu-xen-$v
/xen/tools/hotplug/Linux/systemd/
A Dxen-qemu-dom0-disk-backend.service.in2 Description=qemu for xen dom0 disk backend
11 PIDFile=@XEN_RUN_DIR@/qemu-dom0.pid
18 -pidfile @XEN_RUN_DIR@/qemu-dom0.pid
A DMakefile11 XEN_SYSTEMD_SERVICE += xen-qemu-dom0-disk-backend.service
/xen/
A DConfig.mk216 QEMU_UPSTREAM_INTREE ?= $(XEN_ROOT)/tools/qemu-xen
217 QEMU_TRADITIONAL_INTREE ?= $(XEN_ROOT)/tools/qemu-xen-traditional
236 QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-xen.git
237 QEMU_TRADITIONAL_URL ?= http://xenbits.xen.org/git-http/qemu-xen-traditional.git
242 QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-xen.git
243 QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
248 QEMU_UPSTREAM_REVISION ?= qemu-xen-4.14.1
A DINSTALL93 additional tools such as qemu. This is done with either the native git
121 Build the old qemu used by xm/xend. This is required if existing domUs
124 upstream qemu during initial start it is safe to disable this option.
125 The old qemu requires rombios, which can be disable along with
126 qemu-traditional.
127 --enable-qemu-traditional
130 The libxl toolstack uses the upstream qemu per default. A private copy
135 Use the given qemu binary instead of compiling a private copy.
136 --with-system-qemu=PATH
310 systemctl enable xen-qemu-dom0-disk-backend.service
[all …]
A D.gitignore223 tools/qemu-xen-build
337 tools/qemu-xen-dir-remote
338 tools/qemu-xen-dir
340 tools/qemu-xen-traditional-dir-remote
341 tools/qemu-xen-traditional-dir
A DSUPPORT.md172 Support for running qemu-xen device model in a linux stubdomain.
718 qemu devicemodel (the default).
767 ### qemu-xen-traditional ###
769 The Xen Project provides an old version of qemu with modifications
778 qemu-xen-traditional is security supported only for those available
799 Status, SeaBIOS (qemu-xen): Supported
800 Status, ROMBIOS (qemu-xen-traditional): Supported
806 Status, qemu-xen: Supported
980 * QEMU https://wiki.qemu.org/index.php/SecurityProcess
A DCHANGELOG.md20 - libxl support for running qemu-xen device model in a linux stubdomain.
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh11 apt-get -qy install qemu-system-x86
25 qemu-system-x86_64 -nographic -kernel binaries/xen \
/xen/docs/designs/
A Dqemu-deprivilege.md3 The goal of deprilvileging qemu is this: Even if there is a bug (for
4 example in qemu) which permits a domain to gain control of the device
7 cannot "escape" from the virtualisation by using a qemu bug.
20 ## Having qemu switch user
69 `/var/run/xen/qemu-root-<domid>`
71 Then adds the following to the qemu command-line:
73 -chroot /var/run/xen/qemu-root-<domid>
104 [qemu-namespaces]: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg04723.html
256 to be safe and needed. This is unfortunately necessary since qemu
262 1. Require that this feature be enabled to build qemu
[all …]
/xen/stubdom/
A Dconfigure.ac29 AC_ARG_ENABLE([qemu-traditional],,,[
45 AC_MSG_ERROR(IOEMU stubdomain requires qemu-traditional)
/xen/tools/firmware/vgabios/
A DREADME5 Bochs and qemu.
14 qemu. The initial patch for the Cirrus extension has been written by Makoto
88 For any information on qemu, visit the website http://fabrice.bellard.free.fr/qemu/
/xen/tools/hotplug/Linux/init.d/
A Dxencommons.in30 QEMU_PIDFILE=@XEN_RUN_DIR@/qemu-dom0.pid
/xen/tools/python/scripts/
A Dconvert-legacy-stream26 qemu = True # Boolean - process qemu record? variable
612 if not pv and (vm.libxl or qemu):
633 global fin, fout, twidth, pv, qemu, verbose
693 qemu = False
/xen/docs/features/
A Dmigration.pandoc87 qemu-traditional and qemu-upstream.
/xen/tools/libacpi/
A DMakefile56 $(MK_DSDT) --debug=$(debug) --dm-version qemu-xen >> $@.$(TMP_SUFFIX)

Completed in 19 milliseconds

12