Re: FYI: WinKVM (Windows kernel-based virtual machine)

2010-05-01 Thread Jun Koi
I have some problem get the code. See below.
How can I fix it?

$ git clone http://github.com/ddk50/winkvm.git

.
got 053a4d7e7bd5c1ae12c428b524f60e8b62281dc3
error: Unable to get pack file
http://github.com/ddk50/winkvm.git/objects/pack/pack-a960db62a9fe87f58c9ed52d62fb7f2e65e611e8.pack
transfer closed with 1002375 bytes remaining to read
error: Unable to find 99736943b24a8155e324bda834df4f84defc9a38 under
http://github.com/ddk50/winkvm.git
Cannot obtain needed tree 99736943b24a8155e324bda834df4f84defc9a38
while processing commit b80976ec9561424eb1e26b53b627c17a40c2cc3a.
fatal: Fetch failed.


Thanks,
J





On Thu, Apr 29, 2010 at 9:36 PM, kazushi takahashi
w1n...@triton.ocn.ne.jp wrote:
 Hi there,

 I have ported Linux KVM to the Microsoft Windows XP and already succeeded in
 executing Linux guest OS which is attached in QEMU. I have named this virtual
 machine WinKVM.

 I introduced a daring and original means to develop WinKVM. More specifically,
 I implemented a software abstraction layer that can translate from
 Linux API into
 WinKVM Native API on Microsoft Windows kernel. KVM source code which is not
  patched, is linked with my software abstraction layer when building WinKVM.
 So, I did not fix KVM itself. I only prepared the software abstraction
 layer to build
  WinKVM.

 This is because KVM development speed is so fast. If I simply read KVM source
 code and only regenerate the Windows driver that is similar to be KVM, I can
 not follow to the KVM developers. It is hard to reprogram KVM when it
 has update.

 So, I have decided to implement the abstraction layer that emulate Linux 
 kernel
 on Microsoft Windows.

 I have not yet prepared the amenities which are related to WinKVM such as
 document and website and so on. But I have github repository
 http://github.com/ddk50/winkvm/

 I would appreciate your feedback.

 Regards,
 Kazushi Takahashi.
 --
 To unsubscribe from this list: send the line unsubscribe kvm in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: FYI: WinKVM (Windows kernel-based virtual machine)

2010-05-01 Thread Jun Koi
Could you provide some instructions on how to compile this code??

Thanks,
J

On Thu, Apr 29, 2010 at 9:36 PM, kazushi takahashi
w1n...@triton.ocn.ne.jp wrote:
 Hi there,

 I have ported Linux KVM to the Microsoft Windows XP and already succeeded in
 executing Linux guest OS which is attached in QEMU. I have named this virtual
 machine WinKVM.

 I introduced a daring and original means to develop WinKVM. More specifically,
 I implemented a software abstraction layer that can translate from
 Linux API into
 WinKVM Native API on Microsoft Windows kernel. KVM source code which is not
  patched, is linked with my software abstraction layer when building WinKVM.
 So, I did not fix KVM itself. I only prepared the software abstraction
 layer to build
  WinKVM.

 This is because KVM development speed is so fast. If I simply read KVM source
 code and only regenerate the Windows driver that is similar to be KVM, I can
 not follow to the KVM developers. It is hard to reprogram KVM when it
 has update.

 So, I have decided to implement the abstraction layer that emulate Linux 
 kernel
 on Microsoft Windows.

 I have not yet prepared the amenities which are related to WinKVM such as
 document and website and so on. But I have github repository
 http://github.com/ddk50/winkvm/

 I would appreciate your feedback.

 Regards,
 Kazushi Takahashi.
 --
 To unsubscribe from this list: send the line unsubscribe kvm in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


FYI: WinKVM (Windows kernel-based virtual machine)

2010-04-30 Thread kazushi takahashi
Hi there,

I have ported Linux KVM to the Microsoft Windows XP and already succeeded in
executing Linux guest OS which is attached in QEMU. I have named this virtual
machine WinKVM.

I introduced a daring and original means to develop WinKVM. More specifically,
I implemented a software abstraction layer that can translate from
Linux API into
WinKVM Native API on Microsoft Windows kernel. KVM source code which is not
 patched, is linked with my software abstraction layer when building WinKVM.
So, I did not fix KVM itself. I only prepared the software abstraction
layer to build
 WinKVM.

This is because KVM development speed is so fast. If I simply read KVM source
code and only regenerate the Windows driver that is similar to be KVM, I can
not follow to the KVM developers. It is hard to reprogram KVM when it
has update.

So, I have decided to implement the abstraction layer that emulate Linux kernel
on Microsoft Windows.

I have not yet prepared the amenities which are related to WinKVM such as
document and website and so on. But I have github repository
http://github.com/ddk50/winkvm/

I would appreciate your feedback.

Regards,
Kazushi Takahashi.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html