Searched refs:redirect (Results 1 – 19 of 19) sorted by relevance
/qemu/docs/ |
H A D | colo-proxy.txt | 95 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 D | meson.build | 74 # usb redirect 78 if_true: [usbredir, files('redirect.c', 'quirks.c')]) 79 hw_usb_modules += {'redirect': usbredir_ss}
|
/qemu/ebpf/ |
H A D | ebpf_rss.h | 35 uint8_t redirect; member
|
/qemu/docs/system/ |
H A D | linuxboot.rst | 20 If you do not need graphical output, you can disable it and redirect the
|
H A D | device-emulation.rst | 59 devices will be backed by a ``--chardev`` which can redirect the data
|
/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 87 - redirect - "boolean" value, should the hash be calculated, on false - ``default_queue`` would be… 105 config.redirect = 1;
|
/qemu/tools/ebpf/ |
H A D | rss.bpf.c | 40 __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 D | virtio-net.h | 145 bool redirect; member
|
/qemu/hw/net/ |
H A D | virtio-net.c | 978 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 D | ppc-xive.rst | 76 Each of the sub-engines uses a set of tables to redirect interrupts
|
/qemu/docs/user/ |
H A D | main.rst | 27 QEMU can redirect to the running program all signals coming from the
|
/qemu/docs/system/devices/ |
H A D | net.rst | 78 example to redirect X11, telnet or SSH connections.
|
/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 93 file with ``backing_file=``\ *filename*, redirect the write to
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 14 into the right shape, e.g. by replacing the 'stdout' python object to redirect
|
/qemu/ |
H A D | qemu-options.hx | 2143 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 D | hmp-commands.hx | 1358 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
|
/qemu/qapi/ |
H A D | net.json | 169 # @hostfwd: redirect incoming TCP or UDP host connections to guest
|
H A D | ui.json | 1503 # application to connect to it. The server will redirect the
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 36 import redirect 2306 with redirect.logonly():
|