]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: Adapt {m48t59,rtc}-test cases for win32
authorBin Meng <bin.meng@windriver.com>
Wed, 24 Aug 2022 09:39:53 +0000 (17:39 +0800)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Aug 2022 13:24:09 +0000 (15:24 +0200)
commitf10225d7d67815df745da82b6bdd8d233609767b
tree334056c6aabd408404894767c71cd5f2c4ad53dc
parentd1c637ecff6f8c13cc9983b96a7aad2922d283f9
tests/qtest: Adapt {m48t59,rtc}-test cases for win32

There is no tm_gmtoff member in 'struct tm' on Windows.
Update rtc-test.c and m48t59-test.c accordingly.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220824094029.1634519-16-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/m48t59-test.c
tests/qtest/rtc-test.c