mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: configure: try pkg-config for curses qom: Make object_resolve_path_component() path argument const Add libcacard/trace/generated-tracers.c to .gitignore Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
commit
58a864dec2
4 changed files with 7 additions and 3 deletions
|
@ -900,7 +900,7 @@ Object *object_resolve_path_type(const char *path, const char *typename,
|
|||
*
|
||||
* Returns: The resolved object or NULL on path lookup failure.
|
||||
*/
|
||||
Object *object_resolve_path_component(Object *parent, gchar *part);
|
||||
Object *object_resolve_path_component(Object *parent, const gchar *part);
|
||||
|
||||
/**
|
||||
* object_property_add_child:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue