On Wed, May 20, 2015 at 11:55:53AM +0200, Paolo Bonzini wrote: > On 20/05/2015 11:15, Michal Privoznik wrote: > > When going through code I realized, that the pc_init1() has this two > > arguments @pci_enabled and @kvmclock_enabled which despite used as > > booleans are of int type. > > > > Signed-off-by: Michal Privoznik <mpriv...@redhat.com> > > Eduardo, do your patches to the PC machine types subsume this change?
Yes, it replaces the int function arguments with bool globals. (Globals that will be eventually moved to PCMachineClass with the other 8 PC compat globals we have). -- Eduardo