aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-03cutils: replace strdup with g_strdupPaolo Bonzini
2020-11-03Merge remote-tracking branch 'remotes/berrange-gitlab/tags/sock-next-pull-req...Peter Maydell
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster
2020-11-03sockets: Bypass "replace empty @path" for abstract unix socketsMarkus Armbruster
2020-11-03char-socket: Fix qemu_chr_socket_address() for abstract socketsMarkus Armbruster
2020-11-03sockets: Fix socket_sockaddr_to_address_unix() for abstract socketsMarkus Armbruster
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster
2020-11-03test-util-sockets: Test the complete abstract socket matrixMarkus Armbruster
2020-11-03test-util-sockets: Synchronize properly, don't sleep(1)Markus Armbruster
2020-11-03test-util-sockets: Factor out test_socket_unix_abstract_one()Markus Armbruster
2020-11-03test-util-sockets: Clean up SocketAddress constructionMarkus Armbruster
2020-11-03test-util-sockets: Correct to set has_abstract, has_tightMarkus Armbruster
2020-11-03test-util-sockets: Plug file descriptor leakMarkus Armbruster
2020-11-03Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag'...Peter Maydell
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan
2020-11-03vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker
2020-11-03hw/smbios: Fix leaked fd in save_opt_one() error pathPhilippe Mathieu-Daudé
2020-11-03hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé
2020-11-03hw/acpi : add spaces around operatorXinhao Zhang
2020-11-03hw/acpi : add space before the open parenthesis '('Xinhao Zhang
2020-11-03hw/acpi : Don't use '#' flag of printf formatXinhao Zhang
2020-11-03virito-mem: Implement get_min_alignment()David Hildenbrand
2020-11-03memory-device: Add get_min_alignment() callbackDavid Hildenbrand
2020-11-03memory-device: Support big alignment requirementsDavid Hildenbrand
2020-11-03virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand
2020-11-03virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand
2020-11-03virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand
2020-11-03pc: comment style fixupMichael S. Tsirkin
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell
2020-11-02qga: add ssh-get-authorized-keysMarc-André Lureau
2020-11-02meson: minor simplificationMarc-André Lureau
2020-11-02qga: add *reset argument to ssh-add-authorized-keysMichael Roth
2020-11-02qga: add ssh-{add,remove}-authorized-keysMarc-André Lureau
2020-11-02glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau
2020-11-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201102a'...Peter Maydell
2020-11-02tests/acceptance: Add virtiofs_submounts.pyMax Reitz
2020-11-02tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz
2020-11-02meson.build: Check for statx()Max Reitz
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz
2020-11-02virtiofsd: Fix the help message of posix lockJiachen Zhang