Hi Paolo, On Fri, Apr 26, 2024 at 07:21:12AM +0200, Paolo Bonzini wrote: > Date: Fri, 26 Apr 2024 07:21:12 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: Re: [PULL v2 00/63] First batch of i386 and build system patch for > QEMU 9.1 > > On Wed, Apr 24, 2024 at 8:49 PM Richard Henderson > <richard.hender...@linaro.org> wrote: > > > > On 4/24/24 01:14, Paolo Bonzini wrote: > > > The following changes since commit > > > 62dbe54c24dbf77051bafe1039c31ddc8f37602d: > > > > > > Update version for v9.0.0-rc4 release (2024-04-16 18:06:15 +0100) > > > > > > are available in the Git repository at: > > > > > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > > > > > for you to fetch changes up to 7653b44534d3267fa63ebc9d7221eaa7b48bf5ae: > > > > > > target/i386/translate.c: always write 32-bits for SGDT and SIDT > > > (2024-04-23 17:35:26 +0200) > > > > Sorry, I've already merged v1. You'll need to adjust the fix on top. > > It's the same tag, so you actually merged v2.
The difference between v2 and v1 is about fixing two of Xiaoyao's comments, right? Currently in master, luckly the CPUID fix [1] has landed, but another comment fix [2] hasn't land. So Richard merged v1 and helped fix [1], [2] did not catch up with v1 merge window. ;-( I have a misc kvm cleanup series coming up soon that I can also include [2]'s fix there. [1]: https://lore.kernel.org/qemu-devel/b9043b52-5fdf-4349-8a56-c1418feb1...@intel.com/ [2]: https://lore.kernel.org/qemu-devel/2815f0f1-9e20-4985-849c-d74c6cdc9...@intel.com/ Regards, Zhao