Re: Before declaring Bochs is dead ...

<[email protected]> Mon, 11 Jul 2022 14:02:35 +0300
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <[email protected]>
This is a multipart message in MIME format.

--===============8307279578772035823==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_01E6_01D8952E.E007EE40"
Content-Language: en-il

This is a multipart message in MIME format.

------=_NextPart_000_01E6_01D8952E.E007EE40
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable

It is good question why I don=E2=80=99t see them there in git tag.

Seems like they were not uploaded to github for some reason.

On bare repo that I pushed to guthub I see them all.

=20

Do you have any idea what I should do to push it with tags ?

=20

From: Thomas Hemmer <[email protected]>=20
Sent: Monday, 11 July 2022 11:31
To: [email protected]
Subject: Re: [Bochs-developers] Before declaring Bochs is dead ...

=20

Hi folks,

thanks a lot for your efforts in order to keep bochs alive.

While taking a look into Stanislav's git repository I missed the release =
tags there.
Did you leave them out intentionally?


Best regards,

Thomas

=20

Am 11.07.2022 um 08:26 schrieb [email protected] =
<mailto:[email protected]> :

Okay, guys !

=20

Please take a look onto github repository:

https://github.com/stlintel/Bochs

=20

and also SF git repository:

https://sourceforge.net/p/bochs/bochs/ci/master/tree/

=20

They are identical.=20

Could be both cloned and browsed.

Verify everything you know =E2=80=93 this is first time I create new git =
repositories, not telling about converting from SVN.

=20

I personally prefer github interface.

Can someone help with setting up mandatory code review for pull requests =
?

=20

Thanks

Stansilav

=20

From: [email protected] <mailto:[email protected]>   =
<mailto:[email protected]> <[email protected]>=20
Sent: Monday, 11 July 2022 8:45
To: 'Xinyang Ge'  <mailto:[email protected]> <[email protected]>
Cc: 'bochs-developers'  <mailto:[email protected]> =
<[email protected]>
Subject: RE: [Bochs-developers] Before declaring Bochs is dead ...

=20

Github suggests next step to do:

=20

Existing repository using Git

cd myproject

git remote add origin ssh://[email protected]/p/bochs/bochs =
<mailto:ssh://[email protected]/p/bochs/bochs>=20

git push -u origin master

=20

Should I ?

=20

From: [email protected] <mailto:[email protected]>  =
<[email protected] <mailto:[email protected]> >=20
Sent: Sunday, 10 July 2022 19:48
To: 'Xinyang Ge' <[email protected] <mailto:[email protected]> >
Cc: 'bochs-developers' <[email protected] =
<mailto:[email protected]> >
Subject: RE: [Bochs-developers] Before declaring Bochs is dead ...

=20

Actually I got some help from folks at work and the conversion is in =
progress right now.

It is running from the morning and about 60% done.

Let=E2=80=99s see what is going to be result.

=20

Thanks,

Stanislav

=20

From: Xinyang Ge <[email protected] <mailto:[email protected]> >=20
Sent: Sunday, 10 July 2022 19:21
To: Stanislav Shwartsman <[email protected] <mailto:[email protected]> =
>
Cc: bochs-developers <[email protected] =
<mailto:[email protected]> >
Subject: Re: [Bochs-developers] Before declaring Bochs is dead ...

=20

So you have two suggestions here: (1) have the full name for the author =
info, and (2) remove the backward pointer to the SVN repo.

=20

For (1), it looks like the SVN commit history doesn't contain the full =
name either: Bochs x86 PC emulator / Code / Commit [r14349] =
(sourceforge.net) <https://sourceforge.net/p/bochs/code/14349/> .  To be =
consistent, shall we just reuse whatever is in SVN history for the new =
git repo?

=20

For (2), I can take a look and see if we can remove the backward =
pointer.

=20

Anything else I missed?

=20

Xinyang

=20

