[OpenBIOS] [PATCH 0/2] Add legacy virtio-blk driver to OpenBIOS

Artyom Tarasenko atar4qemu at gmail.com
Mon Aug 1 17:06:30 CEST 2016


Good job, Mark!
So, now it's possible to boot the PPC and SPARC64 systems from virtio
drives, right?

Artyom

On Sun, Jul 31, 2016 at 6:26 PM, Mark Cave-Ayland
<mark.cave-ayland at ilande.co.uk> wrote:
> This patchset implements a legacy virtio-blk driver for OpenBIOS based upon
> Alex Graf's s390 driver included with QEMU and enables it for SPARC64 and
> PPC builds.
>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
>
> Mark Cave-Ayland (2):
>   drivers: add legacy virtio-blk driver
>   config: enable virtio-blk driver for default PPC and SPARC64 builds
>
>  config/examples/ppc_config.xml     |    1 +
>  config/examples/sparc64_config.xml |    1 +
>  drivers/build.xml                  |    1 +
>  drivers/pci.c                      |   18 ++
>  drivers/pci_database.c             |    2 +-
>  drivers/pci_database.h             |    1 +
>  drivers/virtio.c                   |  413 ++++++++++++++++++++++++++++++++++++
>  drivers/virtio.h                   |  331 +++++++++++++++++++++++++++++
>  include/drivers/drivers.h          |    4 +
>  9 files changed, 771 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/virtio.c
>  create mode 100644 drivers/virtio.h
>
> --
> 1.7.10.4
>



-- 
Regards,
Artyom Tarasenko

SPARC and PPC PReP under qemu blog: http://tyom.blogspot.com/search/label/qemu



More information about the OpenBIOS mailing list