Re: [Qemu-devel] [PATCH 08/13] pseries: Update SLOF for NVRAM support

2012-12-06 Thread Erlon Cruz
On Wed, Dec 5, 2012 at 12:35 PM, Alexander Graf wrote: > > On 05.12.2012, at 15:09, Erlon Cruz wrote: > > Hi Alex, > > >> Could you please post >> >> * the exact command line you were using >> > > ./ppc64-softmmu/qemu-system-ppc64 -machine type=pseries,usb=off -m 512 > -net nic,vlan=0 -net ta

Re: [Qemu-devel] [PATCH 08/13] pseries: Update SLOF for NVRAM support

2012-12-05 Thread Alexander Graf
On 05.12.2012, at 15:09, Erlon Cruz wrote: > Hi Alex, > > Could you please post > > * the exact command line you were using > > ./ppc64-softmmu/qemu-system-ppc64 -machine type=pseries,usb=off -m 512 -net > nic,vlan=0 -net tap -nographic -cdrom > /exports/isos/SLES-11-SP2-DVD-ppc64-GM-DVD

Re: [Qemu-devel] [PATCH 08/13] pseries: Update SLOF for NVRAM support

2012-12-05 Thread Erlon Cruz
Hi Alex, > Could you please post > > * the exact command line you were using > ./ppc64-softmmu/qemu-system-ppc64 -machine type=pseries,usb=off -m 512 -net nic,vlan=0 -net tap -nographic -cdrom /exports/isos/SLES-11-SP2-DVD-ppc64-GM-DVD1.iso -hda /exports/sles11_sp2.qcow2 -monitor unix:/dev/tt

Re: [Qemu-devel] [PATCH 08/13] pseries: Update SLOF for NVRAM support

2012-12-04 Thread Alexander Graf
On 04.12.2012, at 14:20, Erlon Cruz wrote: > > > On Tue, Dec 4, 2012 at 12:42 AM, David Gibson > wrote: > Now that we have implemented PAPR compatible NVRAM interfaces in qemu, this > updates the SLOF firmware to actually initialize and use the NVRAM as a > PAPR guest firmware is expected to

Re: [Qemu-devel] [PATCH 08/13] pseries: Update SLOF for NVRAM support

2012-12-04 Thread Erlon Cruz
On Tue, Dec 4, 2012 at 12:42 AM, David Gibson wrote: > Now that we have implemented PAPR compatible NVRAM interfaces in qemu, this > updates the SLOF firmware to actually initialize and use the NVRAM as a > PAPR guest firmware is expected to do. > > This SLOF update also includes an ugly but usefu