aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-22hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé1-1/+1
2021-01-22hw/usb: Convert to qdev_realize()Markus Armbruster2-7/+2
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen4-9/+9
2021-01-22hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine1-1/+2
2021-01-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell5-24/+174
2021-01-21Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210121' into...Peter Maydell36-86/+536
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney3-9/+0
2021-01-21linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng1-0/+109
2021-01-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into st...Peter Maydell301-72/+452
2021-01-21s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2-9/+10
2021-01-21vfio-ccw: Connect the device request notifierEric Farman1-4/+36
2021-01-21Update linux headers to 5.11-rc2Eric Farman27-41/+454
2021-01-21update-linux-headers: Include const.hEric Farman1-1/+4
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand1-2/+2
2021-01-21tests/tcg/s390x: Fix EXRL testsDavid Hildenbrand2-8/+8
2021-01-21s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand2-10/+13
2021-01-21s390x/tcg: Fix RISBHGDavid Hildenbrand1-10/+8
2021-01-21s390x/tcg: Fix ALGSIDavid Hildenbrand1-1/+1
2021-01-20iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-8/+1
2021-01-20iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-3/+2
2021-01-20iotests/264: fix styleVladimir Sementsov-Ogievskiy1-6/+5
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy291-0/+291
2021-01-20iotests/294: add shebang lineVladimir Sementsov-Ogievskiy1-0/+1
2021-01-20iotests: make tests executableVladimir Sementsov-Ogievskiy3-0/+0
2021-01-20iotests: fix some whitespaces in test output filesVladimir Sementsov-Ogievskiy3-12/+12
2021-01-20iotests/303: use dot slash for qcow2.py runningVladimir Sementsov-Ogievskiy1-1/+1
2021-01-20iotests/277: use dot slash for nbd-fault-injector.py runningVladimir Sementsov-Ogievskiy1-1/+1
2021-01-20nbd/server: Quiesce coroutines on context switchSergio Lopez1-14/+106
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez3-3/+14
2021-01-20qemu-nbd: Fix a memleak in nbd_client_thread()Alex Chen1-23/+17
2021-01-20qemu-nbd: Fix a memleak in qemu_nbd_client_list()Alex Chen1-1/+1
2021-01-20Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell22-123/+224
2021-01-20linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng1-0/+4
2021-01-20linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2-2/+11
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng3-13/+50
2021-01-20MAINTAINERS: Make status spellings consistentJohn Snow1-5/+5
2021-01-20MAINTAINERS: Remove Ben WarrenJohn Snow1-2/+1
2021-01-20tests: Fix memory leak in tpm-util.cStefan Berger1-1/+1
2021-01-20qtest/npcm7xx_pwm-test: Fix memleak in pwm_qom_getGan Qixin1-1/+4
2021-01-20gitlab-ci: Add alpine to pipelineJiaxun Yang2-0/+38
2021-01-20tests/check-block.sh: Refuse to run the iotests with BusyBox' sedThomas Huth1-0/+7
2021-01-20tests/docker: Add dockerfile for Alpine LinuxJiaxun Yang1-0/+55
2021-01-20accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang1-0/+3
2021-01-20tests: Rename PAGE_SIZE definitionsJiaxun Yang6-74/+74
2021-01-20elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang3-14/+14
2021-01-20hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZEJiaxun Yang1-20/+20
2021-01-20libvhost-user: Include poll.h instead of sys/poll.hJiaxun Yang1-1/+1
2021-01-20configure: Add sys/timex.h to probe clock_adjtimeJiaxun Yang1-0/+1
2021-01-20osdep.h: Remove <sys/signal.h> includeMichael Forney2-5/+0
2021-01-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210119-...Peter Maydell30-439/+771