]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Rename x86_def_t to X86CPUDefinition
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 30 Jan 2014 19:48:58 +0000 (17:48 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:01:49 +0000 (19:01 +0100)
commit9576de75734488e9774bdcb0ce4d7a38a8dc7901
treec5e82821d738236a63e07827e41b32d646fd8b46
parent285f025d2c804de78d4f3a90cd1efa4c8907d641
target-i386: Rename x86_def_t to X86CPUDefinition

As the new X86CPU subclass code is going to change lots of the code
invoving x86_def_t, let's rename the struct to match coding style first.

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