index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
2023-01-08
vdpa: harden the error path if get_iova_range failed
Longpeng
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
2023-01-08
vhost-user: Refactor the chr_closed_bh
Hyman Huang(黄勇)
2023-01-08
vhost-user: Refactor vhost acked features saving
Hyman Huang(黄勇)
2023-01-08
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
Eugenio Pérez
2023-01-08
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
2022-12-21
vdpa: store x-svq parameter in VhostVDPAState
Eugenio Pérez
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
2022-12-21
vdpa: add vhost_vdpa_net_valid_svq_features
Eugenio Pérez
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2022-11-27
Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
Stefan Weil via
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-11
net: Replace TAB indentations with spaces
Ahmed Abouzied
2022-11-08
vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...
Si-Wei Liu
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
2022-10-28
net: stream: add QAPI events to report connection state
Laurent Vivier
2022-10-28
net: stream: move to QIO to enable additional parameters
Laurent Vivier
2022-10-28
net: dgram: add unix socket
Laurent Vivier
2022-10-28
net: dgram: move mcast specific code from net_socket_fd_init_dgram()
Laurent Vivier
2022-10-28
net: dgram: make dgram_dst generic
Laurent Vivier
2022-10-28
net: stream: add unix socket
Laurent Vivier
2022-10-28
net: stream: Don't ignore EINVAL on netdev socket connection
Stefano Brivio
2022-10-28
net: socket: Don't ignore EINVAL on netdev socket connection
Stefano Brivio
2022-10-28
qapi: net: add stream and dgram netdevs
Laurent Vivier
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-10-28
net: introduce convert_host_port()
Laurent Vivier
2022-10-28
net: improve error message for missing netdev backend
Daniel P. Berrangé
2022-10-28
vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
Si-Wei Liu
2022-10-28
vdpa: Remove shadow CVQ command check
Eugenio Pérez
2022-10-28
vdpa: Delete duplicated vdpa_feature_bits entry
Eugenio Pérez
2022-09-27
virtio: del net client if net_init_tap_one failed
lu zhipeng
2022-09-27
vdpa: Allow MQ feature in SVQ
Eugenio Pérez
2022-09-27
vdpa: validate MQ CVQ commands
Eugenio Pérez
2022-09-27
vdpa: Add vhost_vdpa_net_load_mq
Eugenio Pérez
2022-09-27
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
Eugenio Pérez
2022-09-27
vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack type
Eugenio Pérez
2022-09-02
net/colo.c: Fix the pointer issue reported by Coverity.
Zhang Chen
2022-09-02
vdpa: Delete CVQ migration blocker
Eugenio Pérez
[next]