mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
virtio-gpu: make virtio_gpu_reset static
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-id: 20190307080244.9011-4-kraxel@redhat.com
This commit is contained in:
parent
3912e66a3f
commit
0be00346d1
2 changed files with 1 additions and 2 deletions
|
@ -1346,7 +1346,7 @@ static void virtio_gpu_instance_init(Object *obj)
|
|||
{
|
||||
}
|
||||
|
||||
void virtio_gpu_reset(VirtIODevice *vdev)
|
||||
static void virtio_gpu_reset(VirtIODevice *vdev)
|
||||
{
|
||||
VirtIOGPU *g = VIRTIO_GPU(vdev);
|
||||
struct virtio_gpu_simple_resource *res, *tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue