Re: [PATCH 0/1] virtio: add driver for virtio_console devices

2023-06-18 Thread Bin Meng
Hi Paul, On Wed, Jun 14, 2023 at 1:36 AM Ying-Chun Liu (PaulLiu) wrote: > > > > On 2023/6/9 17:27, Bin Meng wrote: > > Hi, > > > > On Tue, Jun 6, 2023 at 9:26 PM Ying-Chun Liu (PaulLiu) > > wrote: > >> > >> This is an implementation of single-character virtio-console. Part of the > >> patch is b

Re: [PATCH 0/1] virtio: add driver for virtio_console devices

2023-06-13 Thread Ying-Chun Liu (PaulLiu)
On 2023/6/9 17:27, Bin Meng wrote: Hi, On Tue, Jun 6, 2023 at 9:26 PM Ying-Chun Liu (PaulLiu) wrote: This is an implementation of single-character virtio-console. Part of the patch is based on barebox implementations. To test the patch, we can build qemu_arm64_defconfig target. Enable CON

Re: [PATCH 0/1] virtio: add driver for virtio_console devices

2023-06-09 Thread Bin Meng
Hi, On Tue, Jun 6, 2023 at 9:26 PM Ying-Chun Liu (PaulLiu) wrote: > > This is an implementation of single-character virtio-console. Part of the > patch is based on barebox implementations. > > To test the patch, we can build qemu_arm64_defconfig target. Enable > CONFIG_VIRTIO_CONSOLE. And run qem

[PATCH 0/1] virtio: add driver for virtio_console devices

2023-06-06 Thread Ying-Chun Liu (PaulLiu)
This is an implementation of single-character virtio-console. Part of the patch is based on barebox implementations. To test the patch, we can build qemu_arm64_defconfig target. Enable CONFIG_VIRTIO_CONSOLE. And run qemu-system-aarch64 with -device virtio-serial-pci,id=virtio-serial0 \ -chardev