diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 09:37:49 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 09:37:49 -0600 |
| commit | f6480ca3f3423be5bee8b673ee6f5cc387659def (patch) | |
| tree | 35941ed726db5c27941dbc22d4c5a1ef6b166d09 /hw/virtio-pci.c | |
| parent | cac1e30af72c4cf289750193426ebd5d2b6bd1d5 (diff) | |
| parent | 8b8882722210334f19b41950c82c529e33f97b00 (diff) | |
| download | focaccia-qemu-f6480ca3f3423be5bee8b673ee6f5cc387659def.tar.gz focaccia-qemu-f6480ca3f3423be5bee8b673ee6f5cc387659def.zip | |
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
Diffstat (limited to 'hw/virtio-pci.c')
| -rw-r--r-- | hw/virtio-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index 64c6a9414f..c665f5c94b 100644 --- a/hw/virtio-pci.c +++ b/hw/virtio-pci.c @@ -266,7 +266,7 @@ static void virtio_pci_stop_ioeventfd(VirtIOPCIProxy *proxy) proxy->ioeventfd_started = false; } -static void virtio_pci_reset(DeviceState *d) +void virtio_pci_reset(DeviceState *d) { VirtIOPCIProxy *proxy = container_of(d, VirtIOPCIProxy, pci_dev.qdev); virtio_pci_stop_ioeventfd(proxy); |