i440fx-test: generate temporary firmware blob
commit27d59ccd89a5b112e5a5804250440ea30dbfb891
authorLaszlo Ersek <lersek@redhat.com>
Fri, 29 Nov 2013 17:12:21 +0000 (29 18:12 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Dec 2013 11:12:34 +0000 (23 13:12 +0200)
tree170db4001f21672fbe957307b775139ad2decce9
parentc37805b6724e5d4c3ad41653630b72b43619474e
i440fx-test: generate temporary firmware blob

The blob is 64K in size and contains 0x00..0xFF repeatedly.

The client code added to main() wouldn't make much sense in the long term.
It helps with debugging and it silences gcc about create_blob_file() being
unused, and we'll replace it in the next patch anyway.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/i440fx-test.c