Re: [PATCH v3 11/16] hw/i386/vmport: Add support for CMD_GETTIMEFULL

2020-03-13 Thread Liran Alon
On 13/03/2020 2:06, Michael S. Tsirkin wrote: On Thu, Mar 12, 2020 at 06:54:26PM +0200, Liran Alon wrote: Similar to CMD_GETTIME but lacks the 136-year overflow issue, by returning full 64-bit of host uSeconds. Reviewed-by: Nikita Leshenko Signed-off-by: Liran Alon --- hw/i386/vmport.c

Re: [PATCH v3 11/16] hw/i386/vmport: Add support for CMD_GETTIMEFULL

2020-03-12 Thread Michael S. Tsirkin
On Thu, Mar 12, 2020 at 06:54:26PM +0200, Liran Alon wrote: > Similar to CMD_GETTIME but lacks the 136-year overflow issue, > by returning full 64-bit of host uSeconds. > > Reviewed-by: Nikita Leshenko > Signed-off-by: Liran Alon > --- > hw/i386/vmport.c | 17 + >

[PATCH v3 11/16] hw/i386/vmport: Add support for CMD_GETTIMEFULL

2020-03-12 Thread Liran Alon
Similar to CMD_GETTIME but lacks the 136-year overflow issue, by returning full 64-bit of host uSeconds. Reviewed-by: Nikita Leshenko Signed-off-by: Liran Alon --- hw/i386/vmport.c | 17 + include/hw/i386/vmport.h | 1 + 2 files changed, 18 insertions(+) diff --git