Searched refs:redirect (Results 1 – 19 of 19) sorted by relevance
| /qemu/docs/ |
| 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/ |
| 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/ |
| A D | ebpf_rss.h | 35 uint8_t redirect; member
|
| /qemu/docs/system/ |
| A D | linuxboot.rst | 20 If you do not need graphical output, you can disable it and redirect the
|
| A D | device-emulation.rst | 59 devices will be backed by a ``--chardev`` which can redirect the data
|
| /qemu/docs/devel/ |
| A D | ebpf_rss.rst | 85 - redirect - "boolean" value, should the hash be calculated, on false - ``default_queue`` would be… 103 config.redirect = 1;
|
| /qemu/tools/ebpf/ |
| 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/ |
| A D | virtio-net.h | 145 bool redirect; member
|
| /qemu/docs/system/devices/ |
| A D | net.rst | 78 example to redirect X11, telnet or SSH connections.
|
| /qemu/hw/net/ |
| A D | virtio-net.c | 977 n->rss_data.redirect = virtio_has_feature(features, VIRTIO_NET_F_RSS); in virtio_net_set_features() 1251 config->redirect = data->redirect; in rss_data_to_rss_config() 1885 return n->rss_data.redirect ? n->rss_data.default_queue : -1; in virtio_net_process_rss() 1895 if (n->rss_data.redirect) { in virtio_net_process_rss() 3326 VMSTATE_BOOL(rss_data.redirect, VirtIONet),
|
| /qemu/docs/user/ |
| A D | main.rst | 25 QEMU can redirect to the running program all signals coming from the
|
| /qemu/docs/specs/ |
| A D | ppc-xive.rst | 76 Each of the sub-engines uses a set of tables to redirect interrupts
|
| /qemu/docs/tools/ |
| A D | qemu-nbd.rst | 91 file with ``backing_file=``\ *filename*, redirect the write to
|
| /qemu/docs/devel/testing/ |
| A D | functional.rst | 17 into the right shape, e.g. by replacing the 'stdout' python object to redirect
|
| /qemu/ |
| A D | qemu-options.hx | 2097 application. The Spice server will redirect the serial consoles 2414 VNC display display and redirect the VGA display over the VNC 3113 For example, to redirect host X11 connection from screen 1 to 3123 To redirect telnet connections from host port 5555 to telnet 3596 # redirect all the traffic to the second queue (id: 1) 4281 "-serial dev redirect the serial port to char device 'dev'\n", 4459 "-parallel dev redirect the parallel port to char device 'dev'\n", 4475 "-monitor dev redirect the monitor to char device 'dev'\n", 5616 filter-redirector on netdev netdevid,redirect filter's net 5617 packet to chardev chardevid,and redirect indev's packet to [all …]
|
| A D | hmp-commands.hx | 1358 .help = "redirect TCP or UDP connections from host to guest (requires -net user)",
|
| /qemu/qapi/ |
| A D | net.json | 169 # @hostfwd: redirect incoming TCP or UDP host connections to guest
|
| A D | ui.json | 1503 # application to connect to it. The server will redirect the
|
| /qemu/tests/functional/acpi-bits/bits-tests/ |
| A D | smbios.py2 | 36 import redirect 2306 with redirect.logonly():
|
Completed in 48 milliseconds