From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cr3d2-00088H-EE for qemu-devel@nongnu.org; Thu, 23 Mar 2017 10:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cr3cy-0001kg-Fx for qemu-devel@nongnu.org; Thu, 23 Mar 2017 10:22:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39688) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cr3cy-0001kF-Ak for qemu-devel@nongnu.org; Thu, 23 Mar 2017 10:22:12 -0400 From: Vinzenz 'evilissimo' Feenstra Date: Thu, 23 Mar 2017 01:27:03 +0100 Message-Id: <20170323002704.11167-1-vfeenstr@redhat.com> Subject: [Qemu-devel] [PATCH v4] qga: Add `guest-get-timezone` command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, mdroth@linux.vnet.ibm.com, sameeh@daynix.com, marcandre.lureau@gmail.com, Vinzenz Feenstra From: Vinzenz Feenstra Changes since v3: - Made zone optional, and won't fail if the name can't be looked up. - Removed unncessary check for g_new0 allocation failure Vinzenz Feenstra (1): qga: Add `guest-get-timezone` command qga/commands.c | 34 ++++++++++++++++++++++++++++++++++ qga/qapi-schema.json | 26 ++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) -- 2.9.3