qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] May I get a document about detailed architecture of QEMU
@ 2008-08-28  8:47 linemin2001
  2008-08-29  1:39 ` Mulyadi Santosa
  0 siblings, 1 reply; 7+ messages in thread
From: linemin2001 @ 2008-08-28  8:47 UTC (permalink / raw)
  To: qemu-devel



Hello,

I have a lot of interests in QEMU. 
I want to learn how qemu work in detail.
But, the source code are huge, which let me confused where i should start from. 
So, may i request for a detail document of QEMU detailed architecture for source code.




      _________________________________________________________________________________________________________
想知道無聊生活如何大變身嘛? http://tw.promote.mail.yahoo.com/dc/change.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-28  8:47 [Qemu-devel] May I get a document about detailed architecture of QEMU linemin2001
@ 2008-08-29  1:39 ` Mulyadi Santosa
  2008-08-29  1:45   ` Paul Brook
  2008-08-29  1:47   ` Jun Koi
  0 siblings, 2 replies; 7+ messages in thread
From: Mulyadi Santosa @ 2008-08-29  1:39 UTC (permalink / raw)
  To: linemin2001, qemu-devel

2008/8/28  <linemin2001@yahoo.com.tw>:
>
>
> Hello,
>
> I have a lot of interests in QEMU.
> I want to learn how qemu work in detail.
> But, the source code are huge, which let me confused where i should start from.
> So, may i request for a detail document of QEMU detailed architecture for source code.

Try
http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html

and don't miss:
http://libvncserver.sourceforge.net/qemu/qemu-porting.html

regards,

Mulyadi.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-29  1:39 ` Mulyadi Santosa
@ 2008-08-29  1:45   ` Paul Brook
  2008-08-29  1:47   ` Jun Koi
  1 sibling, 0 replies; 7+ messages in thread
From: Paul Brook @ 2008-08-29  1:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: linemin2001, Mulyadi Santosa

> > I have a lot of interests in QEMU.
> > I want to learn how qemu work in detail.
> > But, the source code are huge, which let me confused where i should start
> > from. So, may i request for a detail document of QEMU detailed
> > architecture for source code.
>
> Try
> http://www.usenix.org/publications/library/proceedings/usenix05/tech/freeni
>x/bellard.html
>
> and don't miss:
> http://libvncserver.sourceforge.net/qemu/qemu-porting.html

Both those documents are quite old, and a lot of the information is out of 
date.

Paul

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-29  1:39 ` Mulyadi Santosa
  2008-08-29  1:45   ` Paul Brook
@ 2008-08-29  1:47   ` Jun Koi
  2008-08-29  1:52     ` Jun Koi
  2008-08-29  2:01     ` Mulyadi Santosa
  1 sibling, 2 replies; 7+ messages in thread
From: Jun Koi @ 2008-08-29  1:47 UTC (permalink / raw)
  To: qemu-devel

On Fri, Aug 29, 2008 at 10:39 AM, Mulyadi Santosa
<mulyadi.santosa@gmail.com> wrote:
> 2008/8/28  <linemin2001@yahoo.com.tw>:
>>
>>
>> Hello,
>>
>> I have a lot of interests in QEMU.
>> I want to learn how qemu work in detail.
>> But, the source code are huge, which let me confused where i should start from.
>> So, may i request for a detail document of QEMU detailed architecture for source code.
>
> Try
> http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html
>
> and don't miss:
> http://libvncserver.sourceforge.net/qemu/qemu-porting.html
>

The problem is those docs are quite out-of-date. Would be very useful
if somebody writes about the new architecture (like TCG, ....) to
update them.

In recent version of Xen, the developers write up (a bit, but still
very useful) to introduce each single new feature of the new release.
Would that be wonderful if we can do the same thing when something
important is merged???

Thanks,
Jun

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-29  1:47   ` Jun Koi
@ 2008-08-29  1:52     ` Jun Koi
  2008-08-29  3:09       ` Anthony Liguori
  2008-08-29  2:01     ` Mulyadi Santosa
  1 sibling, 1 reply; 7+ messages in thread
From: Jun Koi @ 2008-08-29  1:52 UTC (permalink / raw)
  To: qemu-devel

On Fri, Aug 29, 2008 at 10:47 AM, Jun Koi <junkoi2004@gmail.com> wrote:
> On Fri, Aug 29, 2008 at 10:39 AM, Mulyadi Santosa
> <mulyadi.santosa@gmail.com> wrote:
>> 2008/8/28  <linemin2001@yahoo.com.tw>:
>>>
>>>
>>> Hello,
>>>
>>> I have a lot of interests in QEMU.
>>> I want to learn how qemu work in detail.
>>> But, the source code are huge, which let me confused where i should start from.
>>> So, may i request for a detail document of QEMU detailed architecture for source code.
>>
>> Try
>> http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html
>>
>> and don't miss:
>> http://libvncserver.sourceforge.net/qemu/qemu-porting.html
>>
>
> The problem is those docs are quite out-of-date. Would be very useful
> if somebody writes about the new architecture (like TCG, ....) to
> update them.
>
> In recent version of Xen, the developers write up (a bit, but still
> very useful) to introduce each single new feature of the new release.
> Would that be wonderful if we can do the same thing when something
> important is merged???
>

And to update information about new features, how about having a blog
for community/developers of QEMU? Like what Xen is doing now.

http://blog.qemu.org, for example.

Thanks,
J

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-29  1:47   ` Jun Koi
  2008-08-29  1:52     ` Jun Koi
@ 2008-08-29  2:01     ` Mulyadi Santosa
  1 sibling, 0 replies; 7+ messages in thread
From: Mulyadi Santosa @ 2008-08-29  2:01 UTC (permalink / raw)
  To: qemu-devel

On Fri, Aug 29, 2008 at 8:47 AM, Jun Koi <junkoi2004@gmail.com> wrote:
> The problem is those docs are quite out-of-date. Would be very useful
> if somebody writes about the new architecture (like TCG, ....) to
> update them.
>
> In recent version of Xen, the developers write up (a bit, but still
> very useful) to introduce each single new feature of the new release.
> Would that be wonderful if we can do the same thing when something
> important is merged???

Forgot to mention this README too:
http://cvs.savannah.gnu.org/viewvc/qemu/tcg/README?root=qemu&view=markup

for those (like me ) who wants to understand more about TCG

regards,

Mulyadi.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] May I get a document about detailed architecture of QEMU
  2008-08-29  1:52     ` Jun Koi
@ 2008-08-29  3:09       ` Anthony Liguori
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony Liguori @ 2008-08-29  3:09 UTC (permalink / raw)
  To: qemu-devel

Jun Koi wrote:
> On Fri, Aug 29, 2008 at 10:47 AM, Jun Koi <junkoi2004@gmail.com> wrote:
>   
>
> And to update information about new features, how about having a blog
> for community/developers of QEMU? Like what Xen is doing now.
>   

I'd rather developers spent their time writing code.  There is more than 
enough info on the mailing list, discussed in #qemu on IRC, and within 
the code.  You just have to put the time into digging it up.

Regards,

Anthony Liguori

> http://blog.qemu.org, for example.
>
> Thanks,
> J
>
>
>   

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-08-29  3:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28  8:47 [Qemu-devel] May I get a document about detailed architecture of QEMU linemin2001
2008-08-29  1:39 ` Mulyadi Santosa
2008-08-29  1:45   ` Paul Brook
2008-08-29  1:47   ` Jun Koi
2008-08-29  1:52     ` Jun Koi
2008-08-29  3:09       ` Anthony Liguori
2008-08-29  2:01     ` Mulyadi Santosa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).