* [Qemu-devel] QEMU For Windows by Stefan Weil
@ 2013-12-04 15:30 Cumberland, Lonnie
2013-12-04 17:38 ` [Qemu-devel] QEMU For Windows Stefan Weil
0 siblings, 1 reply; 3+ messages in thread
From: Cumberland, Lonnie @ 2013-12-04 15:30 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1: Type: text/plain, Size: 2300 bytes --]
Greetings All,
I hope that you are well today.
For a learning/development project, I am interested in the "QEMU for Windows" which is being developed by Stefan Weil as I think that it would make a great starting point. I found the latest code at:
http://qemu.weilnetz.de/
and would like to discuss with Stefan Weil, or perhaps other, the particulars of how to set up the development environment which I presume is MinGW to compile the 32-bit and 64-bit binaries.
Would you please advise me on how I can move forward on this as my project that I have in mind will need to modify qemu in a number of ways.
In the first steps, I would like to spend some time to get familiar with the qemu code base after which I will investigate modifications that I would like to make. In particular, I am very interested in developing a version of Qemu to incorporate true SMP towards my project goals of a SSI (Single System Image) distributed cluster system using QEMU as the SSI VM. That's the eventual goal, at least.
Kind Regards and have a great day my friends,
Lonnie T. Cumberland
Thanks and have a great day,
Dr. Lonnie Cumberland, Ph.D.
Physicist
(301) 975-6869 (Office)
(301) 869-7682 (Fax)
National Institute of Standards and Technology
Radiation Physics Division (682)
ADDRESS:
100 Bureau Drive, Stop 682
Gaithersburg, MD 20899
EMAIL: lonnie.cumberland@nist.gov<mailto:lonnie.cumberland@nist.gov>
________________________________
CONFIDENTIALITY NOTICE - This e-mail transmission, and any documents, files or previous e-mail messages attached to it may contain information that is confidential or legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that you must not read this transmission and that any disclosure, copying, printing, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify Lonnie Cumberland by telephone or at Lonnie.Cumberland@nist.gov<mailto:Lonnie.Cumberland@nist.gov> and delete the original transmission and its attachments without reading or saving in any manner.
[-- Attachment #2: Type: text/html, Size: 7693 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] QEMU For Windows
2013-12-04 15:30 [Qemu-devel] QEMU For Windows by Stefan Weil Cumberland, Lonnie
@ 2013-12-04 17:38 ` Stefan Weil
2013-12-04 18:20 ` Cumberland, Lonnie
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2013-12-04 17:38 UTC (permalink / raw)
To: Cumberland, Lonnie; +Cc: qemu-devel@nongnu.org
Am 04.12.2013 16:30, schrieb Cumberland, Lonnie:
>
> Greetings All,
>
> I hope that you are well today.
>
> For a learning/development project, I am interested in the “QEMU for
> Windows” which is being developed by Stefan Weil as I think that it
> would make a great starting point. I found the latest code at:
>
> http://qemu.weilnetz.de/
>
> and would like to discuss with Stefan Weil, or perhaps other, the
> particulars of how to set up the development environment which I
> presume is MinGW to compile the 32-bit and 64-bit binaries.
>
> Would you please advise me on how I can move forward on this as my
> project that I have in mind will need to modify qemu in a number of ways.
>
> In the first steps, I would like to spend some time to get familiar
> with the qemu code base after which I will investigate modifications
> that I would like to make. In particular, I am very interested in
> developing a version of Qemu to incorporate true SMP towards my
> project goals of a SSI (Single System Image) distributed cluster
> system using QEMU as the SSI VM. That’s the eventual goal, at least.
>
> Kind Regards and have a great day my friends,
>
> Lonnie T. Cumberland
>
Hi Lonnie,
please start with reading the available documentation, especially these
pages:
http://wiki.qemu.org/Documentation/GettingStartedDevelopers
http://wiki.qemu.org/Hosts/W32
I strongly suggest using Linux instead of Windows if your project is
based on x86 hardware, because QEMU on Windows is much slower than QEMU
on Linux with KVM hardware virtualization. Even for building Windows
binaries, Linux is the better build platform. The QEMU binaries for
Windows on qemu.weilnetz.de are built with MinGW-w64 on a server running
Debian/GNU Linux (wheezy), the code is from my personal QEMU repository
git://repo.or.cz/qemu/ar7.git.
Best regards,
Stefan Weil
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] QEMU For Windows
2013-12-04 17:38 ` [Qemu-devel] QEMU For Windows Stefan Weil
@ 2013-12-04 18:20 ` Cumberland, Lonnie
0 siblings, 0 replies; 3+ messages in thread
From: Cumberland, Lonnie @ 2013-12-04 18:20 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel@nongnu.org
Hi Stefan,
Thanks for getting back to me regarding your QEMU on Windows.
I actually do realize that QEMU on a Windows os is much slower, but I have limited options in this area as the basis of the project (which will take a fair amount of time and effort to get going) is to have a Type 2 Hypervisor something like QEMU or Virtualbox which is able to co-exist, and run concurrently, with commodity Windows Desktop systems. I also have been considering CoLinux, AndLinux, and SpeedLinux for a possible starting point as well. For pure linux based machines, as Type 1 Hypervisor like Xen might do the job, but currently I want to go with a development that will allow the VM to run concurrently with Windows.
The project goal is to develop a distributed shared memory shared resource SSI system such that one massive virtual computer can span a great many desktops and dedicated systems. It's a very ambitious and long-term project and I am just trying to determine the best existing VM from which to start the effort for which it looked as though QEMU, although slower on Windows machines, has the best cross platform as well as a code-base that is not overly heavy like Virtualbox.
Thanks for the links and I will start looking into the information.
If you have any suggestions on a possible approach towards these goals then I would be happy to hear them as well.
Cheers and have a great day,
Lonnie
-----Original Message-----
From: Stefan Weil [mailto:sw@weilnetz.de]
Sent: Wednesday, December 04, 2013 12:39 PM
To: Cumberland, Lonnie
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU For Windows
Am 04.12.2013 16:30, schrieb Cumberland, Lonnie:
>
> Greetings All,
>
> I hope that you are well today.
>
> For a learning/development project, I am interested in the "QEMU for
> Windows" which is being developed by Stefan Weil as I think that it
> would make a great starting point. I found the latest code at:
>
> http://qemu.weilnetz.de/
>
> and would like to discuss with Stefan Weil, or perhaps other, the
> particulars of how to set up the development environment which I
> presume is MinGW to compile the 32-bit and 64-bit binaries.
>
> Would you please advise me on how I can move forward on this as my
> project that I have in mind will need to modify qemu in a number of ways.
>
> In the first steps, I would like to spend some time to get familiar
> with the qemu code base after which I will investigate modifications
> that I would like to make. In particular, I am very interested in
> developing a version of Qemu to incorporate true SMP towards my
> project goals of a SSI (Single System Image) distributed cluster
> system using QEMU as the SSI VM. That's the eventual goal, at least.
>
> Kind Regards and have a great day my friends,
>
> Lonnie T. Cumberland
>
Hi Lonnie,
please start with reading the available documentation, especially these
pages:
http://wiki.qemu.org/Documentation/GettingStartedDevelopers
http://wiki.qemu.org/Hosts/W32
I strongly suggest using Linux instead of Windows if your project is based on x86 hardware, because QEMU on Windows is much slower than QEMU on Linux with KVM hardware virtualization. Even for building Windows binaries, Linux is the better build platform. The QEMU binaries for Windows on qemu.weilnetz.de are built with MinGW-w64 on a server running Debian/GNU Linux (wheezy), the code is from my personal QEMU repository git://repo.or.cz/qemu/ar7.git.
Best regards,
Stefan Weil
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-04 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 15:30 [Qemu-devel] QEMU For Windows by Stefan Weil Cumberland, Lonnie
2013-12-04 17:38 ` [Qemu-devel] QEMU For Windows Stefan Weil
2013-12-04 18:20 ` Cumberland, Lonnie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.