File: pci-serial.txt

package info (click to toggle)
qemu 1%3A2.1%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 56,688 kB
  • sloc: ansic: 806,370; sh: 12,093; asm: 10,812; python: 8,293; cpp: 6,289; perl: 4,521; makefile: 2,326; objc: 914; xml: 526
file content (34 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

QEMU pci serial devices
=======================

There is one single-port variant and two muliport-variants.  Linux
guests out-of-the box with all cards.  There is a Windows inf file
(docs/qemupciserial.inf) to setup the single-port card in Windows
guests.


single-port card
----------------

Name:   pci-serial
PCI ID: 1b36:0002

PCI Region 0:
   IO bar, 8 bytes long, with the 16550 uart mapped to it.
   Interrupt is wired to pin A.


multiport cards
---------------

Name:   pci-serial-2x
PCI ID: 1b36:0003

Name:   pci-serial-4x
PCI ID: 1b36:0004

PCI Region 0:
   IO bar, with two/four 16550 uart mapped after each other.
   The first is at offset 0, second at offset 8, ...
   Interrupt is wired to pin A.