[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 6/9] PlatBus: Add serial-platbus device
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 6/9] PlatBus: Add serial-platbus device |
Date: |
Mon, 22 Jul 2013 20:56:32 +0200 |
On 22.07.2013, at 20:26, Peter Maydell wrote:
> On 22 July 2013 18:50, Alexander Graf <address@hidden> wrote:
>> We want to be able to spawn a serial console on the platform bus. Create
>> a small platbus wrapper device very similar to the ISA one.
>
> Why not use virtio-console?
Because eventually we want -nodefaults not generate any UARTs and only create
them through -device. Guests expect /dev/ttySx device nodes for their serial
ports.
Alex
[Qemu-ppc] [PATCH 5/9] PPC: Add platform bus to the default compile set, Alexander Graf, 2013/07/22
[Qemu-ppc] [PATCH 9/9] PPC: E500: Add PlatBus device tree walker, Alexander Graf, 2013/07/22
[Qemu-ppc] [PATCH 2/9] PlatBus: Add abstract Platform Device, Alexander Graf, 2013/07/22
[Qemu-ppc] [PATCH 8/9] PPC: E500: Spawn PlatBus bridge for ppce500 machine, Alexander Graf, 2013/07/22
[Qemu-ppc] [PATCH 4/9] PlatBus: Hook up into Makefile system, Alexander Graf, 2013/07/22
[Qemu-ppc] [PATCH 1/9] PlatBus: Add Platform Bus, Alexander Graf, 2013/07/22
Re: [Qemu-ppc] [PATCH 0/9] Add platform bus, Peter Maydell, 2013/07/22