Re: [Qemu-devel] [PATCH 08/15] target-i386: cpu: convert 'tsc-frequency' to static property

2013-06-26 Thread Igor Mammedov
On Mon, 24 Jun 2013 14:09:43 -0300 Eduardo Habkost ehabk...@redhat.com wrote: On Wed, Jun 05, 2013 at 03:18:39PM +0200, Igor Mammedov wrote: Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PATCH 08/15] target-i386: cpu: convert 'tsc-frequency' to static property

2013-06-24 Thread Eduardo Habkost
On Wed, Jun 05, 2013 at 03:18:39PM +0200, Igor Mammedov wrote: Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 9f6fe06..ec6d33f 100644 ---

[Qemu-devel] [PATCH 08/15] target-i386: cpu: convert 'tsc-frequency' to static property

2013-06-05 Thread Igor Mammedov
Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 9f6fe06..ec6d33f 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -1427,6 +1427,14 @@