qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Using multiple cores in qemu was Re: threads on qemu


From: C.W. Betts
Subject: Re: [Qemu-devel] Using multiple cores in qemu was Re: threads on qemu
Date: Mon, 21 Jan 2008 14:34:46 -0700

I'm just trying to think of ways to improve, so don't hurt me too much.

What about splitting up the CPU and other functions into their own threads? The CPU emulation is probably the biggest thing that uses the CPU, the second biggest the display(?).

From reading the past e-mails, the only thing that might stop this from
working is the virtual timing, right? In what way could this be fixed, and will it make qemu faster? ----- Original Message ----- From: "William Pearson" <address@hidden>
To: <address@hidden>
Sent: Monday, January 21, 2008 10:59 AM
Subject: [Qemu-devel] Using multiple cores in qemu was Re: threads on qemu


>
Still, is there a way to make qemu take advantage of multiple cores? They are pretty commonplace in new computers (is there any selling computer that
doesn't have multiple cores?).

It depends on what you want to do. You could always run two or more
copies of qemu and set up a small networked cluster of the
architecture you want to emulate. Each emulator should go on to a
different core. Might be useful when compiling things in qemu or doing
other processor bound tasks.

 Will Pearson








reply via email to

[Prev in Thread] Current Thread [Next in Thread]