Re: [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-11 Thread mdroth
On Fri, Jan 11, 2013 at 03:37:26PM +0800, Lei Li wrote: > On 01/08/2013 06:04 AM, Eric Blake wrote: > >On 01/06/2013 03:06 AM, Lei Li wrote: > >>Signed-off-by: Lei Li > >>--- > >> qga/commands-posix.c | 12 > >> qga/qapi-schema.json | 17 + > >> 2 files changed, 2

Re: [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-10 Thread Lei Li
On 01/09/2013 09:33 PM, Luiz Capitulino wrote: On Sun, 6 Jan 2013 18:06:59 +0800 Lei Li wrote: Signed-off-by: Lei Li --- qga/commands-posix.c | 12 qga/qapi-schema.json | 17 + 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/qga/commands-p

Re: [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-10 Thread Lei Li
On 01/08/2013 06:04 AM, Eric Blake wrote: On 01/06/2013 03:06 AM, Lei Li wrote: Signed-off-by: Lei Li --- qga/commands-posix.c | 12 qga/qapi-schema.json | 17 + 2 files changed, 29 insertions(+), 0 deletions(-) +++ b/qga/qapi-schema.json @@ -100,6 +100,23

Re: [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-09 Thread Luiz Capitulino
On Sun, 6 Jan 2013 18:06:59 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 12 > qga/qapi-schema.json | 17 + > 2 files changed, 29 insertions(+), 0 deletions(-) > > diff --git a/qga/commands-posix.c b/qga/commands-posix.c > index 2

Re: [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-07 Thread Eric Blake
On 01/06/2013 03:06 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 12 > qga/qapi-schema.json | 17 + > 2 files changed, 29 insertions(+), 0 deletions(-) > > +++ b/qga/qapi-schema.json > @@ -100,6 +100,23 @@ > 'utc-offset'

[Qemu-devel] [PATCH 2/3] qga: add guest-get-time command

2013-01-06 Thread Lei Li
Signed-off-by: Lei Li --- qga/commands-posix.c | 12 qga/qapi-schema.json | 17 + 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 26b0fa0..190199d 100644 --- a/qga/commands-posix.c +++ b/qga/command