> From: Michael S. Tsirkin <[email protected]> > Sent: Thursday, June 8, 2023 2:34 PM
> > +0x0003 & VIRTIO_ADMIN_CMD_LCC_REG_READ & Read legacy common > configuration registers of a member device \\ > > +\hline > > +0x0004 & VIRTIO_ADMIN_CMD_LD_REG_WRITE & Write legacy device > registers of a member device \\ > > +\hline > > +0x0005 & VIRTIO_ADMIN_CMD_LD_REG_READ & Read legacy device > registers of a member device \\ > > +\hline > > +0x0006 & VIRTIO_ADMIN_CMD_LQ_NOTIFY_QUERY & Read the queue > > +notification offset for legacy interface \\ \hline > > Could you avoid such drastic abbreviation in command names? > Standard things like CMD,CFG are ok, but LCC/LD will not ring any bells for > anyone, except maybe confusingly make one think of "C Compiler" and "Link > eDitor". > Let's just LEGACY_COMMON_CFG/LEGACY_DEVICE_CFG? > It looked too long before abbreviating it. Will change. VIRTIO_ADMIN_CMD_LEGACY_COMMON_REG_READ VIRTIO_ADMIN_CMD_LEGACY_DEV_REG_READ
