Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 18 of 18) sorted by last modified time

/qemu/
H A Dqemu-options.hx2141 application. The Spice server will redirect the serial consoles
2474 VNC display display and redirect the VGA display over the VNC
3173 For example, to redirect host X11 connection from screen 1 to
3183 To redirect telnet connections from host port 5555 to telnet
3467 # redirect all the traffic to the second queue (id: 1)
4142 "-serial dev redirect the serial port to char device 'dev'\n",
4309 "-parallel dev redirect the parallel port to char device 'dev'\n",
4325 "-monitor dev redirect the monitor to char device 'dev'\n",
5447 filter-redirector on netdev netdevid,redirect filter's net
5448 packet to chardev chardevid,and redirect indev's packet to
[all …]
H A Dhmp-commands.hx1358 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
/qemu/docs/user/
H A Dmain.rst25 QEMU can redirect to the running program all signals coming from the
/qemu/hw/usb/
H A Dmeson.build76 # usb redirect
80 if_true: [usbredir, files('redirect.c', 'quirks.c')])
81 hw_usb_modules += {'redirect': usbredir_ss}
/qemu/hw/net/
H A Dvirtio-net.c1013 n->rss_data.redirect = virtio_has_feature(features, VIRTIO_NET_F_RSS); in virtio_net_set_features()
1298 config->redirect = data->redirect; in rss_data_to_rss_config()
1914 return n->rss_data.redirect ? n->rss_data.default_queue : -1; in virtio_net_process_rss()
1923 if (n->rss_data.redirect) { in virtio_net_process_rss()
3332 VMSTATE_BOOL(rss_data.redirect, VirtIONet),
/qemu/docs/system/
H A Ddevice-emulation.rst59 devices will be backed by a ``--chardev`` which can redirect the data
H A Dlinuxboot.rst20 If you do not need graphical output, you can disable it and redirect the
/qemu/qapi/
H A Dui.json1503 # application to connect to it. The server will redirect the
H A Dnet.json169 # @hostfwd: redirect incoming TCP or UDP host connections to guest
/qemu/tools/ebpf/
H A Drss.bpf.c40 __u8 redirect; member
548 if (!config->redirect) { in tun_rss_steering_prog()
/qemu/include/hw/virtio/
H A Dvirtio-net.h145 bool redirect; member
/qemu/ebpf/
H A Debpf_rss.h33 uint8_t redirect; member
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py236 import redirect
2306 with redirect.logonly():
/qemu/docs/
H A Dcolo-proxy.txt95 waiting secondary redirect packet to compare it.
112 redirect client filter. Otherwise directly send to
113 redirect client filter.
125 It gives qemu the ability to redirect net packet.
126 Redirector can redirect filter's net packet to outdev,
127 and redirect indev's packet to filter.
/qemu/docs/tools/
H A Dqemu-nbd.rst91 file with ``backing_file=``\ *filename*, redirect the write to
/qemu/docs/system/devices/
H A Dnet.rst78 example to redirect X11, telnet or SSH connections.
/qemu/docs/specs/
H A Dppc-xive.rst76 Each of the sub-engines uses a set of tables to redirect interrupts
/qemu/docs/devel/
H A Debpf_rss.rst85 - redirect - "boolean" value, should the hash be calculated, on false - ``default_queue`` would be…
103 config.redirect = 1;