Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/
A DMakefile91 rm -rf qemu-xen-traditional-dir qemu-xen-traditional-dir-remote
92 rm -rf qemu-xen-dir qemu-xen-dir-remote qemu-xen-build
159 qemu-xen-traditional-dir-force-update: qemu-xen-traditional-dir-find
174 subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find
184 subdir-install-qemu-xen-traditional-dir: subdir-all-qemu-xen-traditional-dir
196 qemu-xen-dir-find:
205 qemu-xen-dir-force-update: qemu-xen-dir-find
219 subdir-all-qemu-xen-dir: qemu-xen-dir-find
227 cd qemu-xen-build; \
285 subdir-install-qemu-xen-dir: subdir-all-qemu-xen-dir
[all …]
A Dconfigure.ac133 AC_ARG_ENABLE([qemu-traditional],
134 AS_HELP_STRING([--enable-qemu-traditional],
156 … [Enable ROMBIOS, (DEFAULT is on if qemu-traditional is enabled, otherwise off)]),,[
166 dnl for us above when checking if we should build with qemu-traditional.
178 AC_ARG_WITH([system-qemu],
179 AS_HELP_STRING([--with-system-qemu@<:@=PATH@:>@],
180 [Use system supplied qemu PATH or qemu (taken from $PATH) as qemu-xen
184 qemu_xen=n ; qemu_xen_path="qemu-system-i386"
202 qemu_xen_path="$LIBEXEC_BIN/qemu-system-i386"
246 [List of additional configure options for upstream qemu]),[
[all …]
/xen-4.10.0-shim-comet/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 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 Dqemu-xen-security1 qemu-xen (git://xenbits.xen.org/qemu-xen.git) is only supported for
A Dhvm-emulated-unplug.markdown48 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
A Dblock-scripts.txt101 On Linux, the device model (qemu) needs access to a file it can
103 marked as up. The easiest way to accomplish this is to allow qemu to
/xen-4.10.0-shim-comet/docs/process/
A Dbranching-checklist.txt8 * make branch in qemu-iwj.git
13 cd ~/git/qemu-xen.git
16 cd ~/git/qemu-xen-traditional.git
47 ### * make symlink on mariner for qemu
49 ### ln -s /usr/groups/xencore/HG/qemu-xen-$v-testing.git .
55 OSSTEST_CONFIG=production-config ./mg-branch-setup qemu-upstream-$v-testing bisect
72 cp qemu-xen--master.patchbot-reported-heads qemu-xen--stable-$v.patchbot-reported-heads
73 cp qemu-xen--staging.patchbot-reported-heads qemu-xen--staging-$v.patchbot-reported-heads
74 …cp qemu-xen-traditional--master.patchbot-reported-heads qemu-xen-traditional--stable-$v.patchbot-r…
89 Ensure references to qemu trees in xen.git's Config.mk are updated.
[all …]
A Drelease-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-4.10.0-shim-comet/tools/misc/
A Dmktarball32 git_archive_into $xen_root/tools/qemu-xen-dir-remote $tdir/xen-$desc/tools/qemu-xen
34 git_archive_into $xen_root/tools/qemu-xen-traditional-dir-remote $tdir/xen-$desc/tools/qemu-xen-tra…
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/
A DConfig.mk244 QEMU_UPSTREAM_INTREE ?= $(XEN_ROOT)/tools/qemu-xen
245 QEMU_TRADITIONAL_INTREE ?= $(XEN_ROOT)/tools/qemu-xen-traditional
264 QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-xen.git
265 QEMU_TRADITIONAL_URL ?= http://xenbits.xen.org/git-http/qemu-xen-traditional.git
270 QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-xen.git
271 QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-traditional.git
276 QEMU_UPSTREAM_REVISION ?= qemu-xen-4.10.0
A DINSTALL73 additional tools such as qemu. This is done with either the native git
101 Build the old qemu used by xm/xend. This is required if existing domUs
104 upstream qemu during initial start it is safe to disable this option.
105 The old qemu requires rombios, which can be disable along with
106 qemu-traditional.
107 --enable-qemu-traditional
110 The libxl toolstack uses the upstream qemu per default. A private copy
115 Use the given qemu binary instead of compiling a private copy.
116 --with-system-qemu=PATH
291 systemctl enable xen-qemu-dom0-disk-backend.service
[all …]
A D.gitignore230 tools/qemu-xen-build
340 tools/qemu-xen-dir-remote
341 tools/qemu-xen-dir
343 tools/qemu-xen-traditional-dir-remote
344 tools/qemu-xen-traditional-dir
/xen-4.10.0-shim-comet/stubdom/
A Dconfigure.ac29 AC_ARG_ENABLE([qemu-traditional],,,[
45 AC_MSG_ERROR(IOEMU stubdomain requires qemu-traditional)
A DMakefile290 $(XEN_ROOT)/tools/qemu-xen-traditional-dir:
291 $(MAKE) DESTDIR= -C $(XEN_ROOT)/tools qemu-xen-traditional-dir-find
293 ioemu/linkfarm.stamp: $(XEN_ROOT)/tools/qemu-xen-traditional-dir
303 '*.[oda1]' 'config-*' config.mak qemu-dm qemu-img-xen \
556 ioemu-stubdom: APP_OBJS=$(CURDIR)/ioemu/i386-stubdom/qemu.a $(CURDIR)/ioemu/i386-stubdom/libqemu.a …
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dxencommons.in30 QEMU_PIDFILE=@XEN_RUN_DIR@/qemu-dom0.pid
A Dsysconfig.xencommons.in96 # qemu path
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream23 qemu = True # Boolean - process qemu record? variable
602 if not pv and (vm.libxl or qemu):
653 global fin, fout, twidth, pv, qemu, verbose
713 qemu = False
/xen-4.10.0-shim-comet/docs/features/
A Dmigration.pandoc87 qemu-traditional and qemu-upstream.
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl100 (1, "QEMU_XEN_TRADITIONAL"), # Historical qemu-xen device model (qemu-dm)
101 (2, "QEMU_XEN"), # Upstream based qemu-xen device model
495 # extra parameters pass directly to qemu, NULL terminated
497 # extra parameters pass directly to qemu for PV guest, NULL terminated
499 # extra parameters pass directly to qemu for HVM guest, NULL terminated
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in765 B<qemu(1)> manpage. The default is B<en-us>.
1145 upstream qemu-xen device-model. With qemu-xen-traditional IGD (Intel Graphics
1328 You must have a new enough qemu.
1330 if your qemu does not have the commit
1362 You must create user(s) for qemu to run as.
1594 with device_model_version=qemu-xen.
1599 Requires device_model_version=qemu-xen.
1953 B<device_model_version="qemu-xen">.
2470 =item B<qemu-xen>
2475 =item B<qemu-xen-traditional>
[all …]
/xen-4.10.0-shim-comet/tools/libacpi/
A DMakefile56 $(MK_DSDT) --debug=$(debug) --dm-version qemu-xen >> $@.$(TMP_SUFFIX)

Completed in 39 milliseconds

12