Re: [Qemu-devel] [PATCH v2] hw: Add VMware's GETHZ command.

2012-09-05 Thread Don Slutz
On 08/31/12 13:27, Jan Kiszka wrote: On 2012-08-31 19:20, Don Slutz wrote: This is known is linux as VMWARE_PORT_CMD_GETHZ. Signed-off-by: Don Slutz --- hw/vmport.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/hw/vmport.c b/hw/vmport.c inde

Re: [Qemu-devel] [PATCH v2] hw: Add VMware's GETHZ command.

2012-08-31 Thread Jan Kiszka
On 2012-08-31 19:20, Don Slutz wrote: > This is known is linux as VMWARE_PORT_CMD_GETHZ. > > Signed-off-by: Don Slutz > --- > hw/vmport.c | 23 ++- > 1 files changed, 22 insertions(+), 1 deletions(-) > > diff --git a/hw/vmport.c b/hw/vmport.c > index a4f52ee..e856255 10064

[Qemu-devel] [PATCH v2] hw: Add VMware's GETHZ command.

2012-08-31 Thread Don Slutz
This is known is linux as VMWARE_PORT_CMD_GETHZ. Signed-off-by: Don Slutz --- hw/vmport.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/hw/vmport.c b/hw/vmport.c index a4f52ee..e856255 100644 --- a/hw/vmport.c +++ b/hw/vmport.c @@ -31,8 +31,9 @@