* [Qemu-devel] Support Questions @ 2006-06-12 19:32 Joe Lee 2006-06-12 19:41 ` Natalia Portillo 0 siblings, 1 reply; 7+ messages in thread From: Joe Lee @ 2006-06-12 19:32 UTC (permalink / raw) To: qemu-devel Wanted to know about individuals that provides support and custom development for QEUM. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-12 19:32 [Qemu-devel] Support Questions Joe Lee @ 2006-06-12 19:41 ` Natalia Portillo 2006-06-12 22:36 ` Johannes Schindelin 2006-06-13 14:37 ` Joe Lee 0 siblings, 2 replies; 7+ messages in thread From: Natalia Portillo @ 2006-06-12 19:41 UTC (permalink / raw) To: joelee724, qemu-devel Well, Fabrice Bellard is main developer, and KQEMU whole developer. Paul Brook maintains ARM system, and QVM86 whole developer. Jocelyn Mayer (away) maintains PPC system. Blue Swirl maintains Sparc system. A couple of collaborators do development taks. I maintain the OS compatibility list and do extensive operating system compatibility testing. Just, for what you want that information? El 12/06/2006, a las 20:32, Joe Lee escribió: > Wanted to know about individuals that provides support and custom > development for QEUM. > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-12 19:41 ` Natalia Portillo @ 2006-06-12 22:36 ` Johannes Schindelin 2006-06-13 14:37 ` Joe Lee 1 sibling, 0 replies; 7+ messages in thread From: Johannes Schindelin @ 2006-06-12 22:36 UTC (permalink / raw) To: qemu-devel Hi, On Mon, 12 Jun 2006, Natalia Portillo wrote: > Fabrice Bellard is main developer, and KQEMU whole developer. > Paul Brook maintains ARM system, and QVM86 whole developer. ... and has commit rights to QEmu's main repository. > Jocelyn Mayer (away) maintains PPC system. > Blue Swirl maintains Sparc system. > A couple of collaborators do development taks. > I maintain the OS compatibility list and do extensive operating system > compatibility testing. ... and of course, you can always ask the question on this list (which is the Open Source way anyway), and if there are too few, or none, to answer the question, you can add some digit with a dollar sign after it to entice people to help you ;-) Ciao, Dscho ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-12 19:41 ` Natalia Portillo 2006-06-12 22:36 ` Johannes Schindelin @ 2006-06-13 14:37 ` Joe Lee 2006-06-13 15:39 ` Johannes Schindelin 2006-06-13 19:34 ` Mike Kronenberg 1 sibling, 2 replies; 7+ messages in thread From: Joe Lee @ 2006-06-13 14:37 UTC (permalink / raw) To: Natalia Portillo; +Cc: qemu-devel I came across a product called Iemulator and think it based on QEMU. If so, I wanted to know how possible is it to re-brand qemu to something similar to Iemulator. Also, I am quite new to QEMU and virtualization in general and wanted to know the difference between QEMU and product like OpenVZ. Based on my reading on them I think they are quite different. I suppose QEMU is more like VMware aimed at end users and OpenVZ would be more for Enterprise servers. Joe Natalia Portillo wrote: > Well, > > Fabrice Bellard is main developer, and KQEMU whole developer. > Paul Brook maintains ARM system, and QVM86 whole developer. > Jocelyn Mayer (away) maintains PPC system. > Blue Swirl maintains Sparc system. > A couple of collaborators do development taks. > I maintain the OS compatibility list and do extensive operating system > compatibility testing. > > Just, for what you want that information? > > El 12/06/2006, a las 20:32, Joe Lee escribió: > >> Wanted to know about individuals that provides support and custom >> development for QEUM. >> >> >> >> _______________________________________________ >> Qemu-devel mailing list >> Qemu-devel@nongnu.org >> http://lists.nongnu.org/mailman/listinfo/qemu-devel >> > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-13 14:37 ` Joe Lee @ 2006-06-13 15:39 ` Johannes Schindelin 2006-06-13 19:34 ` Mike Kronenberg 1 sibling, 0 replies; 7+ messages in thread From: Johannes Schindelin @ 2006-06-13 15:39 UTC (permalink / raw) To: joelee724, qemu-devel Hi, On Tue, 13 Jun 2006, Joe Lee wrote: > I came across a product called Iemulator and think it based on QEMU. If > so, I wanted to know how possible is it to re-brand qemu to something > similar to Iemulator. It is based on QEmu. See http://www.iemulator.com/iemulator_faq.php, "Is iEmulator based on the BOCHS emulator?". It is perfectly legal. The core of QEmu is licensed under the LGPL, and accordingly, (at least some) sources of iEmulator are freely downloadable. > Also, I am quite new to QEMU and virtualization in general and wanted to > know the difference between QEMU and product like OpenVZ. OpenVZ is a virtualiser, i.e. it uses the hardware -- including the CPU -- of the host, and relies on the OS to handle the sharing parts. Therefore, you can not run unmodified kernels (or Windows for that matter) using OpenVZ. QEmu is a system emulator, i.e. the hardware componentes are emulated. As for the CPU, QEmu uses a technique called "translation" or Just-In-Time compilation in order to execute the code. If the host CPU is of the same type as the emulated CPU, you can use KQEmu or QVEmu to kind-of virtualise the CPU instead. > I suppose QEMU is more like VMware aimed at end users and OpenVZ would > be more for Enterprise servers. Correct. The principal application for QEmu is to run a different OS in a window on your desktop. The principal application for OpenVZ or Zen is to run many virtual computers (servers) on one host. Hth, Dscho ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-13 14:37 ` Joe Lee 2006-06-13 15:39 ` Johannes Schindelin @ 2006-06-13 19:34 ` Mike Kronenberg 2006-06-13 20:56 ` Joe Lee 1 sibling, 1 reply; 7+ messages in thread From: Mike Kronenberg @ 2006-06-13 19:34 UTC (permalink / raw) To: joelee724, qemu-devel On 13.06.2006, at 16:37, Joe Lee wrote: > I came across a product called Iemulator and think it based on > QEMU. If so, I wanted to know how possible is it to re-brand qemu > to something similar to Iemulator. IEmulator (as of the 1.7.x series) is a rebrand of a early stage project Q Build (http://www.kju-app.org/proj/) which is based on QEMU itself. Q has different graphic output and some frontend extensions compared to QEMU. We tried to port the natural virtualization modul qvm86 to OS X, too. But as QEMU has moved on, we have put a hold on that. So QEMU on OS X (ppc and intel) remains a simulation. Mike > > Also, I am quite new to QEMU and virtualization in general and > wanted to know the difference between QEMU and product like OpenVZ. > Based on my reading on them I think they are quite different. I > suppose QEMU is more like VMware aimed at end users and OpenVZ > would be more for Enterprise servers. > > Joe > > > > Natalia Portillo wrote: >> Well, >> >> Fabrice Bellard is main developer, and KQEMU whole developer. >> Paul Brook maintains ARM system, and QVM86 whole developer. >> Jocelyn Mayer (away) maintains PPC system. >> Blue Swirl maintains Sparc system. >> A couple of collaborators do development taks. >> I maintain the OS compatibility list and do extensive operating >> system compatibility testing. >> >> Just, for what you want that information? >> >> El 12/06/2006, a las 20:32, Joe Lee escribió: >> >>> Wanted to know about individuals that provides support and custom >>> development for QEUM. >>> >>> >>> >>> _______________________________________________ >>> Qemu-devel mailing list >>> Qemu-devel@nongnu.org >>> http://lists.nongnu.org/mailman/listinfo/qemu-devel >>> >> >> > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Support Questions 2006-06-13 19:34 ` Mike Kronenberg @ 2006-06-13 20:56 ` Joe Lee 0 siblings, 0 replies; 7+ messages in thread From: Joe Lee @ 2006-06-13 20:56 UTC (permalink / raw) To: qemu-devel I am looking for a good GUI for QEMU. Below are the one I've found about so far. Does anyone know of any other good GUI that would be similar to VMware? http://sourceforge.net/projects/kqemu/ http://emeitner.f2o.org/qemu_launcher Mike Kronenberg wrote: > > On 13.06.2006, at 16:37, Joe Lee wrote: > >> I came across a product called Iemulator and think it based on QEMU. >> If so, I wanted to know how possible is it to re-brand qemu to >> something similar to Iemulator. > > IEmulator (as of the 1.7.x series) is a rebrand of a early stage > project Q Build (http://www.kju-app.org/proj/) which is based on QEMU > itself. Q has different graphic output and some frontend extensions > compared to QEMU. We tried to port the natural virtualization modul > qvm86 to OS X, too. But as QEMU has moved on, we have put a hold on > that. So QEMU on OS X (ppc and intel) remains a simulation. > > Mike > >> >> Also, I am quite new to QEMU and virtualization in general and wanted >> to know the difference between QEMU and product like OpenVZ. Based on >> my reading on them I think they are quite different. I suppose QEMU >> is more like VMware aimed at end users and OpenVZ would be more for >> Enterprise servers. >> >> Joe >> >> >> >> Natalia Portillo wrote: >>> Well, >>> >>> Fabrice Bellard is main developer, and KQEMU whole developer. >>> Paul Brook maintains ARM system, and QVM86 whole developer. >>> Jocelyn Mayer (away) maintains PPC system. >>> Blue Swirl maintains Sparc system. >>> A couple of collaborators do development taks. >>> I maintain the OS compatibility list and do extensive operating >>> system compatibility testing. >>> >>> Just, for what you want that information? >>> >>> El 12/06/2006, a las 20:32, Joe Lee escribió: >>> >>>> Wanted to know about individuals that provides support and custom >>>> development for QEUM. >>>> >>>> >>>> >>>> _______________________________________________ >>>> Qemu-devel mailing list >>>> Qemu-devel@nongnu.org >>>> http://lists.nongnu.org/mailman/listinfo/qemu-devel >>>> >>> >>> >> >> >> _______________________________________________ >> Qemu-devel mailing list >> Qemu-devel@nongnu.org >> http://lists.nongnu.org/mailman/listinfo/qemu-devel > > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-06-13 20:56 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-06-12 19:32 [Qemu-devel] Support Questions Joe Lee 2006-06-12 19:41 ` Natalia Portillo 2006-06-12 22:36 ` Johannes Schindelin 2006-06-13 14:37 ` Joe Lee 2006-06-13 15:39 ` Johannes Schindelin 2006-06-13 19:34 ` Mike Kronenberg 2006-06-13 20:56 ` Joe Lee
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).