I'm student of MIPT, Moscow, Russia. I'm trying to launch Palacios VMM (1.3 from git) on Kitten (1.3 from hg) with puppy linux as guest . I've tried to do this both in qemu (v. 0.12.5) and on real hardware (AMD, Phenom X3, 8650), but every time I have the same problem: it stops booting and hangs after choosing keyboard layout. It prints:
...
...
Loading "us" keyboard map... done
And stops after that. How can I monitor work of Palacios and Kitten seperately?
I've used default options, but still the same problem. Can you give me your exact default.xml and .config files that you used and, if it is possible, whole iso image to test.
This can be done by adding this to the guest configuration:
<!-- Memory redirections -->
<!-- Redirects a guest's memory region to a host physical address -->
<memmap>
<!-- This region maps the VGA framebuffer to the
host's framebuffer -->
<region>
<start>0xa0000</start>
<end>0xc0000</end>
<host_addr>0xa0000</host_addr>
</region>
</memmap>
And removing the console devices.
--Jack
2011/12/4 Оля Кришталь <krisht...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "V3VEE Discussion" group.
> To post to this group, send email to v3vee-di...@googlegroups.com.
> To unsubscribe from this group, send email to
> v3vee-discussi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/v3vee-discussion?hl=en.