On Sat, Jul 9, 2022 at 10:57 AM <[email protected] =
<mailto:[email protected]> > wrote:

This is exactly not good one =E2=80=A6

=20

This is how it supposed to look like:

=20

=3D=3D Cut Here =3D=3D

commit d320dadcc9c40282ad282fa6c64ccbfef048d952 (HEAD -> master, =
origin/master, origin/HEAD)

Author: Volker Ruppert

Date:   Thu Nov 4 17:44:57 2021 +0000

=20

    Updated / improved information about configure shortcut scripts.

=3D=3D Cut Here =3D=3D

=20

=20

From: Xinyang Ge <[email protected] <mailto:[email protected]> >=20
Sent: Saturday, 9 July 2022 18:42
To: Stanislav Shwartsman <[email protected] <mailto:[email protected]> =
>
Cc: bochs-developers <[email protected] =
<mailto:[email protected]> >
Subject: Re: [Bochs-developers] Before declaring Bochs is dead ...

=20

Did you check https://github.com/countingpine/bochs-svn?  The latest git =
commit =
<https://github.com/countingpine/bochs-svn/commit/d320dadcc9c40282ad282fa=
6c64ccbfef048d952>  (shown below) matches what I saw from the SVN repo.  =
They also seem to get the author info and commit message correct (with =
an additional pointer to the SVN commit).  Is there any issue you saw =
from the repo?  If not, we can just clone and re-upload the repo to a =
more official account of Bochs on Github.

=20

commit d320dadcc9c40282ad282fa6c64ccbfef048d952 (HEAD -> master, =
origin/master, origin/HEAD)

Author: vruppert <vruppert@6c8e4198-a580-4521-a02f-c9ae86df1db9>

Date:   Thu Nov 4 17:44:57 2021 +0000

=20

    Updated / improved information about configure shortcut scripts.

=20

    git-svn-id: http://svn.code.sf.net/p/bochs/code/trunk@14349 =
6c8e4198-a580-4521-a02f-c9ae86df1db9

=20

On Sat, Jul 9, 2022 at 7:24 AM <[email protected] =
<mailto:[email protected]> > wrote:

I see dozens of Bochs forks to git in the net. Most of them outdate and =
dead.=20

Unfortunately not even single one of them is forked properly, with =
converting authors and cleaning up stuff afterwards.

Doing simple =E2=80=98git log=E2=80=99 on bochs folder reveals a lot of =
garbage that should not be there.

=20

I tried to go through the process of migration from scratch but seems =
like smth is going wrong for me.

=20

It prints :

=20

Initialized empty Git repository in =
/cygdrive/e/BOCHS/BOCHS/SVN/bochs-git-conversion/bochs-git-tmp/.git/

Using higher level of URL: =
https://svn.code.sf.net/p/bochs/code/trunk/bochs =3D> =
https://svn.code.sf.net/p/bochs/code

=20

And just stuck for very long time. At the end I see .git folder which is =
empty repo (nothing from SVN was imported).

=20

From: Xinyang Ge <[email protected] <mailto:[email protected]> >=20
Sent: Friday, 8 July 2022 22:18
To: Stanislav Shwartsman <[email protected] <mailto:[email protected]> =
>
Cc: bochs-developers <[email protected] =
<mailto:[email protected]> >
Subject: Re: [Bochs-developers] Before declaring Bochs is dead ...

=20

Totally.  Any open-source project would require the whole community =
effort to make it live long and prosper, and I think moving Bochs to =
git/github would encourage more people to contribute (especially =
nowadays).  Let me know how I can help with the efforts.

=20

Xinyang

=20

On Fri, Jul 8, 2022 at 11:03 AM Stanislav Shwartsman <[email protected] =
<mailto:[email protected]> > wrote:

Hi,

=20

>Bochs is one of the highest-fidelity PC emulators and is widely used in =
both academia and industry.  If there's a way we can keep it going, =
please don't let it die.

=20

You are the ones who could keep it from doing.

