<div dir="ltr"><div><div><div>Hi Daniel,<br><br></div>Thanks for the reply.  I realised that I am looking for my problem in the wrong place.  I was making changes to the ACPI tables in seabios and then when they didn't appear in the guest acpidump I assumed that the default bios was still being used.  I realised by getting an error with an erroneous bios file path that my patched bios was being loaded, but recently qemu changes now ignore the seabios acpitables and use ones that are set up in qemu.<br><br></div>Thanks for your help!<br><br></div>Phil<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 July 2015 at 16:00, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Jul 29, 2015 at 03:40:23PM +0100, Phil Tooley wrote:<br>
> Hello all,<br>
><br>
> So I am trying to get a qemu guest to use a custom patched seabios image<br>
> rather than the default /usr/share/qemu/bios.bin<br>
><br>
> I have tried changing the domain config file to include either:<br>
><br>
> <os><br>
>     --SNIP--<br>
>     <loader readonly='yes'<br>
> type='rom'>/home/telemin/qemu/seabios_patched.bin</loader><br>
> </os><br>
<br>
</span>This one is correct approach - what exactly failed when you tried<br>
this ?<br>
<span class=""><br>
> domain type='kvm' xmlns:qemu='<a href="http://libvirt.org/schemas/domain/qemu/1.0" rel="noreferrer" target="_blank">http://libvirt.org/schemas/domain/qemu/1.0</a>'<br>
> --SNIP--<br>
>   <qemu:commandline><br>
>     <qemu:arg value='-smbios'/><br>
>     <qemu:arg value='file=/home/telemin/qemu/seabios_patched.bin'/><br>
>   </qemu:commandline><br>
> --SNIP--<br>
<br>
</span>This is wrong '-smbios' is for setting up guest data tables,<br>
not for providing firmware images.<br>
<br>
Regards,<br>
Daniel<br>
<span class="HOEnZb"><font color="#888888">--<br>
|: <a href="http://berrange.com" rel="noreferrer" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" rel="noreferrer" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" rel="noreferrer" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" rel="noreferrer" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" rel="noreferrer" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" rel="noreferrer" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" rel="noreferrer" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" rel="noreferrer" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</font></span></blockquote></div><br></div>