[libvirt PATCH 0/2] Update sync_qemu_i386.py tool for changes in QEMU

Tim Wiederhake posted 2 patches 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210607120124.24535-1-twiederh@redhat.com
src/cpu_map/sync_qemu_i386.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[libvirt PATCH 0/2] Update sync_qemu_i386.py tool for changes in QEMU
Posted by Tim Wiederhake 2 years, 10 months ago
QEMU commit e11fd68996fb27c040552320f01a7d30a15a7cc1 changed a line that
was used by our tool as marker. Commit 1 prepares for the change, commit 2
actually makes the required adjustment.

Cheers,
Tim

Tim Wiederhake (2):
  cpu_map: sync_qemu_i386.py: Use regex to look for begin mark
  cpu_map: sync_qemu_i386.py: Allow begin mark to contain `const`

 src/cpu_map/sync_qemu_i386.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.26.3


Re: [libvirt PATCH 0/2] Update sync_qemu_i386.py tool for changes in QEMU
Posted by Michal Prívozník 2 years, 10 months ago
On 6/7/21 2:01 PM, Tim Wiederhake wrote:
> QEMU commit e11fd68996fb27c040552320f01a7d30a15a7cc1 changed a line that
> was used by our tool as marker. Commit 1 prepares for the change, commit 2
> actually makes the required adjustment.
> 
> Cheers,
> Tim
> 
> Tim Wiederhake (2):
>   cpu_map: sync_qemu_i386.py: Use regex to look for begin mark
>   cpu_map: sync_qemu_i386.py: Allow begin mark to contain `const`
> 
>  src/cpu_map/sync_qemu_i386.py | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal