commit | 3d284aa77f35b743679cd2be9b78b592b36c425f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu May 21 10:00:47 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 21 11:44:57 2015 +0200 |
tree | 81d141f2a5a2765fb6b3c74c0d9834cae08ddc2f | |
parent | b39bb6c7a55584e7e13e1f855b684ddad7975e63 [diff] |
parse vmlinuz inside firmware This will make it possible to load the vmlinuz from CBFS. We need some contortions because QEMU splits the real mode and protected mode parts of vmlinuz in different fw_cfg files. The parsing code is lifted from QEMU. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>