Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue

2015-06-08 Thread Gabriel L. Somlo
On Mon, Jun 08, 2015 at 02:26:03PM +0200, Gerd Hoffmann wrote: > > Hi. I'm afraid this fails make check for me: > > > > GTESTER check-qtest-ppc > > qemu-system-ppc: > > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c:426: > > fw_cfg_add_bytes_read_callback: Assertion `s->entries[arch][key]

Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue

2015-06-08 Thread Gerd Hoffmann
> Hi. I'm afraid this fails make check for me: > > GTESTER check-qtest-ppc > qemu-system-ppc: > /home/petmay01/linaro/qemu-for-merges/hw/nvram/fw_cfg.c:426: > fw_cfg_add_bytes_read_callback: Assertion `s->entries[arch][key].data > == ((void *)0)' failed. > Broken pipe > GTester: last random seed:

Re: [Qemu-devel] [PULL 0/6] fw_cfg patch queue

2015-06-05 Thread Peter Maydell
On 5 June 2015 at 15:14, Gerd Hoffmann wrote: > Hi, > > Here comes the fw_cfg patch queue, bringing a patch series from Gabriel > which drops the (unused) fw_cfg write support and adds a command line > switch to add blobs to fw_cfg. Also some bugfixes. > > please pull, > Gerd > > The followin

[Qemu-devel] [PULL 0/6] fw_cfg patch queue

2015-06-05 Thread Gerd Hoffmann
Hi, Here comes the fw_cfg patch queue, bringing a patch series from Gabriel which drops the (unused) fw_cfg write support and adds a command line switch to add blobs to fw_cfg. Also some bugfixes. please pull, Gerd The following changes since commit 00967f4e0bab246679d0ddc32fd31a7179345baf: