]> git.proxmox.com Git - qemu.git/commit - target-i386/cpu.c
target-i386: Pass X86CPU object to cpu_x86_find_by_name()
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 26 Jul 2013 20:09:35 +0000 (17:09 -0300)
committerAndreas Färber <afaerber@suse.de>
Mon, 29 Jul 2013 13:29:16 +0000 (15:29 +0200)
commitc139911261c5acc9dae56b1180db320ba25636bd
tree788efc3ff5f2641fa87ae0febbb2de8c4b2b5e5e
parent14a10fc39923b3af07c8c46d22cb20843bee3a72
target-i386: Pass X86CPU object to cpu_x86_find_by_name()

This will help us change the initialization code to not require carrying
some intermediate values in a x86_def_t struct (and eventually kill the
x86_def_t struct entirely).

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c