mirror of
https://github.com/qemu/qemu.git
synced 2025-08-13 18:46:38 +00:00
Merge remote-tracking branch 'qmp/queue/qmp' into staging
* qmp/queue/qmp: qapi: fix qapi_dealloc_type_size parameter type Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
commit
36520faa33
@ -132,7 +132,7 @@ static void qapi_dealloc_type_number(Visitor *v, double *obj, const char *name,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void qapi_dealloc_type_size(Visitor *v, size_t *obj, const char *name,
|
static void qapi_dealloc_type_size(Visitor *v, uint64_t *obj, const char *name,
|
||||||
Error **errp)
|
Error **errp)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user