diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-13 10:19:37 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-01-08 20:24:34 +0200 |
commit | b8ef62a9b746f2d7078d97c7ee5d1c7a31b42d5d (patch) | |
tree | 73ebd1a14b4ce03cbf2d199e633b5ee397abeb53 /docs | |
parent | 13744bd0a054bc7a4b1432cc8facd23d41a9806e (diff) |
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. |