Bochs can't survive on just 2 contributors which also have families, =
work and other projects to care.

We would try to do our best but it can't continue alone.

=20

=20

On Fri, Jul 8, 2022 at 7:05 PM Xinyang Ge <[email protected] =
<mailto:[email protected]> > wrote:

Hi Stanislav,

=20

There is a github repo which has its commit history in sync with the SVN =
repo: https://github.com/countingpine/bochs-svn.  Can we use it as a =
starting point for svn>>git transition or maybe even contact the owner =
of that github repo for help?

=20

Bochs is one of the highest-fidelity PC emulators and is widely used in =
both academia and industry.  If there's a way we can keep it going, =
please don't let it die.

=20

Xinyang

=20

=20

=20

On Fri, Jul 8, 2022 at 8:48 AM Stanislav Shwartsman <[email protected] =
<mailto:[email protected]> > wrote:

Ho Folks.

Seems like I left alone. Tried to write Volker and he didn't respond for =
10 days :(

Before declaring Bochs officially dead I would like to modernize it a =
bit by moving to newer tools and trying to invite new contributors. I =
personally like git as new Bochs version control system and especially =
like github and its code review interface.

But I am not a master in doing svn>>git transitions.=20

In the other side I saw some of you already did it before and have =
necessary experience.

Can someone volunteer to have a Zoom/Teams session for the svn>>git =
transition?
I hope it won't take forever and as result we should get git repository =
for Bochs on Sourceforge (seems like they have it) or may be preferable, =
already in github.

Anyone ?

Thanks,
Stanislav

_______________________________________________
bochs-developers mailing list
[email protected] =
<mailto:[email protected]>=20
https://lists.sourceforge.net/lists/listinfo/bochs-developers






_______________________________________________
bochs-developers mailing list
[email protected] =
<mailto:[email protected]>=20
https://lists.sourceforge.net/lists/listinfo/bochs-developers


------=_NextPart_000_01E6_01D8952E.E007EE40
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta =
http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8"><meta =
name=3DGenerator content=3D"Microsoft Word 15 (filtered =
medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
	{font-family:"Lucida Console";
	panose-1:2 11 6 9 4 5 4 2 2 4;}
@font-face
	{font-family:Lato;}
@font-face
	{font-family:"Courier New \;color\:\#555555";
	panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0cm;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:Consolas;}
span.EmailStyle22
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3Den-IL link=3Dblue =
vlink=3Dpurple style=3D'word-wrap:break-word'><div =
class=3DWordSection1><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>It is good question why I =
don=E2=80=99t see them there in git tag.<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Seems like they were not uploaded =
to github for some reason.<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>On bare repo that I pushed to =
guthub I see them all.<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Do you have any idea what I should =
do to push it with tags ?<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3Den-IL =
style=3D'mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><div><di=
v style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> Thomas Hemmer =
&lt;[email protected]&gt; <br><b>Sent:</b> Monday, 11 July 2022 =
11:31<br><b>To:</b> =
[email protected]<br><b>Subject:</b> Re: =
[Bochs-developers] Before declaring Bochs is dead =
...<o:p></o:p></span></p></div></div><p =
class=3DMsoNormal><o:p>&nbsp;</o:p></p><p>Hi =
folks,<o:p></o:p></p><p>thanks a lot for your efforts in order to keep =
bochs alive.<o:p></o:p></p><p>While taking a look into Stanislav's git =
repository I missed the release tags there.<br>Did you leave them out =
intentionally?<br><br><br>Best =
regards,<o:p></o:p></p><p>Thomas<o:p></o:p></p><p><o:p>&nbsp;</o:p></p><d=
iv><p class=3DMsoNormal>Am 11.07.2022 um 08:26 schrieb <a =
href=3D"mailto:[email protected]">[email protected]</a>:<o:p></o:p></p>=
</div><blockquote style=3D'margin-top:5.0pt;margin-bottom:5.0pt'><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Okay, guys =
!</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Please take a look onto github =
repository:</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'><a =
href=3D"https://github.com/stlintel/Bochs">https://github.com/stlintel/Bo=
chs</a></span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>and also SF git =
repository:</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'><a =
href=3D"https://sourceforge.net/p/bochs/bochs/ci/master/tree/">https://so=
urceforge.net/p/bochs/bochs/ci/master/tree/</a></span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>They are identical. =
</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Could be both cloned and =
browsed.</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Verify everything you know =
=E2=80=93 this is first time I create new git repositories, not telling =
about converting from SVN.</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>I personally prefer github =
interface.</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Can someone help with setting up =
mandatory code review for pull requests ?</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Thanks</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Stansilav</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3Den-IL =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><div><di=
v style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> <a =
href=3D"mailto:[email protected]">[email protected]</a> <a =
href=3D"mailto:[email protected]">&lt;[email protected]&gt;</a> =
<br><b>Sent:</b> Monday, 11 July 2022 8:45<br><b>To:</b> 'Xinyang Ge' <a =
href=3D"mailto:[email protected]">&lt;[email protected]&gt;</a><br><b>Cc:=
</b> 'bochs-developers' <a =
href=3D"mailto:[email protected]">&lt;bochs-develope=
[email protected]&gt;</a><br><b>Subject:</b> RE: =
[Bochs-developers] Before declaring Bochs is dead =
...</span><o:p></o:p></p></div></div><p =
class=3DMsoNormal>&nbsp;<o:p></o:p></p><p class=3DMsoNormal =
style=3D'line-height:27.0pt;background:white;vertical-align:baseline'><sp=
an lang=3DEN-US =
style=3D'font-size:13.5pt;font-family:"Lato",sans-serif;color:#555555'>Gi=
thub suggests next step to do:</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'line-height:27.0pt;background:white;vertical-align:baseline'><b>=
<span lang=3Den-IL =
style=3D'font-size:13.5pt;font-family:"Lato",sans-serif;color:#555555'>&n=
bsp;</span></b><o:p></o:p></p><p class=3DMsoNormal =
style=3D'line-height:27.0pt;background:white;vertical-align:baseline'><b>=
<span lang=3Den-IL =
style=3D'font-size:13.5pt;font-family:"Lato",sans-serif;color:#555555'>Ex=
isting repository using Git</span></b><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'background:#F8F8F8;vertical-align:baseline'><span lang=3Den-IL =
style=3D'font-size:10.5pt;font-family:"Courier New =
;color:#555555",serif;color:black'>cd myproject</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'background:#F8F8F8;vertical-align:baseline'><span lang=3Den-IL =
style=3D'font-size:10.5pt;font-family:"Courier New =
;color:#555555",serif;color:black'>git remote add origin <a =
href=3D"mailto:ssh://[email protected]/p/bochs/bochs">ssh://sshwar=
[email protected]/p/bochs/bochs</a></span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'background:#F8F8F8;vertical-align:baseline'><span lang=3Den-IL =
style=3D'font-size:10.5pt;font-family:"Courier New =
;color:#555555",serif;color:black'>git push -u origin =
master</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3Den-IL =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'font-size:14.0pt;mso-fareast-language:EN-US'>Should I =
?</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3Den-IL =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><div><di=
v style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> <a =
href=3D"mailto:[email protected]">[email protected]</a> &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt; =
<br><b>Sent:</b> Sunday, 10 July 2022 19:48<br><b>To:</b> 'Xinyang Ge' =
&lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br><b>Cc:</b>=
 'bochs-developers' &lt;<a =
href=3D"mailto:[email protected]">bochs-developers@l=
ists.sourceforge.net</a>&gt;<br><b>Subject:</b> RE: [Bochs-developers] =
Before declaring Bochs is dead ...</span><o:p></o:p></p></div></div><p =
class=3DMsoNormal><span lang=3Den-IL>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Actually I got some help from folks =
at work and the conversion is in progress right =
now.</span><o:p></o:p></p><p class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>It is running from the morning and =
about 60% done.</span><o:p></o:p></p><p class=3DMsoNormal><span =
lang=3DEN-US style=3D'mso-fareast-language:EN-US'>Let=E2=80=99s see what =
is going to be result.</span><o:p></o:p></p><p class=3DMsoNormal><span =
lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Thanks,</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3DEN-US =
style=3D'mso-fareast-language:EN-US'>Stanislav</span><o:p></o:p></p><p =
class=3DMsoNormal><span lang=3Den-IL =
style=3D'mso-fareast-language:EN-US'>&nbsp;</span><o:p></o:p></p><div =
style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> Xinyang Ge &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt; =
<br><b>Sent:</b> Sunday, 10 July 2022 19:21<br><b>To:</b> Stanislav =
Shwartsman &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br><b>Cc:</=
b> bochs-developers &lt;<a =
href=3D"mailto:[email protected]">bochs-developers@l=
ists.sourceforge.net</a>&gt;<br><b>Subject:</b> Re: [Bochs-developers] =
Before declaring Bochs is dead ...</span><o:p></o:p></p></div><p =
class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><div><p =
class=3DMsoNormal><span lang=3Den-IL>So you have two suggestions here: =
(1) have the full name for the author info, and (2) remove the backward =
pointer to the SVN repo.</span><o:p></o:p></p><div><p =
class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal><span lang=3Den-IL>For (1), it looks like the SVN =
commit history doesn't contain the full name either:&nbsp;<a =
href=3D"https://sourceforge.net/p/bochs/code/14349/">Bochs x86 PC =
emulator / Code / Commit [r14349] (sourceforge.net)</a>.&nbsp; To be =
consistent, shall we just reuse whatever is in SVN history for the new =
git repo?</span><o:p></o:p></p></div><div><p class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal><span lang=3Den-IL>For (2), I can take a look and see =
if we can remove the backward =
pointer.</span><o:p></o:p></p></div><div><p class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal><span lang=3Den-IL>Anything else I =
missed?</span><o:p></o:p></p></div><div><p class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal><span =
lang=3Den-IL>Xinyang</span><o:p></o:p></p></div></div></div></div><p =
class=3DMsoNormal><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p =
class=3DMsoNormal><span lang=3Den-IL>On Sat, Jul 9, 2022 at 10:57 AM =
&lt;<a href=3D"mailto:[email protected]">[email protected]</a>&gt; =
wrote:</span><o:p></o:p></p></div><blockquote =
style=3D'border:none;border-right:solid #CCCCCC 1.0pt;padding:0cm 0cm =
0cm =
0cm;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0=
pt'><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>This is exactly not good one =
=E2=80=A6</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>This is how it supposed to look =
like:</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>=3D=3D Cut Here =3D=3D</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>commit d320dadcc9c40282ad282fa6c64ccbfef048d952 (HEAD -&gt; =
master, origin/master, origin/HEAD)</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Author: Volker Ruppert</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Date:&nbsp; &nbsp;Thu Nov 4 17:44:57 2021 =
+0000</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp; &nbsp; Updated / improved information about =
configure shortcut scripts.</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>=3D=3D Cut Here =3D=3D</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div =
style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> Xinyang Ge &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; <br><b>Sent:</b> Saturday, 9 =
July 2022 18:42<br><b>To:</b> Stanislav Shwartsman &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt;<br><b>Cc:</b> =
bochs-developers &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt;<br><b>Su=
bject:</b> Re: [Bochs-developers] Before declaring Bochs is dead =
...</span><o:p></o:p></p></div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Did you check&nbsp;<a =
href=3D"https://github.com/countingpine/bochs-svn" =
target=3D"_blank">https://github.com/countingpine/bochs-svn</a>?&nbsp; =
The latest git <a =
href=3D"https://github.com/countingpine/bochs-svn/commit/d320dadcc9c40282=
ad282fa6c64ccbfef048d952" target=3D"_blank">commit</a> (shown below) =
matches what I saw from the SVN repo.&nbsp; They also seem to get the =
author info and commit message correct (with an additional pointer to =
the SVN commit).&nbsp; Is there any issue you saw from the repo?&nbsp; =
If not, we can just&nbsp;clone and re-upload the repo to a more official =
account of Bochs on Github.</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>commit d320dadcc9c40282ad282fa6c64ccbfef048d952 (HEAD -&gt; =
master, origin/master, origin/HEAD)</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Author: vruppert =
&lt;vruppert@6c8e4198-a580-4521-a02f-c9ae86df1db9&gt;</span><o:p></o:p></=
p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Date:&nbsp; &nbsp;Thu Nov 4 17:44:57 2021 =
+0000</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp; &nbsp; Updated / improved information about =
configure shortcut scripts.</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp; &nbsp; git-svn-id: <a =
href=3D"http://svn.code.sf.net/p/bochs/code/trunk@14349" =
target=3D"_blank">http://svn.code.sf.net/p/bochs/code/trunk@14349</a> =
6c8e4198-a580-4521-a02f-c9ae86df1db9</span><o:p></o:p></p></div></div></d=
iv></div></div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>On Sat, Jul 9, 2022 at 7:24 AM &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; =
wrote:</span><o:p></o:p></p></div><blockquote =
style=3D'border:none;border-right:solid #CCCCCC 1.0pt;padding:0cm 0cm =
0cm =
0cm;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0=
pt'><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>I see dozens of Bochs forks to git in the net. Most of them =
outdate and dead. </span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>Unfortunately not even single one of them is forked =
properly, with converting authors and cleaning up stuff =
afterwards.</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>Doing simple =E2=80=98git log=E2=80=99 on bochs folder =
reveals a lot of garbage that should not be =
there.</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>I tried to go through the process of migration from scratch =
but seems like smth is going wrong for me.</span><o:p></o:p></p><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>It prints :</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL style=3D'font-size:9.0pt;font-family:"Lucida =
Console"'>Initialized empty Git repository in =
/cygdrive/e/BOCHS/BOCHS/SVN/bochs-git-conversion/bochs-git-tmp/.git/</spa=
n><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL style=3D'font-size:9.0pt;font-family:"Lucida =
Console"'>Using higher level of URL: <a =
href=3D"https://svn.code.sf.net/p/bochs/code/trunk/bochs" =
target=3D"_blank">https://svn.code.sf.net/p/bochs/code/trunk/bochs</a> =
=3D&gt; <a href=3D"https://svn.code.sf.net/p/bochs/code" =
target=3D"_blank">https://svn.code.sf.net/p/bochs/code</a></span><o:p></o=
:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3DEN-US>And just stuck for very long time. At the end I see .git =
folder which is empty repo (nothing from SVN was =
imported).</span><o:p></o:p></p><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div =
style=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm'><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span =
lang=3DEN-US>From:</span></b><span lang=3DEN-US> Xinyang Ge &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; <br><b>Sent:</b> Friday, 8 =
July 2022 22:18<br><b>To:</b> Stanislav Shwartsman &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt;<br><b>Cc:</b> =
bochs-developers &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt;<br><b>Su=
bject:</b> Re: [Bochs-developers] Before declaring Bochs is dead =
...</span><o:p></o:p></p></div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Totally.&nbsp; Any open-source project would require the =
whole community effort to make it live long and prosper, and I think =
moving Bochs to git/github would encourage more people to contribute =
(especially nowadays).&nbsp; Let me know how I can help with the =
efforts.</span><o:p></o:p></p><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Xinyang</span><o:p></o:p></p></div></div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>On Fri, Jul 8, 2022 at 11:03 AM Stanislav Shwartsman &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; =
wrote:</span><o:p></o:p></p></div><blockquote =
style=3D'border:none;border-right:solid #CCCCCC 1.0pt;padding:0cm 0cm =
0cm =
0cm;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0=
pt'><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Hi,</span><o:p></o:p></p><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&gt;Bochs is one of the highest-fidelity PC emulators and =
is widely used in both academia and industry.&nbsp; If there's a way we =
can keep it going, please don't let it =
die.</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>You are the ones who could keep it from =
doing.</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Bochs can't survive on just 2 contributors which also have =
families, work and other projects to =
care.</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>We would try to do our best but it can't continue =
alone.</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div></div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>On Fri, Jul 8, 2022 at 7:05 PM Xinyang Ge &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; =
wrote:</span><o:p></o:p></p></div><blockquote =
style=3D'border:none;border-right:solid #CCCCCC 1.0pt;padding:0cm 0cm =
0cm =
0cm;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0=
pt'><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Hi Stanislav,</span><o:p></o:p></p><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>There is a github repo which has its commit history in sync =
with the SVN repo:&nbsp;<a =
href=3D"https://github.com/countingpine/bochs-svn" =
target=3D"_blank">https://github.com/countingpine/bochs-svn</a>.&nbsp; =
Can we use it as a starting point for svn&gt;&gt;git transition or maybe =
even contact the owner of that github repo for =
help?</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Bochs is one of the highest-fidelity PC emulators and is =
widely used in both academia and industry.&nbsp; If there's a way we can =
keep it going, please don't let it =
die.</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Xinyang</span><o:p></o:p></p></div><div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p></div></div></div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>&nbsp;</span><o:p></o:p></p><div><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>On Fri, Jul 8, 2022 at 8:48 AM Stanislav Shwartsman &lt;<a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; =
wrote:</span><o:p></o:p></p></div><blockquote =
style=3D'border:none;border-right:solid #CCCCCC 1.0pt;padding:0cm 0cm =
0cm =
0cm;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0=
pt'><div><p class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>Ho Folks.<br><br>Seems like I left alone. Tried to write =
Volker and he didn't respond for 10 days :(<br><br>Before declaring =
Bochs officially dead I would like to modernize it a bit by moving to =
newer tools and trying to invite new contributors. I personally like git =
as new Bochs version control system and especially like github and its =
code review interface.<br><br>But I am not a master in doing =
svn&gt;&gt;git transitions. <br><br>In the other side I saw some of you =
already did it before and have necessary experience.<br><br>Can someone =
volunteer to have a Zoom/Teams session for the svn&gt;&gt;git =
transition?<br>I hope it won't take forever and as result we should get =
git repository for Bochs on Sourceforge (seems like they have it) or may =
be preferable, already in github.<br><br>Anyone =
?<br><br>Thanks,<br>Stanislav</span><o:p></o:p></p></div><p =
class=3DMsoNormal =
style=3D'mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span =
lang=3Den-IL>_______________________________________________<br>bochs-dev=
elopers mailing list<br><a =
href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a><br><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bochs-developers" =
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bochs-deve=
lopers</a></span><o:p></o:p></p></blockquote></div></blockquote></div></b=
lockquote></div></div></div></blockquote></div></div></div></blockquote><=
/div><p =
class=3DMsoNormal><br><br><br><o:p></o:p></p><pre>_______________________=
________________________<o:p></o:p></pre><pre>bochs-developers mailing =
list<o:p></o:p></pre><pre><a =
href=3D"mailto:[email protected]">bochs-developers@l=
ists.sourceforge.net</a><o:p></o:p></pre><pre><a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bochs-developers">ht=
tps://lists.sourceforge.net/lists/listinfo/bochs-developers</a><o:p></o:p=
></pre></blockquote></div></body></html>
------=_NextPart_000_01E6_01D8952E.E007EE40--



--===============8307279578772035823==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8307279578772035823==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
bochs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bochs-developers

--===============8307279578772035823==--