]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request' into...
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 06:28:14 +0000 (02:28 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 06:28:14 +0000 (02:28 -0400)
MAINTAINERS: audio updates
microvm: device tree support
console: chardev fixes
misc: deprecate sga
usb: fix struct usb_msd_csw

# gpg: Signature made Tue 02 Nov 2021 12:26:07 PM EDT
# gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
# 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]

* remotes/kraxel/tags/misc-20211102-pull-request:
  usb-storage: tag usb_msd_csw as packed struct
  hw/misc: deprecate the 'sga' device
  ui/console: remove chardev frontend connected test
  ui/console: replace kbd_timer with chr_accept_input callback
  ui/console: replace QEMUFIFO with Fifo8
  ui/gtk: skip any extra draw of same guest scanout blob res
  ui/gtk: Update the refresh rate for gl-area too
  microvm: add device tree support.
  MAINTAINERS: add myself as partial audio reviewer
  MAINTAINERS: Add myself as a reviewer for SDL audio

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1  2 
MAINTAINERS

diff --combined MAINTAINERS
index d58885d9b9163ee9bb4f1a7000280c07d304e4ea,9ddba68701b5512c339a5673b86e7a81220fa247..7cbae14422040c263ff707c6de8718ee8f36240b
@@@ -109,12 -109,6 +109,12 @@@ K: ^Subject:.*(?i)s390x
  T: git https://gitlab.com/cohuck/qemu.git s390-next
  L: qemu-s390x@nongnu.org
  
 +MIPS general architecture support
 +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 +R: Jiaxun Yang <jiaxun.yang@flygoat.com>
 +S: Odd Fixes
 +K: ^Subject:.*(?i)mips
 +
  Guest CPU cores (TCG)
  ---------------------
  Overall TCG CPUs
@@@ -236,9 -230,19 +236,9 @@@ R: Jiaxun Yang <jiaxun.yang@flygoat.com
  R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
  S: Odd Fixes
  F: target/mips/
 -F: configs/devices/mips*/*
  F: disas/mips.c
  F: docs/system/cpu-models-mips.rst.inc
 -F: hw/intc/mips_gic.c
 -F: hw/mips/
 -F: hw/misc/mips_*
 -F: hw/timer/mips_gictimer.c
 -F: include/hw/intc/mips_gic.h
 -F: include/hw/mips/
 -F: include/hw/misc/mips_*
 -F: include/hw/timer/mips_gictimer.h
  F: tests/tcg/mips/
 -K: ^Subject:.*(?i)mips
  
  MIPS TCG CPUs (nanoMIPS ISA)
  S: Orphan
@@@ -1166,13 -1170,6 +1166,13 @@@ F: hw/microblaze/petalogix_ml605_mmu.
  
  MIPS Machines
  -------------
 +Overall MIPS Machines
 +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 +S: Odd Fixes
 +F: configs/devices/mips*/*
 +F: hw/mips/
 +F: include/hw/mips/
 +
  Jazz
  M: Hervé Poussineau <hpoussin@reactos.org>
  R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
@@@ -2270,20 -2267,6 +2270,20 @@@ S: Odd Fixe
  F: hw/intc/openpic.c
  F: include/hw/ppc/openpic.h
  
 +MIPS CPS
 +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 +S: Odd Fixes
 +F: hw/misc/mips_*
 +F: include/hw/misc/mips_*
 +
 +MIPS GIC
 +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 +S: Odd Fixes
 +F: hw/intc/mips_gic.c
 +F: hw/timer/mips_gictimer.c
 +F: include/hw/intc/mips_gic.h
 +F: include/hw/timer/mips_gictimer.h
 +
  Subsystems
  ----------
  Overall Audio backends
@@@ -2302,11 -2285,13 +2302,13 @@@ F: qapi/audio.jso
  
  ALSA Audio backend
  M: Gerd Hoffmann <kraxel@redhat.com>
+ R: Christian Schoenebeck <qemu_oss@crudebyte.com>
  S: Odd Fixes
  F: audio/alsaaudio.c
  
  Core Audio framework backend
  M: Gerd Hoffmann <kraxel@redhat.com>
+ R: Christian Schoenebeck <qemu_oss@crudebyte.com>
  S: Odd Fixes
  F: audio/coreaudio.c
  
@@@ -2317,6 -2302,7 +2319,7 @@@ F: audio/dsound
  
  JACK Audio Connection Kit backend
  M: Gerd Hoffmann <kraxel@redhat.com>
+ R: Christian Schoenebeck <qemu_oss@crudebyte.com>
  S: Odd Fixes
  F: audio/jackaudio.c
  
@@@ -2332,6 -2318,7 +2335,7 @@@ F: audio/paaudio.
  
  SDL Audio backend
  M: Gerd Hoffmann <kraxel@redhat.com>
+ R: Thomas Huth <huth@tuxfamily.org>
  S: Odd Fixes
  F: audio/sdlaudio.c