Re: [RFC v5 86/86] 440fx: fix PAM, PCI holes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 20, 2011 at 9:50 AM, Avi Kivity <avi@xxxxxxxxxx> wrote:
[...]
> @@ -130,7 +137,13 @@ static void pc_init1(MemoryRegion *system_memory,
>
>     if (pci_enabled) {
>         pci_bus = i440fx_init(&i440fx_state, &piix3_devfn, isa_irq,
> -                              system_memory, system_io, ram_size);
> +                              system_memory, system_io, ram_size,
> +                              0xe0000000, 0x1fe00000,
> +                              0x100000000 + above_4g_mem_size,
> +                              (sizeof(target_phys_addr_t) == 32

sizeof(target_phys_addr_t) == 8 ?

> +                               ? 0
> +                               : ((uint64_t)1 << 63)),
> +                              pci_memory, ram_memory);
>     } else {
>         pci_bus = NULL;
>         i440fx_state = NULL;
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux