Re: [Qemu-devel] one question on the makefile

2012-06-12 Thread Richard Yang
by the stem. In fact in this case, the stem is not used in the PREREQ-PATTERNS, it is only used in the commands. Paolo Thanks :) I learn it. -- Richard Yang Help you, Help me

[Qemu-devel] Would this introduce a competition?

2012-02-06 Thread Richard Yang
, the new request will be overwriten? BTW, how can I specify qemu to use ohci on x86 platform? -- Richard Yang Help you, Help me

Re: [Qemu-devel] [PATCH] This patch is used to move some struct definition, like QEMUTimer, QEMUClock, from .c to .h.

2012-02-05 Thread Richard Yang
a frequency of 1000 -- 1.7.4.1 -- Richard Yang Help you, Help me

Re: [Qemu-devel] Why QEMUClock is defined in qemu-timer.c?

2012-01-31 Thread Richard Yang
a lot. -- Richard Yang Help you, Help me

[Qemu-devel] Why QEMUClock is defined in qemu-timer.c?

2012-01-30 Thread Richard Yang
Hi, experts I am just coming to the qemu world. While reading the code, I am wondering why put a struct definition in the c file? Seems there is no error in compile, while I felt it is not a proper way to do it. -- Richard Yang Help you, Help me

Re: [Qemu-devel] Why QEMUClock is defined in qemu-timer.c?

2012-01-30 Thread Richard Yang
On Tue, Jan 31, 2012 at 01:12:24PM +0700, Mulyadi Santosa wrote: Hi :) On Tue, Jan 31, 2012 at 12:55, Richard Yang weiy...@linux.vnet.ibm.com wrote: Hi, experts I am just coming to the qemu world. While reading the code, I am wondering why put a struct definition in the c file? Seems