On Mon, 22 Jan 2024 at 16:36, Peter Maydell <peter.mayd...@linaro.org> wrote: > > (This patchset fixes a bug reported by Bohdan Kostiv at > https://lore.kernel.org/qemu-devel/caa3sv1lq8ydunlcb5wqlvzjshffru0usbl_yyjw_m+db2ph...@mail.gmail.com/ > -- my patch 1 avoids a bug in his suggested change, and > patch 2 is new, improving the documentation.) > > Currently if the user passes multiple -serial options on the command > line, we mostly treat those as applying to the different serial > devices in order, so that for example > -serial stdio -serial file:filename > will connect the first serial port to stdio and the second to the > named file. > > The exception to this is the '-serial none' serial device type. This > means "don't allocate this serial device", but a bug means that > following -serial options are not correctly handled, so that > -serial none -serial stdio > has the unexpected effect that stdio is connected to the first serial > port, not the second.
I'll take this series via target-arm.next. thanks -- PMM