aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-03block/nvme: Use definitions instead of magic values in add_io_queue()Philippe Mathieu-Daudé1-4/+5
2020-11-03block/nvme: Introduce Completion Queue definitionsPhilippe Mathieu-Daudé1-6/+12
2020-11-03block/nvme: Make nvme_init_queue() return boolean indicating errorPhilippe Mathieu-Daudé1-9/+7
2020-11-03block/nvme: Make nvme_identify() return boolean indicating errorPhilippe Mathieu-Daudé1-5/+7
2020-11-03block/nvme: Use unsigned integer for queue counter/sizePhilippe Mathieu-Daudé2-25/+23
2020-11-03block/nvme: Move definitions before structure declarationsPhilippe Mathieu-Daudé1-9/+10
2020-11-03block/nvme: Trace queue pair creation/deletionPhilippe Mathieu-Daudé2-0/+5
2020-11-03block/nvme: Improve nvme_free_req_queue_wait() trace informationPhilippe Mathieu-Daudé2-2/+2
2020-11-03block/nvme: Trace nvme_poll_queue() per queuePhilippe Mathieu-Daudé2-2/+2
2020-11-03block/nvme: Trace controller capabilitiesPhilippe Mathieu-Daudé2-0/+15
2020-11-03block/nvme: Report warning with warn_report()Philippe Mathieu-Daudé1-2/+2
2020-11-03block/nvme: Use hex format to display offset in trace eventsPhilippe Mathieu-Daudé1-6/+6
2020-11-03MAINTAINERS: Cover "block/nvme.h" filePhilippe Mathieu-Daudé1-0/+2
2020-11-03softmmu/memory: fix memory_region_ioeventfd_equal()Elena Afanasova1-2/+9
2020-11-03accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is trueElena Afanasova1-2/+4
2020-11-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-11/+25
2020-11-03block/vvfat: Fix bad printf format specifiersAlexChen1-5/+7
2020-11-03iotests: Use Python 3 style super()Kevin Wolf1-4/+4
2020-11-03iotests: Disable unsubscriptable-object in pylintKevin Wolf1-0/+2
2020-11-03iotests.py: Fix type check errors in wait_migration()Kevin Wolf1-0/+4
2020-11-03qemu-img convert: Free @sn_opts in all error casesTuguoyi1-1/+1
2020-11-03qmp: fix aio_poll() assertion failure on WindowsVolker Rümelin1-1/+7
2020-11-03Merge remote-tracking branch 'remotes/berrange-gitlab/tags/sock-next-pull-req...Peter Maydell5-87/+152
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster5-19/+50
2020-11-03sockets: Bypass "replace empty @path" for abstract unix socketsMarkus Armbruster1-1/+1
2020-11-03char-socket: Fix qemu_chr_socket_address() for abstract socketsMarkus Armbruster1-2/+14
2020-11-03sockets: Fix socket_sockaddr_to_address_unix() for abstract socketsMarkus Armbruster1-2/+12
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster3-5/+7
2020-11-03test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster1-26/+65
2020-11-03test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster1-27/+13
2020-11-03test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster1-28/+20
2020-11-03test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster1-38/+26
2020-11-03test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster1-0/+4
2020-11-03test-util-sockets: Plug file descriptor leakMarkus Armbruster1-0/+1
2020-11-03Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag'...Peter Maydell6-41/+1106
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell17-486/+581
2020-11-02qga: add ssh-get-authorized-keysMarc-André Lureau3-2/+106
2020-11-02meson: minor simplificationMarc-André Lureau1-6/+1
2020-11-02qga: add *reset argument to ssh-add-authorized-keysMichael Roth2-6/+50
2020-11-02qga: add ssh-{add,remove}-authorized-keysMarc-André Lureau3-1/+466
2020-11-02glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau1-0/+28
2020-11-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201102a'...Peter Maydell16-24/+832
2020-11-02tests/acceptance: Add virtiofs_submounts.pyMax Reitz5-0/+662
2020-11-02tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz1-6/+7
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz2-0/+23
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz2-10/+86
2020-11-02meson.build: Check for statx()Max Reitz1-0/+16
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2-0/+7
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz2-0/+10
2020-11-02virtiofsd: Fix the help message of posix lockJiachen Zhang1-1/+1