Skip to content

Commit

Permalink
Allow selection of PowerPC CPU giving a PVR.
Browse files Browse the repository at this point in the history
Remove unused pvr_mask field from CPU definition.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3571 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
j_mayer committed Nov 10, 2007
1 parent 3c6b208 commit ee4e83e
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 372 deletions.
1 change: 0 additions & 1 deletion target-ppc/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ void cpu_ppc_reset (void *opaque);
void ppc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));

const ppc_def_t *cpu_ppc_find_by_name (const unsigned char *name);
const ppc_def_t *cpu_ppc_find_by_pvr (uint32_t pvr);
int cpu_ppc_register_internal (CPUPPCState *env, const ppc_def_t *def);

/* Time-base and decrementer management */
Expand Down
Loading

0 comments on commit ee4e83e

Please sign in to comment.