Handle device creation failure for vmware_vga at board level. Use standard VGA instead.
Blue Swirl (4): vmware_vga: refactor device creation qdev: add creation function that may fail pci: add creation functions that may fail x86,MIPS: make vmware_vga optional hw/mips_malta.c | 6 +++++- hw/pc.c | 11 ++++++++--- hw/pci.c | 20 ++++++++++++++++++++ hw/pci.h | 4 ++++ hw/qdev.c | 14 +++++++++++++- hw/qdev.h | 1 + hw/vmware_vga.c | 5 ----- hw/vmware_vga.h | 12 +++++++++++- 8 files changed, 62 insertions(+), 11 deletions(-)
