summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/dtrace.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-21tests/acceptance: add record/replay test for armPavel Dovgalyuk1-0/+48
2020-06-21tests/acceptance: add record/replay test for aarch64Pavel Dovgalyuk1-0/+19
2020-06-21tests/acceptance: add kernel record/replay test for x86_64Pavel Dovgalyuk1-0/+18
2020-06-21tests/acceptance: add base class record/replay kernel testsPavel Dovgalyuk2-0/+74
2020-06-21MAINTAINERS: Add an entry to review Avocado based acceptance testsPhilippe Mathieu-Daudé1-0/+8
2020-06-19qht: Fix threshold rate calculationRichard Henderson1-1/+2
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth2-110/+13
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth3-18/+10
2020-06-18hw/net/e1000e: Do not abort() on invalid PSRCTL register valuePhilippe Mathieu-Daudé1-3/+7
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su2-8/+16
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub1-22/+23
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub1-6/+29
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub1-4/+6
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub3-45/+156
2020-06-18chardev/char.c: Use qemu_co_sleep_ns if in coroutineLukas Straub1-1/+6
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub1-1/+2
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang1-1/+1
2020-06-18net: cadence_gem: Fix RX address filteringTong Ho1-15/+11
2020-06-18net: cadence_gem: TX_LAST bit should be set by guestSai Pavan Boddu1-6/+0
2020-06-18net: cadence_gem: Update the reset value for interrupt mask registerSai Pavan Boddu1-0/+1
2020-06-18net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 regSai Pavan Boddu1-1/+1
2020-06-18net: cadence_gem: Add support for jumbo framesSai Pavan Boddu2-6/+49
2020-06-18net: cadence_gem: Fix up code styleSai Pavan Boddu1-101/+103
2020-06-18net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu2-21/+21
2020-06-18net: cadence_gem: Set ISR according to queue in useSai Pavan Boddu1-10/+17
2020-06-18net: cadence_gem: Define access permission for interrupt registersSai Pavan Boddu1-0/+14
2020-06-18net: cadence_gem: Fix irq update w.r.t queueSai Pavan Boddu1-22/+3
2020-06-18net: cadence_gem: Fix the queue address update during wrap aroundSai Pavan Boddu1-4/+33
2020-06-18net: cadence_gem: Fix debug statementsSai Pavan Boddu1-14/+13
2020-06-18hw/net/tulip: Log descriptor overflowsPhilippe Mathieu-Daudé1-0/+6
2020-06-18hw/net/tulip: Fix 'Descriptor Error' definitionPhilippe Mathieu-Daudé1-1/+1
2020-06-18Fix tulip breakageHelge Deller1-6/+0
2020-06-18virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich1-24/+4
2020-06-18virtio-net: add migration support for RSS and hash reportYuri Benditovich1-0/+37
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich1-0/+10
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich2-20/+81
2020-06-18tap: allow extended virtio header with hash infoYuri Benditovich1-1/+2
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich3-2/+88
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich3-9/+174
2020-06-18docs/s390x: fix vfio-ap device_del descriptionChristian Borntraeger1-4/+4
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali1-0/+73
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman2-15/+30
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman1-16/+42
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali6-5/+99
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman1-5/+9
2020-06-18Linux headers: updateCornelia Huck25-33/+818
2020-06-18configure: Add -Wno-psabiRichard Henderson2-1/+2
2020-06-18configure: Disable -Wtautological-type-limit-compareRichard Henderson1-0/+1
2020-06-18configure: Clean up warning flag listsRichard Henderson1-10/+32
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang1-3/+1