Skip to content
Snippets Groups Projects
  1. Sep 19, 2023
    • Stefan Hajnoczi's avatar
      Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into staging · 6a0eddb3
      Stefan Hajnoczi authored
      ppc patch queue for 2023-09-18:
      
      In this short queue we're making two important changes:
      
      - Nicholas Piggin is now the qemu-ppc maintainer. Cédric Le Goater and
      Daniel Barboza will act as backup during Nick's transition to this new
      role.
      
      - Support for NVIDIA V100 GPU with NVLink2 is dropped from qemu-ppc.
      Linux removed the same support back in 5.13, we're following suit now.
      
      A xive Coverity fix is also included.
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iIwEABYKADQWIQQX6/+ZI9AYAK8oOBk82cqW3gMxZAUCZQhPnBYcZGFuaWVsaGI0
      # MTNAZ21haWwuY29tAAoJEDzZypbeAzFk5QUBAJJNnCtv/SPP6bQVNGMgtfI9sz2z
      # MEttDa7SINyLCiVxAP0Y9z8ZHEj6vhztTX0AAv2QubCKWIVbJZbPV5RWrHCEBQ==
      # =y3nh
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Mon 18 Sep 2023 09:24:44 EDT
      # gpg:                using EDDSA key 17EBFF9923D01800AF2838193CD9CA96DE033164
      # gpg:                issuer "danielhb413@gmail.com"
      # gpg: Good signature from "Daniel Henrique Barboza <danielhb413@gmail.com>" [unknown]
      # gpg: WARNING: The key's User ID 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-20230918' of https://gitlab.com/danielhb/qemu
      
      :
        spapr: Remove support for NVIDIA V100 GPU with NVLink2
        ppc/xive: Fix uint32_t overflow
        MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
      
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      6a0eddb3
    • Stefan Hajnoczi's avatar
      Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging · dd0c8498
      Stefan Hajnoczi authored
      # -----BEGIN PGP SIGNATURE-----
      # Version: GnuPG v1
      #
      # iQEcBAABAgAGBQJlB/SLAAoJEO8Ells5jWIR7EQH/1kAbxHcSGJXDOgQAXJ/rOZi
      # UKn3ugJzD0Hxd4Xz8cvdVLM+9/JoEEOK1uB+NIG7Ask/gA5D7eUYzaLtp1OJ8VNO
      # mamfKmn3EIBWJoLSHH19TKzfW2tGMJHQ0Nj+sbDQRkK5f2c7hwLTRXa1EmlJd4dB
      # VoVzX4OiJtrQyv4OVmpP/PSETXJDvYYX/DNcRl9/3ccKtQW/wVDI3YzrMzXrsgyc
      # w9ItJi8k+19mVH6RgQwciqRvTbVMdzkOxqvU//LY0TxnjsHfbyHr+KlNAa2WTY2N
      # QgpAlMZhHqUG6/XXAs0o2VEtA66zmw932Xfy/CZUEcdGWfkG/9CEVfbuT4CKGY4=
      # =tF7K
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Mon 18 Sep 2023 02:56:11 EDT
      # gpg:                using RSA key EF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>" [full]
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * tag 'net-pull-request' of https://github.com/jasowang/qemu
      
      :
        net/tap: Avoid variable-length array
        net/dump: Avoid variable length array
        hw/net/rocker: Avoid variable length array
        hw/net/fsl_etsec/rings.c: Avoid variable length array
        net: add initial support for AF_XDP network backend
        tests: bump libvirt-ci for libasan and libxdp
        e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffers
        igb: packet-split descriptors support
        igb: add IPv6 extended headers traffic detection
        igb: RX payload guest writting refactoring
        igb: RX descriptors guest writting refactoring
        igb: rename E1000E_RingInfo_st
        igb: remove TCP ACK detection
        virtio-net: Add support for USO features
        virtio-net: Add USO flags to vhost support.
        tap: Add check for USO features
        tap: Add USO support to tap device.
      
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      dd0c8498
    • Stefan Hajnoczi's avatar
      Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging · d7754940
      Stefan Hajnoczi authored
      *: Delete checks for old host definitions
      tcg/loongarch64: Generate LSX instructions
      fpu: Add conversions between bfloat16 and [u]int8
      fpu: Handle m68k extended precision denormals properly
      accel/tcg: Improve cputlb i/o organization
      accel/tcg: Simplify tlb_plugin_lookup
      accel/tcg: Remove false-negative halted assertion
      tcg: Add gvec compare with immediate and scalar operand
      tcg/aarch64: Emit BTI insns at jump landing pads
      
      [Resolved conflict between CPUINFO_PMULL and CPUINFO_BTI.
      --Stefan]
      
      * tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu
      
      : (39 commits)
        tcg: Map code_gen_buffer with PROT_BTI
        tcg/aarch64: Emit BTI insns at jump landing pads
        util/cpuinfo-aarch64: Add CPUINFO_BTI
        tcg: Add tcg_out_tb_start backend hook
        fpu: Handle m68k extended precision denormals properly
        fpu: Add conversions between bfloat16 and [u]int8
        accel/tcg: Introduce do_st16_mmio_leN
        accel/tcg: Introduce do_ld16_mmio_beN
        accel/tcg: Merge io_writex into do_st_mmio_leN
        accel/tcg: Merge io_readx into do_ld_mmio_beN
        accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1
        accel/tcg: Merge cpu_transaction_failed into io_failed
        plugin: Simplify struct qemu_plugin_hwaddr
        accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
        accel/tcg: Split out io_prepare and io_failed
        accel/tcg: Simplify tlb_plugin_lookup
        target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
        tcg: Add gvec compare with immediate and scalar operand
        tcg/loongarch64: Implement 128-bit load & store
        tcg/loongarch64: Lower rotli_vec to vrotri
        ...
      
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      d7754940
  2. Sep 18, 2023
  3. Sep 16, 2023
Loading