]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
target-ppc: Turn descriptive CPU family comments into device descriptions
authorAndreas Färber <afaerber@suse.de>
Sun, 17 Feb 2013 23:16:46 +0000 (23:16 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 8 Mar 2013 20:04:51 +0000 (21:04 +0100)
commitca5dff0a3e532ea9168934fc361e96d969007284
tree88695d2f5b1de5dda8e0db3540cf2d447bf94e76
parentba9fd9f1509c9729286a1071e217db9df05e6896
target-ppc: Turn descriptive CPU family comments into device descriptions

This gets rid of some more overly long comments that have lost most of
their purpose now that in most cases there's only two functions left per
CPU family.

The class field is inherited by the actual CPU models, so override it.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c