[Qemu-devel] How to get started with the source code of Qemu?

2015-10-06 Thread Aaron Elkins
Hi all, I am new to Qemu, and I’m extremely interested in understanding how the source code of Qemu work. But after I downloaded the whole project, I just lost in it, the project is too large for me to get started. If anyone here can point me to some useful document or some guides, to make me

Re: [Qemu-devel] How to get started with the source code of Qemu?

2015-10-06 Thread Aaron Elkins
Hi Bastian, Thanks for you suggestion, I decide to do as you said, started by picking some interesting parts. -Aaron On Oct 7, 2015, at 1:04 AM, Bastian Koppelmann wrote: Hi Aaron, On 10/06/2015 04:17 PM, Aaron Elkins wrote: > Hi all, > > I am new to Qemu, and I’m extremely i

Re: [Qemu-devel] How to get started with the source code of Qemu?

2015-10-06 Thread Aaron Elkins
Hi peter, Thanks for suggestion. Computer hardware architecture, that’s an interesting thing. -Aaron On Oct 7, 2015, at 4:08 AM, Peter Crosthwaite wrote: On Tue, Oct 6, 2015 at 7:17 AM, Aaron Elkins wrote: > Hi all, > > I am new to Qemu, and I’m extremely interested in understa

[Qemu-devel] How to build the latest Qemu on Mac OS X 10.11 (El Capitan ) ?

2015-10-06 Thread Aaron Elkins
Hi all, I am currently working on Mac OS X 10.11 (El Capitan), and I want to know if I can build Qemu on it? and how? Thanks -Aaron

[Qemu-devel] Qemu: Guest Linux hangs on Mac OS X 10.11

2015-10-16 Thread Aaron Elkins
I built Qemu on Mac OS X 10.11 El Capitan with: ./configure make make install Successfully. And downloaded the official linux image, and ran it with the following: qemu-system-x86_64 -drive file=linux-0.2.img,index=0,media=disk,format=raw And th

Re: [Qemu-devel] Qemu: Guest Linux hangs on Mac OS X 10.11

2015-10-18 Thread Aaron Elkins
> On Oct 19, 2015, at 4:37 AM, Peter Maydell wrote: > > On 18 October 2015 at 20:46, Peter Maydell wrote: >> On 16 October 2015 at 08:32, Aaron Elkins wrote: >>> I built Qemu on Mac OS X 10.11 El Capitan with: >>> >>>./configu