Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' into staging · a98135f7
      Peter Maydell authored
      
      vga: stdvga/bochs mmio fix.
      
      # gpg: Signature made Mon 16 Mar 2020 12:48:10 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/vga-20200316-pull-request:
        stdvga+bochs-display: add dummy mmio handler
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      a98135f7
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200316-pull-request' into staging · 509f6179
      Peter Maydell authored
      
      audio: float fixes
      
      # gpg: Signature made Mon 16 Mar 2020 11:30:00 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/audio-20200316-pull-request:
        audio: add audiodev format=f32 option documentation
        audio: fix saturation nonlinearity in clip_* functions
        audio: change mixing engine float range to [-1.f, 1.f]
        audio: consistency changes
        audio: change naming scheme of FLOAT_CONV macros
        qapi/audio: add documentation for AudioFormat
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      509f6179
    • Gerd Hoffmann's avatar
      stdvga+bochs-display: add dummy mmio handler · f872c762
      Gerd Hoffmann authored
      
      The bochs-display mmio bar has some sub-regions with the actual hardware
      registers.  What happens when the guest access something outside those
      regions depends on the archirecture.  On x86 those reads succeed (and
      return 0xff I think).  On risc-v qemu aborts.
      
      This patch adds handlers for the parent region, to make the wanted
      behavior explicit and to make things consistent across architectures.
      
      v2:
       - use existing unassigned_io_ops.
       - also cover stdvga.
      
      Cc: Alistair Francis <alistair23@gmail.com>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20200309100009.17624-1-kraxel@redhat.com
      f872c762
Loading