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

2013-01-11 Thread Lei Li
On 01/09/2013 09:40 PM, Luiz Capitulino wrote: On Sun, 6 Jan 2013 18:07:00 +0800 Lei Li wrote: Signed-off-by: Lei Li --- qga/commands-posix.c | 57 ++ qga/qapi-schema.json | 32 2 files changed, 89 insertion

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

2013-01-11 Thread Lei Li
On 01/08/2013 06:26 AM, Eric Blake wrote: On 01/06/2013 03:07 AM, Lei Li wrote: Signed-off-by: Lei Li --- qga/commands-posix.c | 57 ++ qga/qapi-schema.json | 32 2 files changed, 89 insertions(+), 0 deletions(

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

2013-01-09 Thread Luiz Capitulino
On Sun, 6 Jan 2013 18:07:00 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 57 > ++ > qga/qapi-schema.json | 32 > 2 files changed, 89 insertions(+), 0 deletions(-) > > diff --git a/q

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

2013-01-07 Thread Eric Blake
On 01/06/2013 03:07 AM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qga/commands-posix.c | 57 > ++ > qga/qapi-schema.json | 32 > 2 files changed, 89 insertions(+), 0 deletions(-) > > diff --git a/qga/commands-p