diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
commit | 2d72c5727f8343a39862b8fca3b53a2bce26a7ca (patch) | |
tree | 2665a90d4825e29d4b52e7a564c071bd63330cd9 /hw/virtio-balloon.h | |
parent | 07e3af9ac31008a1d7eaaf44d62a13545f01c579 (diff) | |
download | qemu-2d72c5727f8343a39862b8fca3b53a2bce26a7ca.tar.gz qemu-2d72c5727f8343a39862b8fca3b53a2bce26a7ca.tar.bz2 qemu-2d72c5727f8343a39862b8fca3b53a2bce26a7ca.zip |
Virtio-balloon qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/virtio-balloon.h')
-rw-r--r-- | hw/virtio-balloon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/virtio-balloon.h b/hw/virtio-balloon.h index c71f9709bf..9a0d119e42 100644 --- a/hw/virtio-balloon.h +++ b/hw/virtio-balloon.h @@ -37,6 +37,4 @@ struct virtio_balloon_config uint32_t actual; }; -void *virtio_balloon_init(PCIBus *bus); - #endif |