Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-05-24 Thread Eric Blake
On 05/24/2017 04:51 PM, Tomáš Golembiovský wrote: > So what about the following, would that be acceptable? > > > ## > # @GuestOSRelease: > # > # @content: > # POSIX systems the @kernel_version, @kernel_release and > # @machine_hardware correspond to the values release,

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-05-24 Thread Tomáš Golembiovský
On Wed, 24 May 2017 23:51:55 +0200 Tomáš Golembiovský wrote: > On Wed, 12 Apr 2017 15:05:02 -0500 > Michael Roth wrote: > > > On 04/03/2017 10:17 AM, Marc-André Lureau wrote: > > > Hi > > > > > > On Fri, Mar 31, 2017 at 3:41 PM Eric Blake

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-05-24 Thread Tomáš Golembiovský
On Wed, 12 Apr 2017 15:05:02 -0500 Michael Roth wrote: > On 04/03/2017 10:17 AM, Marc-André Lureau wrote: > > Hi > > > > On Fri, Mar 31, 2017 at 3:41 PM Eric Blake wrote: > > > >> On 03/31/2017 05:19 AM, Vinzenz 'evilissimo' Feenstra wrote: >

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-04-12 Thread Michael Roth
On 04/03/2017 10:17 AM, Marc-André Lureau wrote: > Hi > > On Fri, Mar 31, 2017 at 3:41 PM Eric Blake wrote: > >> On 03/31/2017 05:19 AM, Vinzenz 'evilissimo' Feenstra wrote: >>> From: Vinzenz Feenstra >>> >>> Add a new 'guest-get-osrelease' command to

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-04-03 Thread Vinzenz Feenstra
Hi Michael, It’d be really great to get your opinion on this matter. Thanks! > On Apr 3, 2017, at 5:17 PM, Marc-André Lureau > wrote: > > Hi > > On Fri, Mar 31, 2017 at 3:41 PM Eric Blake > wrote: > On 03/31/2017

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-04-03 Thread Marc-André Lureau
Hi On Fri, Mar 31, 2017 at 3:41 PM Eric Blake wrote: > On 03/31/2017 05:19 AM, Vinzenz 'evilissimo' Feenstra wrote: > > From: Vinzenz Feenstra > > > > Add a new 'guest-get-osrelease' command to report OS information in the > > os-release format. As

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-03-31 Thread Eric Blake
On 03/31/2017 05:19 AM, Vinzenz 'evilissimo' Feenstra wrote: > From: Vinzenz Feenstra > > Add a new 'guest-get-osrelease' command to report OS information in the > os-release format. As documented here: > https://www.freedesktop.org/software/systemd/man/os-release.html > >

Re: [Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-03-31 Thread Eric Blake
On 03/31/2017 05:19 AM, Vinzenz 'evilissimo' Feenstra wrote: > From: Vinzenz Feenstra > > This is a concept change over v2 of the guest-get-osinfo command. > The command now adds all information in the os-release format. Cover letters are not necessary (but don't hurt) for

[Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-03-31 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra Add a new 'guest-get-osrelease' command to report OS information in the os-release format. As documented here: https://www.freedesktop.org/software/systemd/man/os-release.html The win32 implementation generates the information. On POSIX systems the

[Qemu-devel] [PATCH v3] qemu-ga: add guest-get-osrelease command

2017-03-31 Thread Vinzenz 'evilissimo' Feenstra
From: Vinzenz Feenstra This is a concept change over v2 of the guest-get-osinfo command. The command now adds all information in the os-release format. Vinzenz Feenstra (1): qemu-ga: add guest-get-osrelease command qga/commands-posix.c | 41 +