Randy Thelen wrote:
> Folks --
>
> I noticed (after a long sequence of experimentation) that an smp
> change has been made to the bios to disable the generation of the MP
> table in a uniprocessor environment:
>
> # svn cat svn://kvm.qumranet.com/kvm/tags/public/17/qemu/pc-bios/
> bios.diff |
Gregory Haskins wrote:
> Hi Guys,
> As a git newbie, I cant really figure out how to peruse the tags and
> branches of KVM. Can someone send me a hint or two? I currently have the
> linux+kvm stuff pulled as per the Wiki and I can see the linux tags (e.g.
> 2.6.20), but not much else.
>
>
Michael Riepe wrote:
> Hi!
>
> With respect to the Core Duo, this is the best release I've seen so far:
>
> - FreeBSD 6.1: works.
> - NetBSD 3.1: works.
> - OpenSuse 10.2 (sans gfxmenu): works.
> - Qemu-Puppy 2.01-3: works.
> - Qemu-Puppy 2.13-1: works.
> - Solaris 10.1: works.
> - XP Pro: works.
>
Michael Riepe wrote:
> Hi!
>
> With respect to the Core Duo, this is the best release I've seen so far:
>
> - FreeBSD 6.1: works.
> - NetBSD 3.1: works.
> - OpenSuse 10.2 (sans gfxmenu): works.
> - Qemu-Puppy 2.01-3: works.
> - Qemu-Puppy 2.13-1: works.
> - Solaris 10.1: works.
> - XP Pro: works.
>
When looking at the guest physical address space
layout, I am confused by the rombios location. Besides
normal bios position (0xE-1M), it seems the whole
region 2 is for that purpose too (4G-12K--4G), and
region 0 high end sapce also have a copy.
What is the reason to have multiple copy of rom
Avi Kivity wrote:
> Michael Riepe wrote:
>> With respect to the Core Duo, this is the best release I've seen so far:
Unfortunately, kvm-17 was less successful here. FC6 did not boot any
longer after I upgraded from kvm-16 to kvm-17, so I was rather surprised
when I read the above message.
This i
Carsten Emde wrote:
> I then reverted to kvm-16 and repeated all upgrade changes until the
> problem occurred. The culprit was found to be
> [..]
> +#ifdef THIS_PREVENTS_FC6_FROM_BOOTING
> emulate_instruction(vcpu, kvm_run, vcpu->mmio_fault_cr2, 0);
> +#endif
> [..]
Actually, the abo