Re: [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from seabios

2013-07-15 Thread Michael S. Tsirkin
On Mon, Jul 15, 2013 at 03:49:18PM +0800, Hu Tao wrote: > Otherwise, > > Reviewed-by: Hu Tao Thanks for the detailed review, I'll address your comments in the next revision.

Re: [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from seabios

2013-07-15 Thread Hu Tao
On Wed, Jul 10, 2013 at 04:51:38PM +0300, Michael S. Tsirkin wrote: <...> > diff --git a/hw/i386/ssdt-misc.dsl b/hw/i386/ssdt-misc.dsl > new file mode 100644 > index 000..ac11e96 > --- /dev/null > +++ b/hw/i386/ssdt-misc.dsl > @@ -0,0 +1,73 @@ > +/* > + * This program is free software; you ca

Re: [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from seabios

2013-07-11 Thread Laszlo Ersek
On 07/10/13 15:51, Michael S. Tsirkin wrote: > This adds ASL code as well as scripts for processing it, > imported from seabios git tree > commit 51684b7ced75fb76776e8ee84833fcfb6ecf12dd > > Will be used for runtime acpi table generation. > > Note: > This patch reuses some code from SeaBIOS, whic