Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

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

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Michael S. Tsirkin
On Mon, Aug 12, 2013 at 02:59:24PM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > On Mon, Aug 12, 2013 at 10:20:41AM -0500, Anthony Liguori wrote: > >> "Michael S. Tsirkin" writes: > >> > >> > On Mon, Aug 12, 2013 at 09:01:44AM -0500, Anthony Liguori wrote: > >> >> This brea

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > On Mon, Aug 12, 2013 at 10:20:41AM -0500, Anthony Liguori wrote: >> "Michael S. Tsirkin" writes: >> >> > On Mon, Aug 12, 2013 at 09:01:44AM -0500, Anthony Liguori wrote: >> >> This breaks migration and is unneeded with modern SeaBIOS. >> >> >> >> Signed-off-by: A

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Michael S. Tsirkin
On Mon, Aug 12, 2013 at 10:20:41AM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > On Mon, Aug 12, 2013 at 09:01:44AM -0500, Anthony Liguori wrote: > >> This breaks migration and is unneeded with modern SeaBIOS. > >> > >> Signed-off-by: Anthony Liguori > > > > Hmm don't we wa

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > On Mon, Aug 12, 2013 at 09:01:44AM -0500, Anthony Liguori wrote: >> This breaks migration and is unneeded with modern SeaBIOS. >> >> Signed-off-by: Anthony Liguori > > Hmm don't we want to keep it around for machine types > 1.4.0 and 1.5.0? Hrm, why? Regards, A

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Michael S. Tsirkin
On Mon, Aug 12, 2013 at 09:01:44AM -0500, Anthony Liguori wrote: > This breaks migration and is unneeded with modern SeaBIOS. > > Signed-off-by: Anthony Liguori Hmm don't we want to keep it around for machine types 1.4.0 and 1.5.0? By the way, copy stable as well? Loading it unconditonally is a

Re: [Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Andreas Färber
Am 12.08.2013 16:01, schrieb Anthony Liguori: > This breaks migration and is unneeded with modern SeaBIOS. > > Signed-off-by: Anthony Liguori > --- > v1 -> v2 > - Still load external DSDT for q35 Care to extend $subject with "for i440fx" then before applying? :) Regards, Andreas > --- > hw/i

[Qemu-devel] [PATCH v2] pc: drop external DSDT loading

2013-08-12 Thread Anthony Liguori
This breaks migration and is unneeded with modern SeaBIOS. Signed-off-by: Anthony Liguori --- v1 -> v2 - Still load external DSDT for q35 --- hw/i386/pc_piix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 95c45b8..311574a 100644 --- a/hw/i386/pc