index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
tracetool
/
backend
/
dtrace.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-21
tests/acceptance: add record/replay test for arm
Pavel Dovgalyuk
1
-0
/
+48
2020-06-21
tests/acceptance: add record/replay test for aarch64
Pavel Dovgalyuk
1
-0
/
+19
2020-06-21
tests/acceptance: add kernel record/replay test for x86_64
Pavel Dovgalyuk
1
-0
/
+18
2020-06-21
tests/acceptance: add base class record/replay kernel tests
Pavel Dovgalyuk
2
-0
/
+74
2020-06-21
MAINTAINERS: Add an entry to review Avocado based acceptance tests
Philippe Mathieu-Daudé
1
-0
/
+8
2020-06-19
qht: Fix threshold rate calculation
Richard Henderson
1
-1
/
+2
2020-06-18
net: Drop the NetLegacy structure, always use Netdev instead
Thomas Huth
2
-110
/
+13
2020-06-18
net: Drop the legacy "name" parameter from the -net option
Thomas Huth
3
-18
/
+10
2020-06-18
hw/net/e1000e: Do not abort() on invalid PSRCTL register value
Philippe Mathieu-Daudé
1
-3
/
+7
2020-06-18
colo-compare: Fix memory leak in packet_enqueue()
Derek Su
2
-8
/
+16
2020-06-18
net/colo-compare.c: Correct ordering in complete and finalize
Lukas Straub
1
-22
/
+23
2020-06-18
net/colo-compare.c: Check that colo-compare is active
Lukas Straub
1
-6
/
+29
2020-06-18
net/colo-compare.c: Only hexdump packets if tracing is enabled
Lukas Straub
1
-4
/
+6
2020-06-18
net/colo-compare.c: Fix deadlock in compare_chr_send
Lukas Straub
3
-45
/
+156
2020-06-18
chardev/char.c: Use qemu_co_sleep_ns if in coroutine
Lukas Straub
1
-1
/
+6
2020-06-18
net/colo-compare.c: Create event_bh with the right AioContext
Lukas Straub
1
-1
/
+2
2020-06-18
net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
Jason Wang
1
-1
/
+1
2020-06-18
net: cadence_gem: Fix RX address filtering
Tong Ho
1
-15
/
+11
2020-06-18
net: cadence_gem: TX_LAST bit should be set by guest
Sai Pavan Boddu
1
-6
/
+0
2020-06-18
net: cadence_gem: Update the reset value for interrupt mask register
Sai Pavan Boddu
1
-0
/
+1
2020-06-18
net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
Sai Pavan Boddu
1
-1
/
+1
2020-06-18
net: cadence_gem: Add support for jumbo frames
Sai Pavan Boddu
2
-6
/
+49
2020-06-18
net: cadence_gem: Fix up code style
Sai Pavan Boddu
1
-101
/
+103
2020-06-18
net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
Sai Pavan Boddu
2
-21
/
+21
2020-06-18
net: cadence_gem: Set ISR according to queue in use
Sai Pavan Boddu
1
-10
/
+17
2020-06-18
net: cadence_gem: Define access permission for interrupt registers
Sai Pavan Boddu
1
-0
/
+14
2020-06-18
net: cadence_gem: Fix irq update w.r.t queue
Sai Pavan Boddu
1
-22
/
+3
2020-06-18
net: cadence_gem: Fix the queue address update during wrap around
Sai Pavan Boddu
1
-4
/
+33
2020-06-18
net: cadence_gem: Fix debug statements
Sai Pavan Boddu
1
-14
/
+13
2020-06-18
hw/net/tulip: Log descriptor overflows
Philippe Mathieu-Daudé
1
-0
/
+6
2020-06-18
hw/net/tulip: Fix 'Descriptor Error' definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-18
Fix tulip breakage
Helge Deller
1
-6
/
+0
2020-06-18
virtio-net: align RSC fields with updated virtio-net header
Yuri Benditovich
1
-24
/
+4
2020-06-18
virtio-net: add migration support for RSS and hash report
Yuri Benditovich
1
-0
/
+37
2020-06-18
vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
Yuri Benditovich
1
-0
/
+10
2020-06-18
virtio-net: reference implementation of hash report
Yuri Benditovich
2
-20
/
+81
2020-06-18
tap: allow extended virtio header with hash info
Yuri Benditovich
1
-1
/
+2
2020-06-18
virtio-net: implement RX RSS processing
Yuri Benditovich
3
-2
/
+88
2020-06-18
virtio-net: implement RSS configuration command
Yuri Benditovich
3
-9
/
+174
2020-06-18
docs/s390x: fix vfio-ap device_del description
Christian Borntraeger
1
-4
/
+4
2020-06-18
vfio-ccw: Add support for the CRW region and IRQ
Farhan Ali
1
-0
/
+73
2020-06-18
s390x/css: Refactor the css_queue_crw() routine
Eric Farman
2
-15
/
+30
2020-06-18
vfio-ccw: Refactor ccw irq handler
Eric Farman
1
-16
/
+42
2020-06-18
vfio-ccw: Add support for the schib region
Farhan Ali
6
-5
/
+99
2020-06-18
vfio-ccw: Refactor cleanup of regions
Eric Farman
1
-5
/
+9
2020-06-18
Linux headers: update
Cornelia Huck
25
-33
/
+818
2020-06-18
configure: Add -Wno-psabi
Richard Henderson
2
-1
/
+2
2020-06-18
configure: Disable -Wtautological-type-limit-compare
Richard Henderson
1
-0
/
+1
2020-06-18
configure: Clean up warning flag lists
Richard Henderson
1
-10
/
+32
2020-06-18
migration: fix xbzrle encoding rate calculation
Wei Wang
1
-3
/
+1
[next]