diff --git a/MAINTAINERS b/MAINTAINERS index f4a7e453c0..9410bbb7cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -151,6 +151,13 @@ F: disas/arm.c F: disas/arm-a64.cc F: disas/libvixl/ +ARM SMMU +M: Eric Auger +L: qemu-arm@nongnu.org +S: Maintained +F: hw/arm/smmu* +F: include/hw/arm/smmu* + CRIS M: Edgar E. Iglesias S: Maintained @@ -535,6 +542,17 @@ L: qemu-arm@nongnu.org S: Odd Fixes F: hw/arm/gumstix.c +i.MX25 PDK +M: Peter Maydell +R: Jean-Christophe Dubois +L: qemu-arm@nongnu.org +S: Odd Fixes +F: hw/arm/fsl-imx25.c +F: hw/arm/imx25_pdk.c +F: hw/misc/imx25_ccm.c +F: include/hw/arm/fsl-imx25.h +F: include/hw/misc/imx25_ccm.h + i.MX31 (kzm) M: Peter Chubb M: Peter Maydell @@ -617,6 +635,7 @@ R: Andrew Baumann R: Philippe Mathieu-Daudé L: qemu-arm@nongnu.org S: Odd Fixes +F: hw/arm/raspi.c F: hw/arm/raspi_platform.h F: hw/*/bcm283* F: include/hw/arm/raspi* @@ -641,8 +660,12 @@ F: hw/arm/spitz.c F: hw/arm/tosa.c F: hw/arm/z2.c F: hw/*/pxa2xx* +F: hw/display/tc6393xb.c +F: hw/gpio/max7310.c +F: hw/gpio/zaurus.c F: hw/misc/mst_fpga.c F: include/hw/arm/pxa.h +F: include/hw/arm/sharpsl.h SABRELITE / i.MX6 M: Peter Maydell diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index d95cc27f58..7f63411430 100644 --- a/hw/net/cadence_gem.c +++ b/hw/net/cadence_gem.c @@ -979,7 +979,6 @@ static ssize_t gem_receive(NetClientState *nc, const uint8_t *buf, size_t size) /* Do nothing if receive is not enabled. */ if (!gem_can_receive(nc)) { - assert(!first_desc); return -1; }