/xen-4.10.0-shim-comet/tools/ |
A D | Makefile | 91 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 D | configure.ac | 133 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 D | qemu-backends.txt | 1 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 D | console.txt | 12 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 D | qemu-xen-security | 1 qemu-xen (git://xenbits.xen.org/qemu-xen.git) is only supported for
|
A D | hvm-emulated-unplug.markdown | 48 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 D | block-scripts.txt | 101 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 D | branching-checklist.txt | 8 * 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 D | release-checklist.txt | 35 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 D | mktarball | 32 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 D | xen-qemu-dom0-disk-backend.service.in | 2 Description=qemu for xen dom0 disk backend 11 PIDFile=@XEN_RUN_DIR@/qemu-dom0.pid 18 -pidfile @XEN_RUN_DIR@/qemu-dom0.pid
|
A D | Makefile | 11 XEN_SYSTEMD_SERVICE += xen-qemu-dom0-disk-backend.service
|
/xen-4.10.0-shim-comet/ |
A D | Config.mk | 244 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 D | INSTALL | 73 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 | .gitignore | 230 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 D | configure.ac | 29 AC_ARG_ENABLE([qemu-traditional],,,[ 45 AC_MSG_ERROR(IOEMU stubdomain requires qemu-traditional)
|
A D | Makefile | 290 $(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 D | README | 5 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 D | xencommons.in | 30 QEMU_PIDFILE=@XEN_RUN_DIR@/qemu-dom0.pid
|
A D | sysconfig.xencommons.in | 96 # qemu path
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 23 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 D | migration.pandoc | 87 qemu-traditional and qemu-upstream.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 100 (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 D | xl.cfg.pod.5.in | 765 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 D | Makefile | 56 $(MK_DSDT) --debug=$(debug) --dm-version qemu-xen >> $@.$(TMP_SUFFIX)
|