Re: [PATCH] sbsa-ref: use Bochs graphics card instead of VGA

2023-05-18 Thread Peter Maydell
On Wed, 17 May 2023 at 11:55, Leif Lindholm wrote: > > On 2023-05-05 13:09, Marcin Juszkiewicz wrote: > > Bochs card is normal PCI Express card so it fits better in system with > > PCI Express bus. VGA is simple legacy PCI card. > > > > Signed-off-by: Marcin Juszkiewicz > > Reviewed-by: Leif Lind

Re: [PATCH] sbsa-ref: use Bochs graphics card instead of VGA

2023-05-17 Thread Leif Lindholm
On 2023-05-05 13:09, Marcin Juszkiewicz wrote: Bochs card is normal PCI Express card so it fits better in system with PCI Express bus. VGA is simple legacy PCI card. Signed-off-by: Marcin Juszkiewicz Reviewed-by: Leif Lindholm --- hw/arm/sbsa-ref.c | 2 +- 1 file changed, 1 insertion(+)

[PATCH] sbsa-ref: use Bochs graphics card instead of VGA

2023-05-05 Thread Marcin Juszkiewicz
Bochs card is normal PCI Express card so it fits better in system with PCI Express bus. VGA is simple legacy PCI card. Signed-off-by: Marcin Juszkiewicz --- hw/arm/sbsa-ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c index 3e3671f66