Skip to content
Snippets Groups Projects
  1. May 30, 2023
  2. May 29, 2023
    • Richard Henderson's avatar
      Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging · aa9bbd86
      Richard Henderson authored
      ppc patch queue for 2023-05-28:
      
      This queue includes several assorted fixes for PowerPC SPR
      emulation, a change in the default Pegasos2 CPU, the addition
      of AIL mode 3 for spapr, a PIC->CPU interrupt fix for prep and
      performance enhancements in fpu_helper.c.
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iIwEABYKADQWIQQX6/+ZI9AYAK8oOBk82cqW3gMxZAUCZHOFiRYcZGFuaWVsaGI0
      # MTNAZ21haWwuY29tAAoJEDzZypbeAzFkVZ0BAMV+9RlHKRlldOSPMEWCWo6hmA/U
      # 9SMyJsZPY3OpDbE3AP9XOQR1boqyT5MJXoeOUq1OLlFm6mY7UA300kBZ7wxVCw==
      # =IGNT
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Sun 28 May 2023 09:47:05 AM PDT
      # gpg:                using EDDSA key 17EBFF9923D01800AF2838193CD9CA96DE033164
      # gpg:                issuer "danielhb413@gmail.com"
      # gpg: Good signature from "Daniel Henrique Barboza <danielhb413@gmail.com>" [unknown]
      # 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: 17EB FF99 23D0 1800 AF28  3819 3CD9 CA96 DE03 3164
      
      * tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu
      
      :
        ppc/pegasos2: Change default CPU to 7457
        target/ppc: Add POWER9 DD2.2 model
        target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
        pnv_lpc: disable reentrancy detection for lpc-hc
        target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
        hw/ppc/prep: Fix wiring of PIC -> CPU interrupt
        spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
        target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
        target/ppc: Fix width of some 32-bit SPRs
        target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      aa9bbd86
    • Richard Henderson's avatar
      Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging · 57b93c0f
      Richard Henderson authored
      UI queue
      
      - virtio: add virtio-multitouch device
      - sdl: various keyboard grab fixes
      - gtk: enable multi-touch events
      - misc fixes
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQJQBAABCAA6FiEEh6m9kz+HxgbSdvYt2ujhCXWWnOUFAmRzVQAcHG1hcmNhbmRy
      # ZS5sdXJlYXVAcmVkaGF0LmNvbQAKCRDa6OEJdZac5a34D/9+1I9XnecCQk4rZhHI
      # Fb1fUei4eLNOdxTZUK2zpOkArWf59VNsEa1LFqIiM+0IlWU3gQmrCLRFOuJrDxiA
      # ugq9H23QLs3Z7HEab6/aq+VwUy+o1AXowLZBTrEGmw9SZQnrKeu4/prW0f5wbsTf
      # u5ALDkJWo733vkbAplsfWPcOLzp3CoTvA89iw/I9eNVYsm6+vBJ+0cRBr0GCPmiJ
      # 2xprhGkie491clNlbR3HmOX/RGFmcj/ClPraLXepaQq1gNCqurIrU7V3J/JcY5W0
      # YemXDEgpZ8iVt1OOKGKzTftGZzuhRpxAYvSPwjAp1XeEXB7eJEmjUWoFpyVt1tQZ
      # 4y6pQGYdM2XW0sbAkt3w2TIgj/odv7L3IHG3UcsBRefl6Pm43G1FuGWjbulQ1ch0
      # YyFAr1xNPkWMYSW1MTb4vuTYFO9OEY08W4n+M6O187RUFiuf+W00OZUDqpp6zjqT
      # LKjMktilpUOya1LvWU3D5et9LEXFgSrZj9rQlFsuMe3g24ZNPLypQh/jzSFs9ZsW
      # At1nIGGrrZDr8YMFnANBudJbJc0Q1+ce5TB6090XSpNn/YXvu2H+n/ceA4/mA6sy
      # MlQBrDmifb9iY6+62MbW8wJtiIy8Zi7A632pw8gbqB0ilkg4DNSBR5O42n1Fmhqp
      # gLfxN48NN9Bx6H+zPJbwz2aDQQ==
      # =3bPI
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Sun 28 May 2023 06:20:00 AM PDT
      # gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
      # gpg:                issuer "marcandre.lureau@redhat.com"
      # gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>" [full]
      # gpg:                 aka "Marc-André Lureau <marcandre.lureau@gmail.com>" [full]
      
      * tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu
      
      :
        ui/gtk: enable backend to send multi-touch events
        ui: add helpers for virtio-multitouch events
        virtio-input-pci: add virtio-multitouch-pci
        virtio-input: add a virtio-mulitouch device
        ui: add the infrastructure to support MT events
        virtio-input: generalize virtio_input_key_config()
        ui/cursor: make width/height unsigned 16-bit integer
        ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows
        ui/sdl2: Grab Alt+F4 also under Windows
        ui/sdl2: Grab Alt+Tab also in fullscreen mode
        ui/dbus: add a FIXME about texture/dmabuf scanout handling
        gtk: add gl-area support on win32
        virtio-gpu: add a FIXME for virtio_gpu_load()
        win32: wrap socket close() with an exception handler
        ui/dbus: fix compilation when GBM && !OPENGL
        ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
        ui/gtk-egl: fix scaling for cursor position in scanout mode
        ui/gtk: use widget size for cursor motion event
        ui/gtk: fix passing y0_top parameter to scanout
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      57b93c0f
  3. May 28, 2023
Loading