Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201104' into staging · fbd9cc20
      Peter Maydell authored
      
      Fix assert in set_jmp_reset_offset
      Revert cross-branch optimization in tcg/optimize.c.
      
      # gpg: Signature made Thu 05 Nov 2020 00:28:07 GMT
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-tcg-20201104:
        tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"
        tcg: Remove assert from set_jmp_reset_offset
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      fbd9cc20
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · 85c3ed44
      Peter Maydell authored
      
      pc,pci,vhost,virtio: fixes
      
      Lots of fixes all over the place.
      virtio-mem and virtio-iommu patches are kind of fixes but
      it seems better to just make them behave sanely than
      try to educate users about the limitations ...
      
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Wed 04 Nov 2020 18:40:03 GMT
      # gpg:                using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469
      # gpg:                issuer "mst@redhat.com"
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
      # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * remotes/mst/tags/for_upstream: (31 commits)
        contrib/vhost-user-blk: fix get_config() information leak
        block/export: fix vhost-user-blk get_config() information leak
        block/export: make vhost-user-blk config space little-endian
        configure: introduce --enable-vhost-user-blk-server
        libvhost-user: follow QEMU comment style
        vhost-blk: set features before setting inflight feature
        Revert "vhost-blk: set features before setting inflight feature"
        net: Add vhost-vdpa in show_netdevs()
        vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup
        vfio: Don't issue full 2^64 unmap
        virtio-iommu: Set supported page size mask
        vfio: Set IOMMU page size as per host supported page size
        memory: Add interface to set iommu page size mask
        virtio-iommu: Add notify_flag_changed() memory region callback
        virtio-iommu: Add replay() memory region callback
        virtio-iommu: Call memory notifiers in attach/detach
        virtio-iommu: Add memory notifiers for map/unmap
        virtio-iommu: Store memory region in endpoint struct
        virtio-iommu: Fix virtio_iommu_mr()
        hw/smbios: Fix leaked fd in save_opt_one() error path
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      85c3ed44
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging · 747c6b38
      Peter Maydell authored
      
      Doc and bug fixes
      
      # gpg: Signature made Wed 04 Nov 2020 17:01:29 GMT
      # gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
      # gpg:                issuer "pbonzini@redhat.com"
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini-gitlab/tags/for-upstream:
        qapi, qemu-options: make all parsing visitors parse boolean options the same
        qtest: escape device name in device-introspect-test
        ivshmem-test: do not use short-form boolean option
        semihosting: fix order of initialization functions
        fuzz: fuzz offsets within pio/mmio regions
        fuzz: check the MR in the DMA callback
        fuzz: fix writing DMA patterns
        tests/qtest: Fix potential NULL pointer dereference in qos_build_main_args()
        configure: fix gio_libs reference
        meson: fix warning for bad sphinx-build
        tests/qtest/libqos/ahci.c: Avoid NULL dereference in ahci_exec()
        tests/qtest/libqtest.c: Check for setsockopt() failure
        meson: vhost-user-gpu/virtiofsd: use absolute path
        meson: use b_staticpic=false for meson >=0.56.0
        qtest: add a reproducer for LP#1878642
        hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQ
        scripts/oss-fuzz: rename bin/qemu-fuzz-i386
        exec: Remove dead code (CID 1432876)
        docs: expand sourceset documentation
        cutils: replace strdup with g_strdup
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      747c6b38
  2. Nov 04, 2020
  3. Nov 03, 2020
Loading