Re: [PATCH 6/8] vga: reindent memory access code

2024-01-02 Thread Philippe Mathieu-Daudé
On 31/12/23 10:39, Paolo Bonzini wrote: The next patch will reuse latched memory access in text modes. Start with a patch that moves the latched access code out of the "if". Best reviewed with "git diff -b". Signed-off-by: Paolo Bonzini --- hw/display/vga.c | 211 ---

[PATCH 6/8] vga: reindent memory access code

2023-12-31 Thread Paolo Bonzini
The next patch will reuse latched memory access in text modes. Start with a patch that moves the latched access code out of the "if". Best reviewed with "git diff -b". Signed-off-by: Paolo Bonzini --- hw/display/vga.c | 211 --- 1 file changed, 110 i