mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
acpi: drop min-bytes in build_package()
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com> Reviewed-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
eae8bded9a
commit
661875e948
3 changed files with 12 additions and 19 deletions
|
@ -14,8 +14,8 @@ void build_append_array(GArray *array, GArray *val);
|
|||
void GCC_FMT_ATTR(2, 3)
|
||||
build_append_namestring(GArray *array, const char *format, ...);
|
||||
|
||||
void build_prepend_package_length(GArray *package, unsigned min_bytes);
|
||||
void build_package(GArray *package, uint8_t op, unsigned min_bytes);
|
||||
void build_prepend_package_length(GArray *package);
|
||||
void build_package(GArray *package, uint8_t op);
|
||||
void build_append_value(GArray *table, uint32_t value, int size);
|
||||
void build_append_int(GArray *table, uint32_t value);
|
||||
void build_extop_package(GArray *package, uint8_t op);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue