qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 11/14] pc: Remove PcGuestInfo.isapc_ram_fw fi


From: Marcel Apfelbaum
Subject: Re: [Qemu-devel] [PATCH v2 11/14] pc: Remove PcGuestInfo.isapc_ram_fw field
Date: Thu, 17 Dec 2015 11:40:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 12/16/2015 09:48 PM, Eduardo Habkost wrote:
On Tue, Dec 15, 2015 at 04:27:51PM +0200, Marcel Apfelbaum wrote:
On 12/11/2015 08:42 PM, Eduardo Habkost wrote:
[...]
@@ -131,8 +130,7 @@ static void pc_q35_init(MachineState *machine)
          rom_memory = get_system_memory();
      }

-    guest_info = pc_guest_info_init(pcms);
-    guest_info->isapc_ram_fw = false;

This may not be an issue, I just want be sure.
For Q35 isapc_ram_fw is always false, but now we are always querying
!pcmc->pci_enabled.

Now we have a Q35 case when !pcmc->pci_enabled *can* be true.

Do we? pcmc->pci_enabled is always true in Q35.

OK, thanks, so all the pcmc->pci_enabled "if" clauses in pc_q35_init are not 
necessary, right?
Anyway, this is no connected tot his patch.


Reviewed-by: Marcel Apfelbaum <address@hidden>

Thanks,
Marcel







reply via email to

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