Re: [RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size

2024-01-09 Thread Philippe Mathieu-Daudé
+Marc-André On 4/1/24 17:45, Philippe Mathieu-Daudé wrote: +Paolo On 24/11/23 20:22, Philippe Mathieu-Daudé wrote: PCIQXLDevice::vram_size seems to be some shadow of VGACommonState::vram_size. Just use the latter. Signed-off-by: Philippe Mathieu-Daudé --- RFC: I don't understand this field o

Re: [RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size

2024-01-04 Thread Philippe Mathieu-Daudé
+Paolo On 24/11/23 20:22, Philippe Mathieu-Daudé wrote: PCIQXLDevice::vram_size seems to be some shadow of VGACommonState::vram_size. Just use the latter. Signed-off-by: Philippe Mathieu-Daudé --- RFC: I don't understand this field otherwise. --- hw/display/qxl.h | 1 - hw/display/qxl.c |

Re: [RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size

2023-12-13 Thread Philippe Mathieu-Daudé
ping? On 24/11/23 20:22, Philippe Mathieu-Daudé wrote: PCIQXLDevice::vram_size seems to be some shadow of VGACommonState::vram_size. Just use the latter. Signed-off-by: Philippe Mathieu-Daudé --- RFC: I don't understand this field otherwise. --- hw/display/qxl.h | 1 - hw/display/qxl.c | 1

[RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size

2023-11-24 Thread Philippe Mathieu-Daudé
PCIQXLDevice::vram_size seems to be some shadow of VGACommonState::vram_size. Just use the latter. Signed-off-by: Philippe Mathieu-Daudé --- RFC: I don't understand this field otherwise. --- hw/display/qxl.h | 1 - hw/display/qxl.c | 17 - 2 files changed, 8 insertions(+), 10 de