Re: [PATCH 2/8] vga: introduce VGADisplayParams

2024-01-02 Thread Philippe Mathieu-Daudé
On 31/12/23 10:39, Paolo Bonzini wrote: The next patches will introduce more parameters that cause a full refresh. Instead of adding arguments to get_offsets and lines to update_basic_params, do everything through a struct. Signed-off-by: Paolo Bonzini --- hw/display/cirrus_vga.c | 24 +-

[PATCH 2/8] vga: introduce VGADisplayParams

2023-12-31 Thread Paolo Bonzini
The next patches will introduce more parameters that cause a full refresh. Instead of adding arguments to get_offsets and lines to update_basic_params, do everything through a struct. Signed-off-by: Paolo Bonzini --- hw/display/cirrus_vga.c | 24 +--- hw/display/vga.c| 82 ++