Re: [Qemu-devel] [PATCH v2] qemu-ga: add guest-get-osinfo command

2017-03-28 Thread Marc-André Lureau
Hi On Tue, Mar 28, 2017 at 7:15 AM Vinzenz Feenstra wrote: > Eric, what you think of this below way, instead? > > > > > OK So how about something like this: > > > > {‘struct’: ‘GuestWindowsVersionInfo’, > > ‘data’: { > > ‘version’: ‘str’, > > ‘name’: ‘str’, >

Re: [Qemu-devel] [PATCH v2] qemu-ga: add guest-get-osinfo command

2017-03-27 Thread Vinzenz Feenstra
> On Mar 24, 2017, at 10:48 AM, Vinzenz Feenstra wrote: > >> >> On Mar 23, 2017, at 3:58 PM, Eric Blake > > wrote: >> >> On 03/16/2017 09:50 AM, Vinzenz 'evilissimo' Feenstra wrote: >>> From: Vinzenz Feenstra

Re: [Qemu-devel] [PATCH v2] qemu-ga: add guest-get-osinfo command

2017-03-24 Thread Vinzenz Feenstra
> On Mar 23, 2017, at 3:58 PM, Eric Blake wrote: > > On 03/16/2017 09:50 AM, Vinzenz 'evilissimo' Feenstra wrote: >> From: Vinzenz Feenstra >> >> Add a new 'guest-get-osinfo' command for reporting basic information of >> the guest operating system

Re: [Qemu-devel] [PATCH v2] qemu-ga: add guest-get-osinfo command

2017-03-23 Thread Eric Blake
On 03/16/2017 09:50 AM, Vinzenz 'evilissimo' Feenstra wrote: > From: Vinzenz Feenstra > > Add a new 'guest-get-osinfo' command for reporting basic information of > the guest operating system (hereafter just 'OS'). This information > includes the type of the OS, the version,

[Qemu-devel] [PATCH v2] qemu-ga: add guest-get-osinfo command

2017-03-22 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra Add a new 'guest-get-osinfo' command for reporting basic information of the guest operating system (hereafter just 'OS'). This information includes the type of the OS, the version, and the architecture. Additionally reported would be a name,