Re: Building qemu bootloaders for multiple architectures

2016-08-21 Thread Philipp Kern
On 2016-08-21 18:30, Dimitri John Ledkov wrote: Similar story for s390x virtio qemu bootloader support code. Currently sources are in src:qemu, should be arch:all, can be compiled with native or s390x cross compiler. So far we have infrastructure to declare a particular source package to be buil

Re: Building qemu bootloaders for multiple architectures

2016-08-21 Thread Dimitri John Ledkov
Hello, On 21 Aug 2016 2:00 p.m., "Bastian Blank" wrote: > > Hi folks > > I currently maintain ipxe. It is usualy used by x86 qemu to do all the > network stuff. It also provides a large binary that can be loaded by > grub. > > As it is pulled in by qemu-system-x86 it needs to be installable on

Building qemu bootloaders for multiple architectures

2016-08-21 Thread Bastian Blank
Hi folks I currently maintain ipxe. It is usualy used by x86 qemu to do all the network stuff. It also provides a large binary that can be loaded by grub. As it is pulled in by qemu-system-x86 it needs to be installable on any Debian architecture. Currently it only ships an arch-all package th