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