diff options
| author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2019-01-02 10:22:43 +0000 |
|---|---|---|
| committer | David Gibson <david@gibson.dropbear.id.au> | 2019-01-09 09:28:14 +1100 |
| commit | 52804c60f1bc31dbbc0fcf2d63268029fa93fe10 (patch) | |
| tree | fcf367b197a570d7f78e2a6d8f583244ae9d372d | |
| parent | 2c6aba148c725996dac160151e0c58e72a07b799 (diff) | |
| download | focaccia-qemu-52804c60f1bc31dbbc0fcf2d63268029fa93fe10.tar.gz focaccia-qemu-52804c60f1bc31dbbc0fcf2d63268029fa93fe10.zip | |
MAINTAINERS: add qemu_vga.ndrv file entry for Mac machines
The VGA driver built from Ben's QemuMacDrivers repository is used exclusively by the Mac machines. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 625e1c8c93..87f90721b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -990,6 +990,7 @@ F: include/hw/misc/mos6522.h F: include/hw/ppc/mac_dbdma.h F: include/hw/pci-host/uninorth.h F: include/hw/input/adb* +F: pc-bios/qemu_vga.ndrv Old World (g3beige) M: David Gibson <david@gibson.dropbear.id.au> @@ -1002,6 +1003,7 @@ F: hw/intc/heathrow_pic.c F: hw/input/adb* F: include/hw/intc/heathrow_pic.h F: include/hw/input/adb* +F: pc-bios/qemu_vga.ndrv PReP M: Hervé Poussineau <hpoussin@reactos.org> |