diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-17 09:54:23 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-22 13:26:42 -0500 |
| commit | 90734e02bd2fb137346d4184cec6c5d26e68f29b (patch) | |
| tree | 2e60c66674f3b620532e30f28c6aa92aec3ff69c /hw/serial-pci.c | |
| parent | d66bbea4e0d3faec69e8aa73789a2d1dc3b8312f (diff) | |
| download | focaccia-qemu-90734e02bd2fb137346d4184cec6c5d26e68f29b.tar.gz focaccia-qemu-90734e02bd2fb137346d4184cec6c5d26e68f29b.zip | |
serial: add pci-serial documentation
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/serial-pci.c')
| -rw-r--r-- | hw/serial-pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/serial-pci.c b/hw/serial-pci.c index badd297220..95dc5c8d2f 100644 --- a/hw/serial-pci.c +++ b/hw/serial-pci.c @@ -23,6 +23,8 @@ * THE SOFTWARE. */ +/* see docs/specs/pci-serial.txt */ + #include "serial.h" #include "pci.h" |