Re: [Qemu-devel] [PATCH 0/5] -no-user-config option, move CPU models to /usr/share

2012-04-19 Thread Jiri Denemark
On Wed, Apr 18, 2012 at 17:02:35 -0300, Eduardo Habkost wrote: > This is the first try of the new -no-user-config option. > > Patches 1 to 3 just move some code around, patch 4 just adds the new option > without adding any new config file. Patch 5 finally creates a /usr/share/qemu > /cpus-x86_64.c

[Qemu-devel] [PATCH 0/5] -no-user-config option, move CPU models to /usr/share

2012-04-18 Thread Eduardo Habkost
This is the first try of the new -no-user-config option. Patches 1 to 3 just move some code around, patch 4 just adds the new option without adding any new config file. Patch 5 finally creates a /usr/share/qemu /cpus-x86_64.conf file, with the CPU models we currently have on Qemu. Reference to pr