Skip to content
Snippets Groups Projects
  1. Jan 14, 2022
  2. Jan 13, 2022
    • Dmitry Petrov's avatar
      ui/input-legacy: pass horizontal scroll information · 17f6315e
      Dmitry Petrov authored
      
      This code seems to be used by vmport hack, passing these values allows
      to implement horizontal scroll support even when using vmport.
      In case it's not supported horizontal scroll will act as a vertical one.
      
      Signed-off-by: default avatarDmitry Petrov <dpetroff@gmail.com>
      Message-Id: <20220108153947.171861-6-dpetroff@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      17f6315e
    • Dmitry Petrov's avatar
      ui/sdl2: pass horizontal scroll information to the device code · ed80f503
      Dmitry Petrov authored
      
      Signed-off-by: default avatarDmitry Petrov <dpetroff@gmail.com>
      Message-Id: <20220108153947.171861-5-dpetroff@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      ed80f503
    • Dmitry Petrov's avatar
      ui/gtk: pass horizontal scroll information to the device code · 13cb360f
      Dmitry Petrov authored
      
      Signed-off-by: default avatarDmitry Petrov <dpetroff@gmail.com>
      Message-Id: <20220108153947.171861-4-dpetroff@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      13cb360f
    • Dmitry Petrov's avatar
      ui/cocoa: pass horizontal scroll information to the device code · d70a5de4
      Dmitry Petrov authored
      
      Signed-off-by: default avatarDmitry Petrov <dpetroff@gmail.com>
      Message-Id: <20220108153947.171861-3-dpetroff@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      d70a5de4
    • Dmitry Petrov's avatar
      ps2: Initial horizontal scroll support · 64ebbb7d
      Dmitry Petrov authored
      
      This change adds support for horizontal scroll to ps/2 mouse device
      code. The code is implemented to match the logic of linux kernel
      which is used as a reference.
      
      Signed-off-by: default avatarDmitry Petrov <dpetroff@gmail.com>
      Message-Id: <20220108153947.171861-2-dpetroff@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      64ebbb7d
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging · 67b6526c
      Peter Maydell authored
      
      * configure and meson cleanups
      * KVM_GET/SET_SREGS2 support for x86
      
      # gpg: Signature made Wed 12 Jan 2022 13:09:19 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:
        meson: reenable filemonitor-inotify compilation
        meson: build all modules by default
        configure: do not create roms/seabios/config.mak if SeaBIOS not present
        tests/tcg: Fix target-specific Makefile variables path for user-mode
        KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
        KVM: use KVM_{GET|SET}_SREGS2 when supported.
        meson: add comments in the target-specific flags section
        configure, meson: move config-poison.h to meson
        meson: build contrib/ executables after generated headers
        configure: move non-command-line variables away from command-line parsing section
        configure: parse --enable/--disable-strip automatically, flip default
        configure, makefile: remove traces of really old files
        configure: do not set bsd_user/linux_user early
        configure: simplify creation of plugin symbol list
        block/file-posix: Simplify the XFS_IOC_DIOINFO handling
        meson: cleanup common-user/ build
        user: move common-user includes to a subdirectory of {bsd,linux}-user/
        meson: reuse common_user_inc when building files specific to user-mode emulators
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      67b6526c
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into staging · f8d75e10
      Peter Maydell authored
      
      ppc 7.0 queue:
      
      * New SLOF for PPC970 and POWER5+ (Alexey)
      * Fixes for POWER5+ pseries (Cedric)
      * Updates of documentation (Leonardo and Thomas)
      * First step of exception model cleanup (Fabiano)
      * User created PHB3/PHB4 devices (Daniel and Cedric)
      
      # gpg: Signature made Wed 12 Jan 2022 10:43:21 GMT
      # gpg:                using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1
      # gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [undefined]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: A0F6 6548 F048 95EB FE6B  0B60 51A3 43C7 CFFB ECA1
      
      * remotes/legoater/tags/pull-ppc-20220112: (34 commits)
        ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()
        ppc/pnv: turn pnv_phb4_update_regions() into static
        ppc/pnv: Introduce user creatable pnv-phb4 devices
        ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
        ppc/pnv: move PHB4 XSCOM init to phb4_realize()
        ppc/pnv: set phb4 properties in stk_realize()
        pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()
        pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.c
        pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS name
        pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS name
        ppc/pnv: Move num_phbs under Pnv8Chip
        ppc/pnv: Complete user created PHB3 devices
        ppc/pnv: Reparent user created PHB3 devices to the PnvChip
        ppc/pnv: Introduce support for user created PHB3 devices
        pnv_phb4.c: check if root port exists in rc_config functions
        pnv_phb4.c: make pnv-phb4-root-port user creatable
        ppc/pnv: Attach PHB3 root port device when defaults are enabled
        pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_port
        pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
        target/ppc: Set the correct endianness for powernv memory dumps
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      f8d75e10
    • Satyeshwar Singh's avatar
      edid: Added support for 4k@60 Hz monitor · f0602b70
      Satyeshwar Singh authored
      
      Previously, the large modes (>1080p) that were generated by Qemu in its EDID
      were all 50 Hz. If we provide them to a Guest OS and the user selects
      one of these modes, then the OS by default only gets 50 FPS. This is
      especially true for Windows OS. With this patch, we are now exposing a
      3840x2160@60 Hz which will allow the guest OS to get 60 FPS.
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: default avatarSatyeshwar Singh <satyeshwar.singh@intel.com>
      Message-Id: <20211116221103.27128-1-dongwon.kim@intel.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      f0602b70
    • Daniel P. Berrangé's avatar
      edid: set default resolution to 1280x800 (WXGA) · de72c4b7
      Daniel P. Berrangé authored
      
      Currently QEMU defaults to a resolution of 1024x768 when exposing EDID
      info to the guest OS. The EDID default info is important as this will
      influence what resolution many guest OS will configure the screen with
      on boot. It can also potentially influence what resolution the firmware
      will configure the screen with, though until very recently EDK2 would
      not handle EDID info.
      
      One important thing to bear in mind is that the default graphics card
      driver provided by Windows will leave the display set to whatever
      resolution was enabled by the firmware on boot. Even if sufficient
      VRAM is available, the resolution can't be changed without installing
      new drivers. IOW, the default resolution choice is quite important
      for usability of Windows.
      
      Modern real world monitor hardware for desktop/laptop has supported
      resolutions higher than 1024x768 for a long time now, perhaps as long
      as 15+ years. There are quite a wide variety of native resolutions in
      use today, however, and in wide screen form factors the height may not
      be all that tall.
      
      None the less, it is considered that there is scope for making the
      QEMU default resolution slightly larger.
      
      In considering what possible new default could be suitable, choices
      considered were 1280x720 (720p), 1280x800 (WXGA) and 1280x1024 (SXGA).
      
      In many ways, vertical space is the most important, and so 720p was
      discarded due to loosing vertical space, despite being 25% wider.
      
      The SXGA resolution would be good, but when taking into account
      window titlebars/toolbars and window manager desktop UI, this might
      be a little too tall for some users to fit the guest on their physical
      montior.
      
      This patch thus suggests a modest change to 1280x800 (WXGA). This
      only consumes 1 MB per colour channel, allowing double buffered
      framebuffer in 8 MB of VRAM. Width wise this is 25% larger than
      QEMU's current default, but height wise this only adds 5%, so the
      difference isn't massive on the QEMU side.
      
      Overall there doesn't appear to be a compelling reason to stick
      with 1024x768 resolution.
      
      Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Reviewed-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Message-Id: <20211129140508.1745130-1-berrange@redhat.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      de72c4b7
    • Philippe Mathieu-Daudé's avatar
      hw/mips/jazz: Inline vga_mmio_init() and remove it · 7336c944
      Philippe Mathieu-Daudé authored
      
      vga_mmio_init() is used only one time and not very helpful,
      inline and remove it.
      
      Reviewed-by: default avatarBALATON Zoltan <balaton@eik.bme.hu>
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20211206224528.563588-5-f4bug@amsat.org>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      7336c944
    • Philippe Mathieu-Daudé's avatar
      hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO · 23f6e3b1
      Philippe Mathieu-Daudé authored
      
      Introduce TYPE_VGA_MMIO, a sysbus device.
      
      While there is no change in the vga_mmio_init()
      interface, this is a migration compatibility break
      of the MIPS Acer Pica 61 Jazz machine (pica61).
      
      Suggested-by: default avatarThomas Huth <thuth@redhat.com>
      Reviewed-by: default avatarBALATON Zoltan <balaton@eik.bme.hu>
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20211206224528.563588-4-f4bug@amsat.org>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      23f6e3b1
    • Philippe Mathieu-Daudé's avatar
      hw/display/vga-mmio: Inline vga_mm_init() · 6bd06f77
      Philippe Mathieu-Daudé authored
      
      Inline vga_mm_init() in vga_mmio_init() to simplify the
      next patch review. Kind of.
      
      Reviewed-by: default avatarBALATON Zoltan <balaton@eik.bme.hu>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-Id: <20211206224528.563588-3-f4bug@amsat.org>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      6bd06f77
    • Philippe Mathieu-Daudé's avatar
      hw/display: Rename VGA_ISA_MM -> VGA_MMIO · 3ac25236
      Philippe Mathieu-Daudé authored
      
      There is no ISA bus part in the MMIO VGA device, so rename:
      
       *  hw/display/vga-isa-mm.c -> hw/display/vga-mmio.c
       *  CONFIG_VGA_ISA_MM -> CONFIG_VGA_MMIO
       *  ISAVGAMMState -> VGAMmioState
       *  isa_vga_mm_init() -> vga_mmio_init()
      
      Reviewed-by: default avatarBALATON Zoltan <balaton@eik.bme.hu>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-Id: <20211206224528.563588-2-f4bug@amsat.org>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      3ac25236
    • Gerd Hoffmann's avatar
      uas: add missing return · 1c6c0b9e
      Gerd Hoffmann authored
      
      Otherwise we run the error handling code even for successful requests.
      
      Fixes: 13b250b1 ("uas: add stream number sanity checks.")
      Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20211210080659.2537084-1-kraxel@redhat.com>
      1c6c0b9e
    • Marc-André Lureau's avatar
      ui: fix gtk clipboard clear assertion · 87800d94
      Marc-André Lureau authored
      
      When closing the QEMU Gtk display window, it can occasionaly warn:
      qemu-system-x86_64: Gtk: gtk_clipboard_set_with_data: assertion 'targets != NULL' failed
      
      #3  0x00007ffff4f02f22 in gtk_clipboard_set_with_data (clipboard=<optimized out>, targets=<optimized out>, n_targets=<optimized out>, get_func=<optimized out>, clear_func=<optimized out>, user_data=<optimized out>) at /usr/src/debug/gtk3-3.24.30-4.fc35.x86_64/gtk/gtkclipboard.c:672
      #4  0x00007ffff552cd75 in gd_clipboard_update_info (gd=0x5555579a9e00, info=0x555557ba4b50) at ../ui/gtk-clipboard.c:98
      #5  0x00007ffff552ce00 in gd_clipboard_notify (notifier=0x5555579aaba8, data=0x7fffffffd720) at ../ui/gtk-clipboard.c:128
      #6  0x000055555603e0ff in notifier_list_notify (list=0x555556657470 <clipboard_notifiers>, data=0x7fffffffd720) at ../util/notify.c:39
      #7  0x000055555594e8e0 in qemu_clipboard_update (info=0x555557ba4b50) at ../ui/clipboard.c:54
      #8  0x000055555594e840 in qemu_clipboard_peer_release (peer=0x55555684a5b0, selection=QEMU_CLIPBOARD_SELECTION_PRIMARY) at ../ui/clipboard.c:40
      #9  0x000055555594e786 in qemu_clipboard_peer_unregister (peer=0x55555684a5b0) at ../ui/clipboard.c:19
      #10 0x000055555595f044 in vdagent_disconnect (vd=0x55555684a400) at ../ui/vdagent.c:852
      #11 0x000055555595f262 in vdagent_chr_fini (obj=0x55555684a400) at ../ui/vdagent.c:908
      
      Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
      Message-Id: <20211216083233.1166504-1-marcandre.lureau@redhat.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      87800d94
    • Marc-André Lureau's avatar
      ui/dbus: fix buffer-overflow detected by ASAN · fc94d115
      Marc-André Lureau authored
      
      On the last added dbus patch, I left a tiny BO:
      
      ==441487==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000025a70 at pc 0x7f0817bb764c bp 0x7ffde672ae60 sp 0x7ffde672ae58
      WRITE of size 8 at 0x611000025a70 thread T0
          #0 0x7f0817bb764b in dbus_vc_class_init ../ui/dbus.c:401
      
      A cookie for ASAN! not you C :)
      
      Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
      Fixes: 7f767ca3 ("ui/dbus: register D-Bus VC handler")
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20211222144032.443424-1-marcandre.lureau@redhat.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      fc94d115
    • Volker Rümelin's avatar
      hw/audio/intel-hda: fix stream reset · ecd5f288
      Volker Rümelin authored
      Quote from:
      High Definition Audio Specification 1.0a, section 3.3.35
      
      Offset 80: {IOB}SDnCTL Stream Reset (SRST): Writing a 1 causes
      the corresponding stream to be reset. The Stream Descriptor
      registers (except the SRST bit itself) ... are reset.
      
      Change the code to reset the Stream Descriptor Control and Status
      registers except the SRST bit.
      
      Resolves: https://gitlab.com/qemu-project/qemu/-/issues/757
      
      
      Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
      Message-Id: <20211226154017.6067-3-vr_qemu@t-online.de>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      ecd5f288
    • Volker Rümelin's avatar
      dsoundaudio: fix crackling audio recordings · 9d90ceb2
      Volker Rümelin authored
      
      Audio recordings with the DirectSound backend don't sound right.
      A look a the Microsoft online documentation tells us why.
      
      From the DirectSound Programming Guide, Capture Buffer Information:
      'You can safely copy data from the buffer only up to the read
      cursor.'
      
      Change the code to read up to the read cursor instead of the
      capture cursor.
      
      Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
      Message-Id: <20211226154017.6067-2-vr_qemu@t-online.de>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      9d90ceb2
    • Volker Rümelin's avatar
      jackaudio: use ifdefs to hide unavailable functions · ead789eb
      Volker Rümelin authored
      On Windows the jack_set_thread_creator() function and on MacOS the
      pthread_setname_np() function with a thread pointer paramater is
      not available. Use #ifdefs to remove the jack_set_thread_creator()
      function call and the qjack_thread_creator() function in both
      cases.
      
      The qjack_thread_creator() function just sets the name of the
      created thread for debugging purposes and isn't really necessary.
      
      From the jack_set_thread_creator() documentation:
      (...)
      
      No normal application/client should consider calling this. (...)
      
      Resolves: https://gitlab.com/qemu-project/qemu/-/issues/785
      
      
      Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
      Reviewed-by: default avatarChristian Schoenebeck <qemu_oss@crudebyte.com>
      Message-Id: <20211226154017.6067-1-vr_qemu@t-online.de>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      ead789eb
    • Rao Lei's avatar
      ui/vnc.c: Fixed a deadlock bug. · 1dbbe6f1
      Rao Lei authored
      
      The GDB statck is as follows:
      (gdb) bt
      0  __lll_lock_wait (futex=futex@entry=0x56211df20360, private=0) at lowlevellock.c:52
      1  0x00007f263caf20a3 in __GI___pthread_mutex_lock (mutex=0x56211df20360) at ../nptl/pthread_mutex_lock.c:80
      2  0x000056211a757364 in qemu_mutex_lock_impl (mutex=0x56211df20360, file=0x56211a804857 "../ui/vnc-jobs.h", line=60)
          at ../util/qemu-thread-posix.c:80
      3  0x000056211a0ef8c7 in vnc_lock_output (vs=0x56211df14200) at ../ui/vnc-jobs.h:60
      4  0x000056211a0efcb7 in vnc_clipboard_send (vs=0x56211df14200, count=1, dwords=0x7ffdf1701338) at ../ui/vnc-clipboard.c:138
      5  0x000056211a0f0129 in vnc_clipboard_notify (notifier=0x56211df244c8, data=0x56211dd1bbf0) at ../ui/vnc-clipboard.c:209
      6  0x000056211a75dde8 in notifier_list_notify (list=0x56211afa17d0 <clipboard_notifiers>, data=0x56211dd1bbf0) at ../util/notify.c:39
      7  0x000056211a0bf0e6 in qemu_clipboard_update (info=0x56211dd1bbf0) at ../ui/clipboard.c:50
      8  0x000056211a0bf05d in qemu_clipboard_peer_release (peer=0x56211df244c0, selection=QEMU_CLIPBOARD_SELECTION_CLIPBOARD)
          at ../ui/clipboard.c:41
      9  0x000056211a0bef9b in qemu_clipboard_peer_unregister (peer=0x56211df244c0) at ../ui/clipboard.c:19
      10 0x000056211a0d45f3 in vnc_disconnect_finish (vs=0x56211df14200) at ../ui/vnc.c:1358
      11 0x000056211a0d4c9d in vnc_client_read (vs=0x56211df14200) at ../ui/vnc.c:1611
      12 0x000056211a0d4df8 in vnc_client_io (ioc=0x56211ce70690, condition=G_IO_IN, opaque=0x56211df14200) at ../ui/vnc.c:1649
      13 0x000056211a5b976c in qio_channel_fd_source_dispatch
          (source=0x56211ce50a00, callback=0x56211a0d4d71 <vnc_client_io>, user_data=0x56211df14200) at ../io/channel-watch.c:84
      14 0x00007f263ccede8e in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
      15 0x000056211a77d4a1 in glib_pollfds_poll () at ../util/main-loop.c:232
      16 0x000056211a77d51f in os_host_main_loop_wait (timeout=958545) at ../util/main-loop.c:255
      17 0x000056211a77d630 in main_loop_wait (nonblocking=0) at ../util/main-loop.c:531
      18 0x000056211a45bc8e in qemu_main_loop () at ../softmmu/runstate.c:726
      19 0x000056211a0b45fa in main (argc=69, argv=0x7ffdf1701778, envp=0x7ffdf17019a8) at ../softmmu/main.c:50
      
      From the call trace, we can see it is a deadlock bug.
      vnc_disconnect_finish will acquire the output_mutex.
      But, the output_mutex will be acquired again in vnc_clipboard_send.
      Repeated locking will cause deadlock. So, I move
      qemu_clipboard_peer_unregister() behind vnc_unlock_output();
      
      Fixes: 0bf41cab ("ui/vnc: clipboard support")
      Signed-off-by: default avatarLei Rao <lei.rao@intel.com>
      Reviewed-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
      Message-Id: <20220105020808.597325-1-lei.rao@intel.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      1dbbe6f1
    • Zhenwei Pi's avatar
      usb: allow max 8192 bytes for desc · 7cd2cfa2
      Zhenwei Pi authored
      
      A device of USB video class usually uses larger desc structure, so
      use larger buffer to avoid failure. (dev-video.c is ready)
      
      This is an unlikely code path:
      1, during guest startup, guest tries to probe device.
      2, run 'lsusb' command in guest(or other similar commands).
      
      Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Signed-off-by: default avatarzhenwei pi <pizhenwei@bytedance.com>
      Message-Id: <20220112015835.900619-1-pizhenwei@bytedance.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      7cd2cfa2
Loading