Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 19 of 19) sorted by relevance

/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/hw/usb/
H A Dmeson.build74 # usb redirect
78 if_true: [usbredir, files('redirect.c', 'quirks.c')])
79 hw_usb_modules += {'redirect': usbredir_ss}
/qemu/ebpf/
H A Debpf_rss.h35 uint8_t redirect; member
/qemu/docs/system/
H A Dlinuxboot.rst20 If you do not need graphical output, you can disable it and redirect the
H A Ddevice-emulation.rst59 devices will be backed by a ``--chardev`` which can redirect the data
/qemu/docs/devel/
H A Debpf_rss.rst87 - redirect - "boolean" value, should the hash be calculated, on false - ``default_queue`` would be…
105 config.redirect = 1;
/qemu/tools/ebpf/
H A Drss.bpf.c40 __u8 redirect; member
554 if (config->redirect && calculate_rss_hash(skb, config, toe, &hash)) { in tun_rss_steering_prog()
/qemu/include/hw/virtio/
H A Dvirtio-net.h145 bool redirect; member
/qemu/hw/net/
H A Dvirtio-net.c978 n->rss_data.redirect = virtio_has_feature(features, VIRTIO_NET_F_RSS); in virtio_net_set_features()
1252 config->redirect = data->redirect; in rss_data_to_rss_config()
1890 return n->rss_data.redirect ? n->rss_data.default_queue : -1; in virtio_net_process_rss()
1900 if (n->rss_data.redirect) { in virtio_net_process_rss()
3329 VMSTATE_BOOL(rss_data.redirect, VirtIONet),
/qemu/docs/specs/
H A Dppc-xive.rst76 Each of the sub-engines uses a set of tables to redirect interrupts
/qemu/docs/user/
H A Dmain.rst27 QEMU can redirect to the running program all signals coming from the
/qemu/docs/system/devices/
H A Dnet.rst78 example to redirect X11, telnet or SSH connections.
/qemu/docs/tools/
H A Dqemu-nbd.rst93 file with ``backing_file=``\ *filename*, redirect the write to
/qemu/docs/devel/testing/
H A Dfunctional.rst14 into the right shape, e.g. by replacing the 'stdout' python object to redirect
/qemu/
H A Dqemu-options.hx2143 application. The Spice server will redirect the serial consoles
2252 "-nographic disable graphical output and redirect serial I/Os to console\n",
2460 VNC display display and redirect the VGA display over the VNC
3159 For example, to redirect host X11 connection from screen 1 to
3169 To redirect telnet connections from host port 5555 to telnet
3642 # redirect all the traffic to the second queue (id: 1)
4375 "-serial dev redirect the serial port to char device 'dev'\n",
4553 "-parallel dev redirect the parallel port to char device 'dev'\n",
4569 "-monitor dev redirect the monitor to char device 'dev'\n",
4622 "-debugcon dev redirect the debug console to char device 'dev'\n",
[all …]
H A Dhmp-commands.hx1358 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
/qemu/qapi/
H A Dnet.json169 # @hostfwd: redirect incoming TCP or UDP host connections to guest
H A Dui.json1503 # application to connect to it. The server will redirect the
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py236 import redirect
2306 with redirect.logonly():