On 6/5/26 05:26, Jamin Lin wrote:
Rename the 32-bit fetch address migration helper fields to make
their purpose clearer.
These fields are only used for migration compatibility with older
machine types that transfer 32-bit fetch addresses in the migration
stream. They are not runtime fetch address state.
Also add comments to clarify the relationship between the migration
compatibility fields and the runtime 64-bit fetch address fields.
No functional change.
Signed-off-by: Jamin Lin <[email protected]>
---
hw/usb/hcd-ehci.h | 17 ++++++++++++++---
hw/usb/hcd-ehci.c | 12 ++++++------
2 files changed, 20 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>