diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2023-09-27 16:12:02 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-11-02 12:52:06 +0000 |
| commit | 68ed96bebf12100a78a211796c1231d66c868d33 (patch) | |
| tree | 921d780a10eb6b1bd84abcaaaeb30e46b8ed4abe /hw/display/vga-pci.c | |
| parent | 945f3fd4e46405ed37b035922eebe2bfad6bc11e (diff) | |
| download | focaccia-qemu-68ed96bebf12100a78a211796c1231d66c868d33.tar.gz focaccia-qemu-68ed96bebf12100a78a211796c1231d66c868d33.zip | |
docs/specs/standard-vga: Convert to rST
Convert docs/specs/standard-vga.txt to rST format. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20230927151205.70930-6-peter.maydell@linaro.org Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/display/vga-pci.c')
| -rw-r--r-- | hw/display/vga-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/vga-pci.c b/hw/display/vga-pci.c index b351b8f299..e4f45b4476 100644 --- a/hw/display/vga-pci.c +++ b/hw/display/vga-pci.c @@ -1,7 +1,7 @@ /* * QEMU PCI VGA Emulator. * - * see docs/specs/standard-vga.txt for virtual hardware specs. + * see docs/specs/standard-vga.rst for virtual hardware specs. * * Copyright (c) 2003 Fabrice Bellard * |