get rid of MSR_COUNT
commitc4b2773a9fbef6b8282f3b7752dfa6ac204756cb
authorGlauber Costa <glommer@redhat.com>
Thu, 15 Oct 2009 20:26:31 +0000 (15 17:26 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 19 Oct 2009 18:20:03 +0000 (19 16:20 -0200)
tree9af6f5c2f0e608e55d4291153674de81bc1f38f0
parentb4052aa24d5aae911aec6d925c484dbccfe7026c
get rid of MSR_COUNT

qemu.git uses an array of 100 entries for the msr list, which is arguably large
enough (tm).

I propose we follow the same path, for two reasons:
 1) ease future merge.
 2) avoid stack overflow problems that had already began to appear

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
qemu-kvm-x86.c