On Mon, Jul 25, 2022 at 5:05 PM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 22 Jul 2022 at 18:08, Paolo Bonzini <pbonz...@redhat.com> wrote: > > > > The following changes since commit 5288bee45fbd33203b61f8c76e41b15bb5913e6e: > > > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging > > (2022-07-21 11:13:01 +0100) > > > > are available in the Git repository at: > > > > https://gitlab.com/bonzini/qemu.git tags/for-upstream2 > > > > for you to fetch changes up to 9fa032885583a2f1cb9cacad2f717784ccea02a1: > > > > hw/i386: pass RNG seed via setup_data entry (2022-07-22 19:01:44 +0200) > > Hi -- this tag doesn't seem to be the same commit hash that this > pull request quotes. The tag is commit 67f7e426e53833. Is the > tag definitely pointing at the right thing ?
Yes, the only difference is it fixes mojibake in a commit message: $ git range-diff origin/master 9fa032885583a tags/for-upstream2 1: b67de91e0d = 1: b67de91e0d docs: Add caveats for Windows as the build platform 2: d12dd9c7ee = 2: d12dd9c7ee accel/kvm: Avoid Coverity warning in query_stats() 3: d5b5023691 = 3: d5b5023691 oss-fuzz: remove binaries from qemu-bundle tree 4: 7906f11e62 = 4: 7906f11e62 oss-fuzz: ensure base_copy is a generic-fuzzer 5: 6b23a67916 = 5: 6b23a67916 hw/nios2: virt: pass random seed to fdt 6: 5e19cc68fb = 6: 5e19cc68fb hw/mips: boston: pass random seed to fdt 7: c287941a4d = 7: c287941a4d hw/rx: pass random seed to fdt 8: 9fa0328855 ! 8: 67f7e426e5 hw/i386: pass RNG seed via setup_data entry @@ Commit message Cc: Richard Henderson <richard.hender...@linaro.org> Cc: Eduardo Habkost <edua...@habkost.net> Cc: Peter Maydell <peter.mayd...@linaro.org> - Cc: Philippe Mathieu-Daudé <f4...@amsat.org> + Cc: Philippe Mathieu-Daudé <f4...@amsat.org> Cc: Laurent Vivier <laur...@vivier.eu> Reviewed-by: Michael S. Tsirkin <m...@redhat.com> Signed-off-by: Jason A. Donenfeld <ja...@zx2c4.com> Sorry for the confusion, I probably re-created the pull request in a different directory and then sent out the older one. Paolo