Re: [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git

2022-04-25 Thread John Snow
On Mon, Apr 25, 2022, 6:37 AM Daniel P. Berrangé wrote: > On Fri, Apr 22, 2022 at 02:49:29PM -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

Re: [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git

2022-04-25 Thread Daniel P . Berrangé
On Fri, Apr 22, 2022 at 02:49:29PM -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 01/12] fork qemu.qmp from qemu.git

2022-04-22 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