On 06.06.2017 18:12, Greg Kurz wrote: > This function has three implementations. Two are stubs that do nothing > and the third one only passes the obj_path argument to: > > Object *object_resolve_path(const char *path, bool *ambiguous); > > Signed-off-by: Greg Kurz <gr...@kaod.org> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > v2: - also patch inline stub > - renamed patch and added changelog > --- > target/ppc/kvm.c | 4 ++-- > target/ppc/kvm_ppc.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>