qemu-devel
[Top][All Lists]
Advanced

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

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


From: Avi Kivity
Subject: Re: [Qemu-devel] [RFC v5 86/86] 440fx: fix PAM, PCI holes
Date: Tue, 26 Jul 2011 11:01:04 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc15 Thunderbird/3.1.11

On 07/26/2011 12:34 AM, Eric Northup wrote:
On Wed, Jul 20, 2011 at 9:50 AM, Avi Kivity<address@hidden>  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 ?

Good catch.  Fixed

(== 4).

--
error compiling committee.c: too many arguments to function




reply via email to

[Prev in Thread] Current Thread [Next in Thread]