Re: [RFC PATCH] target/hppa: Introduce and use IAQEntry

2024-03-19 Thread Sven Schnelle
Sven Schnelle writes: > Hi Richard, > > Richard Henderson writes: > >> Wrap offset and space into a single structure, with >> offset represented either as a constant or as variable. >> This enhances copy_iaoq_entry to copy the space, and at >> the same time simplifying the code. >> >> Signed-off

Re: [RFC PATCH] target/hppa: Introduce and use IAQEntry

2024-03-19 Thread Sven Schnelle
Hi Richard, Richard Henderson writes: > Wrap offset and space into a single structure, with > offset represented either as a constant or as variable. > This enhances copy_iaoq_entry to copy the space, and at > the same time simplifying the code. > > Signed-off-by: Richard Henderson > --- > > Sv