Re: [SeaBIOS] [PATCH v7 0/3] seabios: load acpi tables from qemu

2013-11-06 Thread Gerd Hoffmann
On Di, 2013-11-05 at 14:59 +0200, Michael S. Tsirkin wrote: > On Thu, Oct 03, 2013 at 04:30:32PM +0300, Michael S. Tsirkin wrote: > > This is the seabios code that adds support for loading > > acpi tables from QEMU. > > QEMU merged the required support by now. > Please merge the seabios bits too.

Re: [SeaBIOS] [PATCH v7 0/3] seabios: load acpi tables from qemu

2013-11-05 Thread Michael S. Tsirkin
On Tue, Nov 05, 2013 at 04:23:55PM +0100, Gerd Hoffmann wrote: > On Di, 2013-11-05 at 14:59 +0200, Michael S. Tsirkin wrote: > > On Thu, Oct 03, 2013 at 04:30:32PM +0300, Michael S. Tsirkin wrote: > > > This is the seabios code that adds support for loading > > > acpi tables from QEMU. > > > > QEM

Re: [SeaBIOS] [PATCH v7 0/3] seabios: load acpi tables from qemu

2013-11-05 Thread Gerd Hoffmann
On Di, 2013-11-05 at 14:59 +0200, Michael S. Tsirkin wrote: > On Thu, Oct 03, 2013 at 04:30:32PM +0300, Michael S. Tsirkin wrote: > > This is the seabios code that adds support for loading > > acpi tables from QEMU. > > QEMU merged the required support by now. > Please merge the seabios bits too.

Re: [SeaBIOS] [PATCH v7 0/3] seabios: load acpi tables from qemu

2013-11-05 Thread Michael S. Tsirkin
On Thu, Oct 03, 2013 at 04:30:32PM +0300, Michael S. Tsirkin wrote: > This is the seabios code that adds support for loading > acpi tables from QEMU. QEMU merged the required support by now. Please merge the seabios bits too. > Changes from v6: > - submission was botched, it didn't compi

[SeaBIOS] [PATCH v7 0/3] seabios: load acpi tables from qemu

2013-10-03 Thread Michael S. Tsirkin
This is the seabios code that adds support for loading acpi tables from QEMU. Changes from v6: - submission was botched, it didn't compile fix up patch biostables: support looking up RSDP no changes to other patches Changes from v5: - address Ke