index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: Change the sequence of device start
Yajun Wu
2022-11-07
1
-6
/
+5
*
msix: Assert that specified vector is in range
Akihiko Odaki
2022-11-07
3
-54
/
+11
*
virtio-net: enable vq reset feature
Xuan Zhuo
2022-11-07
1
-0
/
+1
*
vhost: vhost-kernel: enable vq reset feature
Kangjie Xu
2022-11-07
1
-0
/
+1
*
virtio-net: support queue_enable
Kangjie Xu
2022-11-07
1
-0
/
+21
*
virtio-net: support queue reset
Xuan Zhuo
2022-11-07
1
-0
/
+18
*
virtio-net: introduce flush_or_purge_queued_packets()
Kangjie Xu
2022-11-07
1
-6
/
+11
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
Kangjie Xu
2022-11-07
2
-0
/
+59
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
Kangjie Xu
2022-11-07
2
-0
/
+31
*
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-31
1
-0
/
+1
|
\
|
*
tests/qtest/libqos/e1000e: Use e1000_regs.h
Akihiko Odaki
2022-10-28
1
-0
/
+1
*
|
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
1
-3
/
+2
*
|
virtio-net: fix TX timer with tx_burst
Laurent Vivier
2022-10-28
1
-9
/
+41
*
|
virtio-net: fix bottom-half packet TX on asynchronous completion
Laurent Vivier
2022-10-28
1
-1
/
+12
|
/
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
*
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
1
-2
/
+7
*
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
Eugenio Pérez
2022-09-27
1
-11
/
+6
*
e1000e: set RX desc status with DD flag in a separate operation
Ding Hui
2022-09-27
1
-1
/
+52
*
hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
1
-3
/
+4
*
hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified level
Lucas Dietrich
2022-09-22
1
-0
/
+8
*
hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic
Anton Kochkov
2022-09-22
1
-16
/
+16
*
net: tulip: Restrict DMA engine to memories
Zheyu Ma
2022-09-02
1
-2
/
+2
*
vhost_net: add NetClientState->load() callback
Eugenio Pérez
2022-09-02
1
-0
/
+7
*
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
2022-09-02
1
-0
/
+3
*
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
2022-09-02
1
-0
/
+7
*
hw/net/rocker: Avoid undefined shifts with more than 31 ports
Peter Maydell
2022-08-09
1
-2
/
+2
*
e1000e: Fix possible interrupt loss when using MSI
Ake Koomsin
2022-07-26
1
-0
/
+2
*
virtio-net: Expose ctrl virtqueue logic
Eugenio Pérez
2022-07-20
1
-35
/
+49
*
virtio-net: Expose MAC_TABLE_ENTRIES
Eugenio Pérez
2022-07-20
1
-1
/
+0
*
e1000: set RX descriptor status in a separate operation
Ding Hui
2022-07-06
1
-1
/
+4
*
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2022-06-28
1
-1
/
+1
*
hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()
Bernhard Beschow
2022-06-11
2
-30
/
+0
*
ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
Peter Maydell
2022-05-19
3
-3
/
+3
*
tulip: Assign default MAC address if not specified
Helge Deller
2022-05-17
1
-2
/
+2
*
virtio-net: don't handle mq request in userspace handler for vhost-vdpa
Si-Wei Liu
2022-05-16
1
-0
/
+13
*
vhost-net: fix improper cleanup in vhost_net_start
Si-Wei Liu
2022-05-16
1
-1
/
+3
*
virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
Si-Wei Liu
2022-05-16
1
-2
/
+31
*
virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...
Si-Wei Liu
2022-05-16
1
-1
/
+2
*
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
1
-0
/
+9
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-1
/
+1
*
vhost_net: Print feature masks in hex
Ilya Maximets
2022-05-16
1
-2
/
+2
*
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2022-05-13
1
-1
/
+2
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
2
-4
/
+4
*
meson: use have_vhost_* variables to pick sources
Paolo Bonzini
2022-05-07
1
-2
/
+6
*
util/log: Remove qemu_log_flush
Richard Henderson
2022-04-20
1
-1
/
+0
*
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
1
-13
/
+15
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
4
-4
/
+0
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-3
/
+3
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
2
-2
/
+2
[next]