]> Git Repo - qemu.git/commit
vmstate: add qom interface to get id
authorMarc-André Lureau <[email protected]>
Wed, 28 Aug 2019 12:00:19 +0000 (16:00 +0400)
committerMarc-André Lureau <[email protected]>
Mon, 6 Jan 2020 14:41:32 +0000 (18:41 +0400)
commit107b59698f79b323c4d111c46eb9e3db6f9d258b
tree45152d37afb55b46ad20bcdfc1ee792dae7438e5
parentb0b74e1f17508cb8cef8afd698558db1bd8999cc
vmstate: add qom interface to get id

Add an interface to get the instance id, instead of depending on
Device and qdev_get_dev_path().

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Acked-by: Dr. David Alan Gilbert <[email protected]>
MAINTAINERS
hw/core/Makefile.objs
hw/core/qdev.c
hw/core/vmstate-if.c [new file with mode: 0644]
include/hw/vmstate-if.h [new file with mode: 0644]
include/migration/register.h
include/migration/vmstate.h
tests/Makefile.include
This page took 0.027602 seconds and 4 git commands to generate.