Re: [Qemu-devel] [PATCH v3 for-1.6 0/3] Remove legacy sysfw code

2013-08-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v3 for-1.6 0/3] Remove legacy sysfw code

2013-08-09 Thread Markus Armbruster
Anthony sent out this series for me, because local e-mail misconfiguration has routed my attempts to the bit bucket.

[Qemu-devel] [PATCH v3 for-1.6 0/3] Remove legacy sysfw code

2013-08-09 Thread Anthony Liguori
Paolo's cover letter for v2: The sysfw code to choose between ROM and flash BIOS was a bad idea, because it triggered different behavior between TCG and KVM. We deleted the behavior in 1.5, but we left the code around because it was close to the release. Now it's time to delete it. v1->v2 only