aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov8-48/+0
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov4-1/+254
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov11-49/+47
2021-03-15tests: Add tests for query-netdev commandAlexey Kirillov2-0/+123
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov12-9/+477
2021-03-15pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck7-144/+38
2021-03-15lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15cadence_gem: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-2/+2
2021-03-15pcnet: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15rtl8139: switch to use qemu_receive_packet() for loopbackAlexander Bulekov1-1/+1
2021-03-15tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang1-1/+1
2021-03-15sungem: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1
2021-03-15msf2-mac: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1
2021-03-15dp8393x: switch to use qemu_receive_packet() for loopback packetJason Wang1-1/+1
2021-03-15e1000: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1
2021-03-15net: introduce qemu_receive_packet()Jason Wang4-7/+66
2021-03-15e1000: fail early for evil descriptorJason Wang1-0/+4
2021-03-15net: validate that ids are well formedPaolo Bonzini1-0/+5
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng1-0/+1
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang2-1/+10
2021-03-14Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell4-24/+58
2021-03-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell116-338/+311
2021-03-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...Peter Maydell39-934/+2232
2021-03-14hw/display/pxa2xx: Inline template headerPeter Maydell2-436/+425
2021-03-14hw/display/pxa2xx: Apply whitespace-only coding style fixes to template headerPeter Maydell1-34/+32
2021-03-14hw/display/pxa2xx: Apply brace-related coding style fixes to template headerPeter Maydell1-19/+28
2021-03-14hw/display/pxa2xx: Remove use of BITS in pxa2xx_template.hPeter Maydell1-65/+45
2021-03-14hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell1-9/+11
2021-03-14hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell1-62/+17
2021-03-14hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell2-68/+65
2021-03-14hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell2-99/+80
2021-03-14hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell1-45/+8
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio1-1/+2
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio1-2/+1
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio1-1/+1
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2-17/+51
2021-03-13linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole1-3/+3
2021-03-12Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell4-24/+82
2021-03-12README: Add Documentation blurbJohn Snow1-0/+11
2021-03-12MAINTAINERS: Merge the Gitlab-CI section into the generic CI sectionThomas Huth1-15/+8
2021-03-12tests: remove "make check-speed" in favor of "make bench"Paolo Bonzini1-6/+2
2021-03-12gitlab-ci.yml: Merge check-crypto-old jobs into the build-crypto-old jobsThomas Huth1-41/+4
2021-03-12gitlab-ci.yml: Merge one of the coroutine jobs with the tcg-disabled jobThomas Huth1-10/+4
2021-03-12gitlab-ci.yml: Add some missing dependencies to the jobsThomas Huth1-0/+8
2021-03-12gitlab-ci.yml: Move build-tools-and-docs-debian to a better placeThomas Huth1-13/+15
2021-03-12tests: Move benchmarks into a separate folderThomas Huth9-34/+36
2021-03-12tests: Move unit tests into a separate directoryThomas Huth106-219/+223
2021-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell3-131/+117
2021-03-12tests/qtest: Test PWM fan RPM using MFT in PWM testHao Wu1-6/+199
2021-03-12hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu2-1/+109