Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2014-01-14 Thread Michael Tokarev
14.01.2014 17:45, William Dauchy wrote: > On Mon, Jan 6, 2014 at 2:13 PM, Peter Maydell > wrote: >> Ping -- who's going to take this patch? Maybe it should >> go via -trivial? > > +1 still waiting for this merge Sorry guys, I was on a (relatively small) trip and weren't handling -trivial. I'll

Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2014-01-14 Thread William Dauchy
On Mon, Jan 6, 2014 at 2:13 PM, Peter Maydell wrote: > Ping -- who's going to take this patch? Maybe it should > go via -trivial? +1 still waiting for this merge -- William

Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2014-01-06 Thread Peter Maydell
Ping -- who's going to take this patch? Maybe it should go via -trivial? thanks -- PMM On 9 December 2013 23:33, Eduardo Habkost wrote: > The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but > "make install" isn't installing it, so qemu-system-x86_64 won't run out > of the bo

Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2013-12-11 Thread William Dauchy
On Tue, Dec 10, 2013 at 12:33 AM, Eduardo Habkost wrote: > The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but > "make install" isn't installing it, so qemu-system-x86_64 won't run out > of the box. Add it to BLOBS so it gets installed. it does fix my issue on my qemu-system-

Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2013-12-10 Thread Peter Maydell
On 9 December 2013 23:33, Eduardo Habkost wrote: > The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but > "make install" isn't installing it, so qemu-system-x86_64 won't run out > of the box. Add it to BLOBS so it gets installed. > > Signed-off-by: Eduardo Habkost > --- > Mak

Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2013-12-10 Thread Gerd Hoffmann
On Mo, 2013-12-09 at 21:33 -0200, Eduardo Habkost wrote: > The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but > "make install" isn't installing it, so qemu-system-x86_64 won't run out > of the box. Add it to BLOBS so it gets installed. Reviewed-by: Gerd Hoffmann cheers, G

[Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile

2013-12-09 Thread Eduardo Habkost
The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but "make install" isn't installing it, so qemu-system-x86_64 won't run out of the box. Add it to BLOBS so it gets installed. Signed-off-by: Eduardo Habkost --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di