On Sat, Nov 15, 2025 at 1:25 PM Richard Henderson <[email protected]> wrote: > > On 11/15/25 02:54, Paolo Bonzini wrote: > > The stack can be 32-bit even in real mode, and in this case > > the stack pointer must be updated in its entirety rather than > > just the bottom 16 bits. The same is true of real mode IRET, > > for which there was even a comment suggesting the right thing > > to do. > > > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1506 > > Signed-off-by: Paolo Bonzini <[email protected]> > > --- > > target/i386/tcg/seg_helper.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/10.2 as > appropriate.
Cc: [email protected]
