Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/docs/misc/
A Dconsole.txt13 emulated serial cards too.
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
112 /local/domain/$DOMID/serial/$SERIAL_NUM/tty
115 emulated serial that has a pty as output. Xenconsole takes a domid as
117 virtual UART or serial for emulated serials) and console number.
122 emulated serial.
125 serial if the user specified 'serial = "pty"' in the VM config file.
131 emulated serial.
136 When using stubdoms the serial cards are still emulated by qemu (this
[all …]
A Dcrashdb.txt11 If you need to have a serial port shared between gdb and the console,
61 -- If the serial port setup is wrong, badness happens
A Dqemu-xen-security12 - serial cards: UART 16550A
A Dxenstore-paths.markdown219 #### ~/bios-strings/system-serial-number = STRING [HVM,INTERNAL]
221 #### ~/bios-strings/enclosure-serial-number = STRING [HVM,INTERNAL]
310 #### ~/serial/$DEVID/* [HVM]
312 An emulated serial device. Described in [console.txt](console.txt)
A Dxen-command-line.markdown342 is used to specify if the serial device is pci-based. The io_base
347 * `port` - Used to specify which port the PCI serial device is located on
376 `com1` and `com2` indicates that Xen should use serial ports 1 and 2
427 Specify which character should be used to switch serial input between
1587 ### serial\_tx\_buffer
1592 Set the serial transmit buffer size.
1810 is printed on the hypervisor serial log.
/xen-4.10.0-shim-comet/stubdom/
A Dstubdom-dm59 -serial)
60 serial="$2"
112 test "$serial" && vfb="$vfb, serial=$serial"
/xen-4.10.0-shim-comet/docs/man/
A Dxen-pv-channel.pod.710 A channel is a low-bandwidth private byte stream similar to a serial
29 Channels are similar to virtio-serial devices and emulated serial links.
159 which could be mistaken for a serial port or regular console. It is known
160 that some software will proactively seek out serial ports and issue AT commands
A Dxl.cfg.pod.5.in773 a serial link. Typical uses for channels include transmitting VM
2266 =item B<serial=[ "DEVICE", "DEVICE", ...]>
2268 Redirect virtual serial ports to B<DEVICE>s. Please see the
2269 B<-serial> option in the B<qemu(1)> manpage for details of the valid
2273 The form serial=DEVICE is also accepted for backwards compatibility.
A Dxl.pod.1.in234 =item I<-t [pv|serial]>
236 Connect to a PV console or connect to an emulated serial console.
239 emulated serial for HVM guests and PV console for PV guests.
/xen-4.10.0-shim-comet/xen/drivers/char/
A DMakefile10 obj-y += serial.o
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/
A Dxen-qemu-dom0-disk-backend.service.in16 -monitor /dev/null -serial /dev/null -parallel /dev/null \
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dxencommons.in74 -monitor /dev/null -serial /dev/null -parallel /dev/null \
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dguest_features.te8 # Allow guest console output to the serial console. This is used by PV Linux
/xen-4.10.0-shim-comet/xen/
A DKconfig.debug90 You can use serial console to print (and reset) using 'l' and 'L'
97 bottlenecks in the system. To access this data you can use serial
/xen-4.10.0-shim-comet/stubdom/grub/
A DMakefile23 …ar_io.c cmdline.c common.c console.c disk_io.c graphics.c gunzip.c md5.c serial.c stage2.c terminf…
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dm.c511 if (b_info->u.hvm.serial || b_info->u.hvm.serial_list) { in libxl__build_device_model_args_old()
512 if ( b_info->u.hvm.serial && b_info->u.hvm.serial_list ) in libxl__build_device_model_args_old()
517 if (b_info->u.hvm.serial) { in libxl__build_device_model_args_old()
519 "-serial", b_info->u.hvm.serial, NULL); in libxl__build_device_model_args_old()
1107 if (b_info->u.hvm.serial || b_info->u.hvm.serial_list) { in libxl__build_device_model_args_new()
1108 if ( b_info->u.hvm.serial && b_info->u.hvm.serial_list ) in libxl__build_device_model_args_new()
1113 if (b_info->u.hvm.serial) { in libxl__build_device_model_args_new()
1115 "-serial", b_info->u.hvm.serial, NULL); in libxl__build_device_model_args_new()
2061 if (guest_config->b_info.u.hvm.serial) in spawn_stub_launch_dm()
A Dlibxl_types.idl566 ("serial", string),
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff732 …[--no-echo] [--no-edit] [--timeout=SECS] [--lines=LINES] [--silent] [console] [serial] [hercules]",
733 …echo] [--no-edit] [--timeout=SECS] [--lines=LINES] [--silent] [console] [serial] [hercules] [graph…
735 " you push any key to continue. If both console and serial are specified,"
806 # include <serial.h>
834 "serial",
835 /* A serial device must be initialized. */
1805 nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \
1814 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
1840 - hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c
1841 + hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c \
A D99minios168 /* serial */
348 "serial",
748 Index: grub/stage2/serial.c
750 --- grub.orig/stage2/serial.c 2008-06-16 15:18:03.376934000 +0100
751 +++ grub/stage2/serial.c 2008-06-16 15:18:14.769009000 +0100
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_sxp.c137 fprintf(fh, "\t\t\t(serial %s)\n", b_info->u.hvm.serial); in printf_info_sexp()
/xen-4.10.0-shim-comet/
A DSUPPORT.md145 ### Host serial console
159 These are functions triggered either from the host serial console,
654 ### x86/Emulated serial card (QEMU):
/xen-4.10.0-shim-comet/tools/pygrub/examples/
A Dubuntu-14.04-lts.grub2194 menuentry 'Memory test (memtest86+, serial console 115200)' {
/xen-4.10.0-shim-comet/m4/
A Dax_compare_version.m484 #serial 11
A Dpkg.m42 # serial 1 (pkg-config-0.24)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dhead.S187 out %al,%dx # Send a character over the serial line

Completed in 31 milliseconds

12