Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-16 Thread Christian Borntraeger
On 02/16/2016 08:06 AM, Thomas Huth wrote: > On 16.02.2016 07:07, Thomas Huth wrote: >> On 10.02.2016 12:35, Christian Borntraeger wrote: >>> On 02/10/2016 12:06 PM, Michael Tokarev wrote: This is an s390 boot rom which was used in s390-virtio machine. but since commit 3538fb6f89dd9bb2e7e

Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-15 Thread Thomas Huth
On 16.02.2016 07:07, Thomas Huth wrote: > On 10.02.2016 12:35, Christian Borntraeger wrote: >> On 02/10/2016 12:06 PM, Michael Tokarev wrote: >>> This is an s390 boot rom which was used in s390-virtio machine. >>> but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 >>> "s390x: remove s390-vir

Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-15 Thread Thomas Huth
On 10.02.2016 12:35, Christian Borntraeger wrote: > On 02/10/2016 12:06 PM, Michael Tokarev wrote: >> This is an s390 boot rom which was used in s390-virtio machine. >> but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 >> "s390x: remove s390-virtio machine", this file isn't used. >> The onl

Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-10 Thread Michael Tokarev
10.02.2016 14:35, Christian Borntraeger wrote: > On 02/10/2016 12:06 PM, Michael Tokarev wrote: >> This is an s390 boot rom which was used in s390-virtio machine. >> but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 >> "s390x: remove s390-virtio machine", this file isn't used. >> The only p

Re: [Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-10 Thread Christian Borntraeger
On 02/10/2016 12:06 PM, Michael Tokarev wrote: > This is an s390 boot rom which was used in s390-virtio machine. > but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 > "s390x: remove s390-virtio machine", this file isn't used. > The only place it is referenced in the code is an unused > whic

[Qemu-devel] [PATCH] s390x: remove s390-zipl.rom

2016-02-10 Thread Michael Tokarev
This is an s390 boot rom which was used in s390-virtio machine. but since commit 3538fb6f89dd9bb2e7e59de2bfad52a45321c744 "s390x: remove s390-virtio machine", this file isn't used. The only place it is referenced in the code is an unused which I'm modifying too, to refer to s390-ccw.rom instead. C