Hi I'm trying to run kvm/qemu on a linux host built from scratch ie., no x windows, no window manager etc. bare minimum libraries etc. when i try to spawn a VM with "-curses", I see "VGA Blank Mode" and nothing else. i'm attached to serial console for this host. what could be the issue?
thanks ________________________________ From: Segher Boessenkool <seg...@kernel.crashing.org> To: Blue Swirl <blauwir...@gmail.com> Cc: Alexander Graf <ag...@suse.de>; qemu-devel@nongnu.org Sent: Sun, May 2, 2010 7:19:13 AM Subject: Re: [Qemu-devel] [PATCH 2/2] target-ppc: fix interrupt vectors for MPC603 and e300 >> Your code can change MSR[IP]; there is also a strapping pin that is >> sampled on HRESET (and copied to MSR[IP]). > > Wouldn't this mean that when the reset is issued by hardware, MSR[IP] > is always 1 (to boot from ROM) but with software reset it can take > software defined values? Yes, that is what it means. > I think now QEMU ignores MSR[IP]. Fix it :-) Segher