From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl7Jj-0004f2-AW for qemu-devel@nongnu.org; Sun, 20 Jan 2019 02:14:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gl7Ji-0004Ny-Lu for qemu-devel@nongnu.org; Sun, 20 Jan 2019 02:14:51 -0500 Received: from m12-15.163.com ([220.181.12.15]:59391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl7Jh-0004LT-4b for qemu-devel@nongnu.org; Sun, 20 Jan 2019 02:14:50 -0500 From: Li Qiang Date: Sat, 19 Jan 2019 23:13:35 -0800 Message-Id: <20190120071337.55595-1-liq3ea@163.com> Subject: [Qemu-devel] [PATCH 0/2] tests: fw_cfg: add reboot-timeout test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: philmd@redhat.com, lersek@redhat.com, kraxel@redhat.com, thuth@redhat.com, lvivier@redhat.com, pbonzini@redhat.com Cc: qemu-devel@nongnu.org, liq3ea@gmail.com, Li Qiang The first patch adds a util function to get the fw_cfg file entry. And second adds a reboot-timeout test case. Li Qiang (2): tests: fw_cfg: add a function to get the fw_cfg file entry tests: fw_cfg: add reboot_timeout test case tests/fw_cfg-test.c | 13 ++++++++++++- tests/libqos/fw_cfg.c | 33 +++++++++++++++++++++++++++++++++ tests/libqos/fw_cfg.h | 2 ++ 3 files changed, 47 insertions(+), 1 deletion(-) -- 2.17.1