Re: [PULL v2 0/8] More fixes + random seed patches for QEMU 7.1

2022-07-26 Thread Peter Maydell
On Tue, 26 Jul 2022 at 09:18, Paolo Bonzini  wrote:
>
> On Mon, Jul 25, 2022 at 5:05 PM Peter Maydell  
> wrote:
> >
> > On Fri, 22 Jul 2022 at 18:08, Paolo Bonzini  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:

Thanks for the clarification.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.1
for any user-visible changes.

-- PMM



Re: [PULL v2 0/8] More fixes + random seed patches for QEMU 7.1

2022-07-26 Thread Paolo Bonzini
On Mon, Jul 25, 2022 at 5:05 PM Peter Maydell  wrote:
>
> On Fri, 22 Jul 2022 at 18:08, Paolo Bonzini  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 
 Cc: Eduardo Habkost 
 Cc: Peter Maydell 
-Cc: Philippe Mathieu-Daudé 
+Cc: Philippe Mathieu-Daudé 
 Cc: Laurent Vivier 
 Reviewed-by: Michael S. Tsirkin 
 Signed-off-by: Jason A. Donenfeld 

Sorry for the confusion, I probably re-created the pull request in a
different directory and then sent out the older one.

Paolo




Re: [PULL v2 0/8] More fixes + random seed patches for QEMU 7.1

2022-07-25 Thread Peter Maydell
On Fri, 22 Jul 2022 at 18:08, Paolo Bonzini  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 ?

thanks
-- PMM