Ping?
On Mon, May 08, 2017 at 05:57:32PM -0300, Eduardo Habkost wrote:
> Changes v2 -> v3:
> * Build fix: update hw/ppc/prep.c too
>
> Changes v1 -> v2:
> * Rebase to latest qemu.git master
>
> This moves the arch_init.c soundhw code to its own file, renames
> audio_init() to soundhw_init(), and
On Mon, May 08, 2017 at 03:54:18PM -0700, no-re...@patchew.org wrote:
[...]
> === OUTPUT BEGIN ===
> Checking PATCH 1/3: audio: Move arch_init audio code to hw/audio/soundhw.c...
> ERROR: suspect code indent for conditional statements (8, 13)
> #240: FILE: hw/audio/soundhw.c:76:
> +if (soun
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v3 0/3] arch_init: Move soundhw code to
hw/audio/soundhw.c
Type: series
Message-id: 20170508205735.23444-1-ehabk...@redhat.com
=== TEST SCRIPT BEGIN ===
#!/bin/bash
Changes v2 -> v3:
* Build fix: update hw/ppc/prep.c too
Changes v1 -> v2:
* Rebase to latest qemu.git master
This moves the arch_init.c soundhw code to its own file, renames
audio_init() to soundhw_init(), and renames hw/audio/audio.h to
hw/audio/soundhw.h.
Eduardo Habkost (3):
audio: Move arc