hw/virtio/virtio-pci: Remove meaningless blank Property
Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com> Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
01630e24b0
commit
6328d69de0
|
@ -2007,10 +2007,6 @@ static const TypeInfo virtio_net_pci_info = {
|
||||||
|
|
||||||
/* virtio-rng-pci */
|
/* virtio-rng-pci */
|
||||||
|
|
||||||
static Property virtio_rng_pci_properties[] = {
|
|
||||||
DEFINE_PROP_END_OF_LIST(),
|
|
||||||
};
|
|
||||||
|
|
||||||
static void virtio_rng_pci_realize(VirtIOPCIProxy *vpci_dev, Error **errp)
|
static void virtio_rng_pci_realize(VirtIOPCIProxy *vpci_dev, Error **errp)
|
||||||
{
|
{
|
||||||
VirtIORngPCI *vrng = VIRTIO_RNG_PCI(vpci_dev);
|
VirtIORngPCI *vrng = VIRTIO_RNG_PCI(vpci_dev);
|
||||||
|
@ -2037,7 +2033,6 @@ static void virtio_rng_pci_class_init(ObjectClass *klass, void *data)
|
||||||
|
|
||||||
k->realize = virtio_rng_pci_realize;
|
k->realize = virtio_rng_pci_realize;
|
||||||
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
|
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
|
||||||
dc->props = virtio_rng_pci_properties;
|
|
||||||
|
|
||||||
pcidev_k->vendor_id = PCI_VENDOR_ID_REDHAT_QUMRANET;
|
pcidev_k->vendor_id = PCI_VENDOR_ID_REDHAT_QUMRANET;
|
||||||
pcidev_k->device_id = PCI_DEVICE_ID_VIRTIO_RNG;
|
pcidev_k->device_id = PCI_DEVICE_ID_VIRTIO_RNG;
|
||||||
|
|
Loading…
Reference in New Issue