Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-05 Thread John Snow
On Tue, Apr 5, 2022, 4:51 AM Kashyap Chamarthy wrote: > On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote: > > On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote: > > [...] > > > > > > .gitignore | 2 +- > > > > > Makefile | 16 > > > > > setup.cfg | 24 +---

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-05 Thread Kashyap Chamarthy
On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote: > On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote: [...] > > > > .gitignore | 2 +- > > > > Makefile | 16 > > > > setup.cfg | 24 +--- > > > > setup.py | 2 +- > > > > 4 files changed, 11 inse

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-04 Thread John Snow
On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote: > > On Fri, Apr 1, 2022 at 1:05 PM Kashyap Chamarthy wrote: > > > > On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote: > > > Split python/ from qemu.git, using these commands: > > > > > > > git subtree split -P python/ -b python-split-v3 > >

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-04 Thread John Snow
On Fri, Apr 1, 2022 at 1:05 PM Kashyap Chamarthy wrote: > > On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote: > > Split python/ from qemu.git, using these commands: > > > > > git subtree split -P python/ -b python-split-v3 > > > mkdir ~/src/tmp > > > cd ~/src/tmp > > > git clone --no-loca

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-01 Thread Kashyap Chamarthy
On Wed, Mar 30, 2022 at 02:24:13PM -0400, John Snow wrote: > Split python/ from qemu.git, using these commands: > > > git subtree split -P python/ -b python-split-v3 > > mkdir ~/src/tmp > > cd ~/src/tmp > > git clone --no-local --branch python-split-v3 --single-branch ~/src/qemu > > cd qemu > > gi

[qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-03-30 Thread John Snow
Split python/ from qemu.git, using these commands: > git subtree split -P python/ -b python-split-v3 > mkdir ~/src/tmp > cd ~/src/tmp > git clone --no-local --branch python-split-v3 --single-branch ~/src/qemu > cd qemu > git filter-repo --path qemu/machine/ \ --path qem