[PATCH v4 0/3] hw/arm/sbsa-ref: sort out graphics a bit

Marcin Juszkiewicz posted 3 patches 11 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230524111413.833912-1-marcin.juszkiewicz@linaro.org
Maintainers: Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <quic_llindhol@quicinc.com>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/arm/sbsa-ref.c       | 9 ++++++---
hw/pci/pci.c            | 2 ++
include/sysemu/sysemu.h | 2 +-
softmmu/vl.c            | 6 ++++++
4 files changed, 15 insertions(+), 4 deletions(-)
[PATCH v4 0/3] hw/arm/sbsa-ref: sort out graphics a bit
Posted by Marcin Juszkiewicz 11 months, 2 weeks ago
Thomas Huth gave me some hints on how to improve sbsa-ref configuration
when it comes to graphics.

With this patchset we are able to start sbsa-ref if qemu is build with
"--without-default-devices" argument given to configure script.

Changes since v3:
- add Bochs display to pci_vga_init() list
- use pci_vga_init() to initialize graphics in sbsa-ref as this allows
  to run with other vga cards as well

Marcin Juszkiewicz (2):
  Add Bochs to list of vga_interfaces
  hw/arm/sbsa-ref: set default display to Bochs

Thomas Huth (1):
  hw/arm: Use MachineClass->default_nic in the sbsa-ref machine

 hw/arm/sbsa-ref.c       | 9 ++++++---
 hw/pci/pci.c            | 2 ++
 include/sysemu/sysemu.h | 2 +-
 softmmu/vl.c            | 6 ++++++
 4 files changed, 15 insertions(+), 4 deletions(-)

-- 
2.40.1