aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell37-698/+1005
2020-06-18Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200617-pull-reque...Peter Maydell9-96/+61
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
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé1-9/+24
2020-06-17migration: fix multifd_send_pages() next channelLaurent Vivier1-0/+6
2020-06-17docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docsMao Zhongyi1-2/+4
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi2-4/+4
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi1-4/+4
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi1-3/+2
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi1-1/+4