qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 2/2] qga: implement qmp_guest_get_os_version


From: zhanghailiang
Subject: Re: [Qemu-devel] [RFC PATCH 2/2] qga: implement qmp_guest_get_os_version for windows
Date: Wed, 17 Dec 2014 16:14:51 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

On 2014/12/17 0:26, Eric Blake wrote:
On 12/16/2014 04:48 AM, Yan Vugenfirer wrote:
+
+    if (si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64 ||
+        si.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_IA64) {

If one of the motivations is to update drivers on the guest - those should be 
treated as deferent architectures.
Why not return string as well (x64, x86, IA64, ARM)?

The architecture should already be known by the host (after all, the
flavor of qemu running the guest should tell you what architecture the
guest would report).


Yes, we can easily get this info from host ;)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]