Re: [SeaBIOS] [Qemu-devel][RFC PATCH] i386: Add _PXM method to ACPI CPU objects

2013-11-14 Thread Vasilis Liaskovitis
Hi, On Thu, Nov 07, 2013 at 03:03:42PM +0200, Michael S. Tsirkin wrote: > On Thu, Nov 07, 2013 at 01:41:59PM +0100, Vasilis Liaskovitis wrote: > > This patch adds a _PXM method to ACPI CPU objects for the pc machine. The > > _PXM > > value is derived from the passed in guest info, same way as CPU

Re: [SeaBIOS] [Qemu-devel][RFC PATCH] i386: Add _PXM method to ACPI CPU objects

2013-11-14 Thread Igor Mammedov
On Fri, 8 Nov 2013 12:22:12 +0200 Vasilis Liaskovitis wrote: > Hi, > > On Thu, Nov 07, 2013 at 03:03:42PM +0200, Michael S. Tsirkin wrote: > > On Thu, Nov 07, 2013 at 01:41:59PM +0100, Vasilis Liaskovitis wrote: > > > This patch adds a _PXM method to ACPI CPU objects for the pc machine. The > >

Re: [SeaBIOS] [RFC PATCH] i386: Add _PXM method to ACPI CPU objects

2013-11-14 Thread Michael S. Tsirkin
On Fri, Nov 08, 2013 at 06:33:12PM +0100, Igor Mammedov wrote: > On Fri, 8 Nov 2013 12:22:12 +0200 > Vasilis Liaskovitis wrote: > > > Hi, > > > > On Thu, Nov 07, 2013 at 03:03:42PM +0200, Michael S. Tsirkin wrote: > > > On Thu, Nov 07, 2013 at 01:41:59PM +0100, Vasilis Liaskovitis wrote: > > > >

[SeaBIOS] Booted IVB with FSP -> Coreboot -> SeaBIOS (1.7.3 with CSM mode set) -> Win 8.1 bootloader -> Win8.1

2013-11-14 Thread Stojsavljevic, Zoran
Hello Patrick, Marc, Half an hour ago I was able to make it on IVB Emerald Lake 2 CRB, using sequence: FSP -> Coreboot -> SeaBIOS (1.7.3 with CSM mode set) -> Win 8.1 bootloader -> Win8.1! I used the real, a week old SeaBIOS image from git repo: SeaBIOS version 1.7.3-88-gf08e847. In other wor

Re: [SeaBIOS] [Qemu-devel] [RFC PATCH] i386: Add _PXM method to ACPI CPU objects

2013-11-14 Thread Igor Mammedov
On Sun, 10 Nov 2013 12:36:29 +0200 "Michael S. Tsirkin" wrote: > On Fri, Nov 08, 2013 at 06:33:12PM +0100, Igor Mammedov wrote: > > On Fri, 8 Nov 2013 12:22:12 +0200 > > Vasilis Liaskovitis wrote: > > > > > Hi, > > > > > > On Thu, Nov 07, 2013 at 03:03:42PM +0200, Michael S. Tsirkin wrote: > >

[SeaBIOS] os x boot broken by commit 11948748495841bd54721b250d68c7b3cb0475ef

2013-11-14 Thread Gabriel L. Somlo
Hi, I'm working on getting OS X working with QEMU/KVM, and just ran into a bit of entropy. I used to be able to boot using Chameleon, and a command line like this: bin/qemu-system-x86_64 -enable-kvm -m 2048 -cpu core2duo \ -usb -device usb-kbd -device usb-mouse \ -bios bios-mac.bin -kernel .

Re: [SeaBIOS] os x boot broken by commit 11948748495841bd54721b250d68c7b3cb0475ef

2013-11-14 Thread Gabriel L. Somlo
OK, so it turns out I now have to patch the .dsl files under the qemu tree (hw/i386/acpi-dsdt-[hpet|isa].dsl), and the "-acpitable file=..." qemu command line option is deprecated... I guess I'm allright now, so nevermind... :) Thanks, --Gabriel On Mon, Nov 11, 2013 at 04:39:34PM -0500, Gabriel

Re: [SeaBIOS] PXE boot ROM question

2013-11-14 Thread Jonathan Sturges
Thanks Kevin, And sorry for the late reply to this, as I've only been working on it sporadically. I haven't made much progress.  I've had a few issues getting an updated SeaBIOS installed as a payload.  There are only 2 selections for SeaBIOS in coreboot's menuconfig: 1.7.2.1 and "master."  I s

Re: [SeaBIOS] [PATCH] acpi: strip compiler info in built-in DSDT if any

2013-11-14 Thread Michael S. Tsirkin
On Wed, Oct 09, 2013 at 08:33:40PM -0400, Kevin O'Connor wrote: > On Thu, Oct 03, 2013 at 04:06:24PM +0300, Michael S. Tsirkin wrote: > > IASL stores it's revision in each table header it generates. > > That's a problem since guests see a change each time > > they move between hypervisors. > > We g

Re: [SeaBIOS] Booted IVB with FSP -> Coreboot -> SeaBIOS (1.7.3 with CSM mode set) -> Win 8.1 bootloader -> Win8.1

2013-11-14 Thread Marc Jones
Hi Zoran, Yes, that is our expectation. We should be landing these patches soon... Thanks for the report. Regards, Marc On Mon, Nov 11, 2013 at 8:35 AM, Stojsavljevic, Zoran wrote: > Hello Patrick, Marc, > > > > Half an hour ago I was able to make it on IVB Emerald Lake 2 CRB, using > sequence