Re: [Xen-devel] [OPTIONAL][PATCH v9 13/13] Add xen-hvm-param

2015-02-17 Thread Don Slutz
On 02/17/15 09:11, Andrew Cooper wrote: > On 16/02/15 23:05, Don Slutz wrote: >> A tool to get and set hvm param. >> >> Signed-off-by: Don Slutz > > I had completely forgotten that you did a tool like this before. > > Here is one I implemented myself, > > https://github.com/xenserver/xen-4.5.pg

Re: [Xen-devel] [OPTIONAL][PATCH v9 13/13] Add xen-hvm-param

2015-02-17 Thread Andrew Cooper
On 16/02/15 23:05, Don Slutz wrote: > A tool to get and set hvm param. > > Signed-off-by: Don Slutz I had completely forgotten that you did a tool like this before. Here is one I implemented myself, https://github.com/xenserver/xen-4.5.pg/commit/ec99115818abd1a98f04d5fae2481803ad21db2a I was s

[Xen-devel] [OPTIONAL][PATCH v9 13/13] Add xen-hvm-param

2015-02-16 Thread Don Slutz
A tool to get and set hvm param. Signed-off-by: Don Slutz --- v9: Change to output number as weel as string. Made all string only lower case. Rebase changes. v7: Was a later patch. Still optional. Fixed formatting. Adjust for drop of VMware RPC. .gitignore