mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tests: add G_GNUC_PRINTF for various functions
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221219130205.687815-6-berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
beede7e848
commit
0472b2e541
14 changed files with 36 additions and 18 deletions
|
@ -13,7 +13,7 @@ static void run_test_rtas_get_time_of_day(const char *machine)
|
|||
uint64_t ret;
|
||||
time_t t1, t2;
|
||||
|
||||
qs = qtest_spapr_boot(machine);
|
||||
qs = qtest_spapr_boot("%s", machine);
|
||||
|
||||
t1 = time(NULL);
|
||||
ret = qrtas_get_time_of_day(qs->qts, &qs->alloc, &tm, &ns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue