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

2013-03-05 Thread Lei Li
Signed-off-by: Lei Li --- qga/commands-posix.c | 16 qga/qapi-schema.json | 13 + 2 files changed, 29 insertions(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 7a0202e..1426262 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -119,6

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

2013-03-04 Thread Eric Blake
On 03/04/2013 02:16 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 16 > qga/qapi-schema.json | 13 + > 2 files changed, 29 insertions(+) > > ## > +# @guest-get-time: > +# > +# Get the information about guest time relative to the Epoch > +

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

2013-03-04 Thread mdroth
On Mon, Mar 04, 2013 at 05:16:29PM +0800, Lei Li wrote: > Signed-off-by: Lei Li Reviewed-by: Michael Roth > --- > qga/commands-posix.c | 16 > qga/qapi-schema.json | 13 + > 2 files changed, 29 insertions(+) > > diff --git a/qga/commands-posix.c b/qga/commands-pos

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

2013-03-04 Thread Lei Li
Signed-off-by: Lei Li --- qga/commands-posix.c | 16 qga/qapi-schema.json | 13 + 2 files changed, 29 insertions(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 0ad73f3..6fc6003 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -119,6

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

2013-03-03 Thread Lei Li
On 03/02/2013 01:02 AM, Eric Blake wrote: On 03/01/2013 02:32 AM, Lei Li wrote: Signed-off-by: Lei Li --- qga/commands-posix.c | 16 qga/qapi-schema.json | 16 2 files changed, 32 insertions(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index

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

2013-03-01 Thread Eric Blake
On 03/01/2013 02:32 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 16 > qga/qapi-schema.json | 16 > 2 files changed, 32 insertions(+) > > diff --git a/qga/commands-posix.c b/qga/commands-posix.c > index 0ad73f3..f159e25 100644 > --- a

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

2013-03-01 Thread Lei Li
Signed-off-by: Lei Li --- qga/commands-posix.c | 16 qga/qapi-schema.json | 16 2 files changed, 32 insertions(+) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 0ad73f3..f159e25 100644 --- a/qga/commands-posix.c +++ b/qga/commands-posix.c @@ -119

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

2013-02-05 Thread mdroth
On Wed, Jan 30, 2013 at 03:37:25PM +0800, Lei Li wrote: > On 01/29/2013 04:24 AM, Anthony Liguori wrote: > >Eric Blake writes: > > > >>On 01/27/2013 11:14 AM, Lei Li wrote: > >>>Signed-off-by: Lei Li > >>>--- > >>> include/qapi/qmp/qerror.h |3 +++ > >>> qga/commands-posix.c | 30

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

2013-01-30 Thread Lei Li
Sorry, missing replied... It should be the reply to Eric here. On 01/30/2013 03:37 PM, Lei Li wrote: On 01/29/2013 04:24 AM, Anthony Liguori wrote: Eric Blake writes: On 01/27/2013 11:14 AM, Lei Li wrote: Signed-off-by: Lei Li --- include/qapi/qmp/qerror.h |3 +++ qga/commands-posix

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

2013-01-29 Thread Lei Li
On 01/29/2013 04:24 AM, Anthony Liguori wrote: Eric Blake writes: On 01/27/2013 11:14 AM, Lei Li wrote: Signed-off-by: Lei Li --- include/qapi/qmp/qerror.h |3 +++ qga/commands-posix.c | 30 ++ qga/qapi-schema.json | 38 ++

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

2013-01-29 Thread Lei Li
On 01/29/2013 02:29 AM, Eric Blake wrote: On 01/27/2013 11:14 AM, Lei Li wrote: Signed-off-by: Lei Li --- include/qapi/qmp/qerror.h |3 +++ qga/commands-posix.c | 30 ++ qga/qapi-schema.json | 38 ++ 3 files

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

2013-01-28 Thread Anthony Liguori
Eric Blake writes: > On 01/27/2013 11:14 AM, Lei Li wrote: >> Signed-off-by: Lei Li >> --- >> include/qapi/qmp/qerror.h |3 +++ >> qga/commands-posix.c | 30 ++ >> qga/qapi-schema.json | 38 ++ >> 3 files changed,

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

2013-01-28 Thread Eric Blake
On 01/27/2013 11:14 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > include/qapi/qmp/qerror.h |3 +++ > qga/commands-posix.c | 30 ++ > qga/qapi-schema.json | 38 ++ > 3 files changed, 71 insertions(+), 0 deletion

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

2013-01-27 Thread Lei Li
Signed-off-by: Lei Li --- include/qapi/qmp/qerror.h |3 +++ qga/commands-posix.c | 30 ++ qga/qapi-schema.json | 38 ++ 3 files changed, 71 insertions(+), 0 deletions(-) diff --git a/include/qapi/qmp/qerror.h b/inc

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

2013-01-27 Thread Lei Li
Signed-off-by: Lei Li --- include/qapi/qmp/qerror.h |3 +++ qga/commands-posix.c | 30 ++ qga/qapi-schema.json | 38 ++ 3 files changed, 71 insertions(+), 0 deletions(-) diff --git a/include/qapi/qmp/qerror.h b/inc