diff options
| author | Paolo Bonzini | 2012-12-13 10:19:37 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2013-01-08 19:24:34 +0100 |
| commit | b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d (patch) | |
| tree | 73ebd1a14b4ce03cbf2d199e633b5ee397abeb53 /docs | |
| parent | virtio-9p: use symbolic constant, add to pci-ids.txt (diff) | |
| download | qemu-b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d.tar.gz qemu-b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d.tar.xz qemu-b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d.zip | |
ivshmem: use symbolic constant for PCI ID, add to pci-ids.txt
Due to disagreement on a name that is generic enough for hw/pci/pci.h,
the symbolic constants are placed in the .c files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specs/pci-ids.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt index 2d5329af49..e76b196eb5 100644 --- a/docs/specs/pci-ids.txt +++ b/docs/specs/pci-ids.txt @@ -30,4 +30,6 @@ maintained as part of the virtio specification. 1af4:1100 Used as PCI Subsystem ID for existing hardware devices emulated by qemu. +1af4:1110 ivshmem device (shared memory, docs/specs/ivshmem_device_spec.txt) + All other device IDs are reserved. |
