commit | 1967d540d7e8f665da94f6815dd042c322b52b21 | [log] [tgz] |
---|---|---|
author | Kent McLeod <Kent.Mcleod@data61.csiro.au> | Thu Jun 25 14:17:28 2020 +1000 |
committer | Kent McLeod <Kent.Mcleod@data61.csiro.au> | Thu Jun 25 14:54:57 2020 +1000 |
tree | e454b46e9a8a041256fdd7b1c0fdbb32bc7f929a | |
parent | 8dc52bb3181b4e39431b9865a4284f3f9364ccdb [diff] |
cross_vm_connectors: Add a device name register The event PCI BAR allocates a 4K frame but only uses the first 8 bytes for sending and receiving events. The next 50 bytes are now used to store a device name that a guest OS can use to identify different devices. A default of "connector" is used because this was the name that the Linux kernel module would give to all devices before this change.