Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-05-02 Thread Paolo Bonzini
On Fri, May 2, 2025 at 7:04 PM Wei Liu wrote: > I still have my loaner Macbook for a few more days. If I have not > returned it when Paolo posts his patches I can build test HVF. I have posted them now (https://lore.kernel.org/qemu-devel/20250502214841.242584-1-pbonz...@redhat.com/). They apply o

Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-05-02 Thread Wei Liu
On Tue, Apr 29, 2025 at 02:17:01PM +0200, Magnus Kulke wrote: > On Tue, Apr 29, 2025 at 12:02:48PM +0200, Paolo Bonzini wrote: > > Il mar 29 apr 2025, 11:33 Magnus Kulke ha > > scritto: > > > > > Fixes: c901905ea670 ("target/i386/emulate: remove flags_mask") > > > > > > In c901905ea670 rflags hav

Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-04-29 Thread Magnus Kulke
On Tue, Apr 29, 2025 at 02:27:21PM +0200, Paolo Bonzini wrote: > Il mar 29 apr 2025, 14:17 Magnus Kulke ha > scritto: > > > Yes, I'm using the generalized emulator in the context of adding the MSHV > > accelerator. (I'll probably get around sending an RFC patchset this week > > for > > it). There

Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-04-29 Thread Paolo Bonzini
Il mar 29 apr 2025, 14:17 Magnus Kulke ha scritto: > Yes, I'm using the generalized emulator in the context of adding the MSHV > accelerator. (I'll probably get around sending an RFC patchset this week > for > it). There were minor compilation issues w/ the emulator code, that I had > to > fix to

Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-04-29 Thread Magnus Kulke
On Tue, Apr 29, 2025 at 12:02:48PM +0200, Paolo Bonzini wrote: > Il mar 29 apr 2025, 11:33 Magnus Kulke ha > scritto: > > > Fixes: c901905ea670 ("target/i386/emulate: remove flags_mask") > > > > In c901905ea670 rflags have been removed from `x86_decode`, but there > > were some leftovers. > > > >

Re: [PATCH v3] target/i386/emulate: remove rflags leftovers

2025-04-29 Thread Paolo Bonzini
Il mar 29 apr 2025, 11:33 Magnus Kulke ha scritto: > Fixes: c901905ea670 ("target/i386/emulate: remove flags_mask") > > In c901905ea670 rflags have been removed from `x86_decode`, but there > were some leftovers. > > Signed-off-by: Magnus Kulke > Thanks, I will queue thos; I have some more emul

[PATCH v3] target/i386/emulate: remove rflags leftovers

2025-04-29 Thread Magnus Kulke
Fixes: c901905ea670 ("target/i386/emulate: remove flags_mask") In c901905ea670 rflags have been removed from `x86_decode`, but there were some leftovers. Signed-off-by: Magnus Kulke --- target/i386/emulate/x86_decode.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) di