* [PULL 00/11] Trivial branch for 7.2 patches
@ 2022-10-25 7:39 Laurent Vivier
2022-10-25 9:33 ` Laurent Vivier
0 siblings, 1 reply; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 7:39 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Trivial branch pull request 20221025
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker Rümelin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PULL 00/11] Trivial branch for 7.2 patches
@ 2022-10-25 7:42 Laurent Vivier
0 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 7:42 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Trivial branch pull request 20221025
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker Rümelin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PULL 00/11] Trivial branch for 7.2 patches
@ 2022-10-25 7:48 Laurent Vivier
0 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 7:48 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Trivial branch pull request 20221025
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker Rümelin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PULL 00/11] Trivial branch for 7.2 patches
@ 2022-10-25 7:50 Laurent Vivier
0 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 7:50 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Trivial branch pull request 20221025
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker Rümelin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PULL 00/11] Trivial branch for 7.2 patches
@ 2022-10-25 7:53 Laurent Vivier
2022-10-26 14:01 ` Stefan Hajnoczi
0 siblings, 1 reply; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 7:53 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Laurent Vivier
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Pull request
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker Rümelin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PULL 00/11] Trivial branch for 7.2 patches
2022-10-25 7:39 Laurent Vivier
@ 2022-10-25 9:33 ` Laurent Vivier
0 siblings, 0 replies; 7+ messages in thread
From: Laurent Vivier @ 2022-10-25 9:33 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
Le 25/10/2022 à 09:39, Laurent Vivier a écrit :
> The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
>
> Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request
>
> for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
>
> accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
>
> ----------------------------------------------------------------
> Trivial branch pull request 20221025
>
> ----------------------------------------------------------------
>
Sorry for the duplicate messages but I have some issues with git-publish that doesn't send the emails.
This PR is correct and the tags has been updated correctly in my repo (HEAD 046ab3b80891)
Thanks,
Laurent
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PULL 00/11] Trivial branch for 7.2 patches
2022-10-25 7:53 [PULL 00/11] Trivial branch for 7.2 patches Laurent Vivier
@ 2022-10-26 14:01 ` Stefan Hajnoczi
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Hajnoczi @ 2022-10-26 14:01 UTC (permalink / raw)
To: Laurent Vivier; +Cc: qemu-devel, qemu-trivial, Laurent Vivier
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-10-26 14:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 7:53 [PULL 00/11] Trivial branch for 7.2 patches Laurent Vivier
2022-10-26 14:01 ` Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2022-10-25 7:50 Laurent Vivier
2022-10-25 7:48 Laurent Vivier
2022-10-25 7:42 Laurent Vivier
2022-10-25 7:39 Laurent Vivier
2022-10-25 9:33 ` Laurent Vivier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).