]>
xenbits.xensource.com Git - xenclient/toolstack.git/log
Prashanth Mundkur [Wed, 10 Jun 2009 00:44:00 +0000 (17:44 -0700)]
Fix overlooked substring bug in http parser.
Prashanth Mundkur [Tue, 9 Jun 2009 21:38:31 +0000 (14:38 -0700)]
Fixed race in socket removal and event dispatch in eventloop.
Prashanth Mundkur [Tue, 9 Jun 2009 19:51:53 +0000 (12:51 -0700)]
Fixed a couple of bugs in http substring parsing.
Prashanth Mundkur [Fri, 5 Jun 2009 02:01:27 +0000 (19:01 -0700)]
Fix typo.
Prashanth Mundkur [Fri, 5 Jun 2009 01:34:07 +0000 (18:34 -0700)]
Added utility connection table module.
Prashanth Mundkur [Fri, 5 Jun 2009 01:31:44 +0000 (18:31 -0700)]
Added core jsonrpc connection eventloop.
Prashanth Mundkur [Fri, 5 Jun 2009 01:24:09 +0000 (18:24 -0700)]
Fixed eventloop.listen, flush debugging output.
Prashanth Mundkur [Thu, 4 Jun 2009 18:44:52 +0000 (11:44 -0700)]
Added a getter for number of conns and timers.
Prashanth Mundkur [Thu, 4 Jun 2009 18:43:52 +0000 (11:43 -0700)]
Added a is_jsonrpc_value utility.
Prashanth Mundkur [Thu, 4 Jun 2009 08:43:14 +0000 (01:43 -0700)]
Delete crucial generated file only in realclean target of standalone build.
Prashanth Mundkur [Thu, 4 Jun 2009 07:50:07 +0000 (00:50 -0700)]
Added a callback arg to generated server-side dispatchers.
Prashanth Mundkur [Thu, 4 Jun 2009 07:19:41 +0000 (00:19 -0700)]
Allow eventloop callbacks to be modified; expose a compare function on the handle.
Prashanth Mundkur [Thu, 4 Jun 2009 07:18:24 +0000 (00:18 -0700)]
Add a jsonrpc classifier for a json value.
Prashanth Mundkur [Wed, 3 Jun 2009 22:38:27 +0000 (15:38 -0700)]
Fix spacing.
Prashanth Mundkur [Wed, 3 Jun 2009 22:19:10 +0000 (15:19 -0700)]
Avoid repeating response_handlers that are reused; fix naming of generated response_handlers.
Prashanth Mundkur [Wed, 3 Jun 2009 18:58:25 +0000 (11:58 -0700)]
Added response_handling codegen, which needed a slight change in request api. Extended tests appropriately.
Prashanth Mundkur [Wed, 3 Jun 2009 18:57:47 +0000 (11:57 -0700)]
Removed rpc-id generator from jsonrpc api; added some exception error printers.
Prashanth Mundkur [Tue, 2 Jun 2009 22:27:11 +0000 (15:27 -0700)]
Allow the generated server code to optionally filter incoming messages.
Prashanth Mundkur [Mon, 1 Jun 2009 21:50:45 +0000 (14:50 -0700)]
Add realclean target to clean generated files.
Prashanth Mundkur [Mon, 1 Jun 2009 21:50:07 +0000 (14:50 -0700)]
Handle abstract types (by ignoring them). The user will need to specify converters if they are used. Also fix handling of module qualified variables in matching.
Prashanth Mundkur [Sat, 20 Jun 2009 02:58:58 +0000 (19:58 -0700)]
XC-66: Default vm mac address generation to be deterministic; add a random option to get random addresses.
Prashanth Mundkur [Sat, 20 Jun 2009 00:02:40 +0000 (17:02 -0700)]
Ensure generated ethernet addresses are unicast and locally-administered. Fix from Christian Limpach.
Vincent Hanquez [Mon, 15 Jun 2009 17:43:38 +0000 (18:43 +0100)]
remove debug line
Vincent Hanquez [Mon, 15 Jun 2009 17:42:43 +0000 (18:42 +0100)]
partial compilation previously succeed when they were some missing type changes
Vincent Hanquez [Mon, 15 Jun 2009 16:58:49 +0000 (17:58 +0100)]
set shadow allocation only in the case of HVM.
Vincent Hanquez [Mon, 15 Jun 2009 16:55:56 +0000 (17:55 +0100)]
respect the hvm flags instead of creating hvm all the time.
Vincent Hanquez [Fri, 12 Jun 2009 17:51:40 +0000 (18:51 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Conflicts:
xenvm/xenvm.ml
Vincent Hanquez [Fri, 12 Jun 2009 17:40:58 +0000 (18:40 +0100)]
temporary fix to disable disk hotplugging altogether
workaround bug in drivers.
Jean Guyader [Fri, 12 Jun 2009 17:26:42 +0000 (18:26 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Jean Guyader [Fri, 12 Jun 2009 17:22:59 +0000 (18:22 +0100)]
Never remove the device when we receive an unplug request.
Vincent Hanquez [Wed, 10 Jun 2009 21:42:59 +0000 (22:42 +0100)]
reindent couple of options
Kamala Narasimhan [Wed, 10 Jun 2009 20:29:26 +0000 (16:29 -0400)]
Add inject-sci config option.
Moving forward, by default lid close, power/sleep button events will be controlled by xenmgr. But when this config option is set (and it is not set by default), we will inject lid, power/sleep button SCIs into guest space.
Vincent Hanquez [Wed, 10 Jun 2009 12:22:47 +0000 (13:22 +0100)]
fix restore that got completly mishandled during the last code refactor
Vincent Hanquez [Wed, 10 Jun 2009 09:28:06 +0000 (10:28 +0100)]
refactor shutdown to work regardless of acpi_s_state
shutdown is now handling the difference between (different flavor of) hvm and pv,
instead of having shutdown completly useless in some case of hvm.
shutdown_ack now just call shutdown and wait the node to be remove for a PV domain.
Vincent Hanquez [Wed, 10 Jun 2009 09:07:08 +0000 (10:07 +0100)]
add binding to get the acpi S_STATE of a domain
Vincent Hanquez [Tue, 9 Jun 2009 15:55:50 +0000 (16:55 +0100)]
fix help that was lying.
Vincent Hanquez [Tue, 9 Jun 2009 15:53:28 +0000 (16:53 +0100)]
add a string to liststring allowance for getting params.
Vincent Hanquez [Fri, 5 Jun 2009 14:09:00 +0000 (15:09 +0100)]
json: escape characters when printing
Vincent Hanquez [Wed, 3 Jun 2009 07:39:56 +0000 (08:39 +0100)]
videoram: pass the argument to qemu.
Vincent Hanquez [Tue, 2 Jun 2009 17:14:34 +0000 (18:14 +0100)]
add videoram in the ioemu
Vincent Hanquez [Tue, 2 Jun 2009 17:10:32 +0000 (18:10 +0100)]
xenvm: repair the rpc interface that wasn't accepting anymore message correctly
Vincent Hanquez [Fri, 29 May 2009 15:10:42 +0000 (16:10 +0100)]
build error in xenops
Vincent Hanquez [Fri, 29 May 2009 14:41:04 +0000 (15:41 +0100)]
plumb videoram into the building/restoring.
Prashanth Mundkur [Thu, 28 May 2009 05:46:38 +0000 (22:46 -0700)]
add missing copyright to http.mli, fix year.
Prashanth Mundkur [Thu, 28 May 2009 05:26:11 +0000 (22:26 -0700)]
Fix rpc codegen to output code by endpoints.
Prashanth Mundkur [Thu, 28 May 2009 01:35:02 +0000 (18:35 -0700)]
Add some useful pragmas to json-conv, doc them in README, and add to tests.
Also make parsing of existing ones more robust, and correctly handle module qualified variables, which were getting treated as value constructors.
Prashanth Mundkur [Wed, 27 May 2009 21:37:19 +0000 (14:37 -0700)]
Merge branch 'master' into prashanth
Vincent Hanquez [Wed, 27 May 2009 06:59:48 +0000 (07:59 +0100)]
add sound option passing to qemu
Vincent Hanquez [Tue, 26 May 2009 17:52:33 +0000 (18:52 +0100)]
plumb the sound option from the config to Dm parameter
Vincent Hanquez [Tue, 26 May 2009 17:52:10 +0000 (18:52 +0100)]
add sound option in the config file
Vincent Hanquez [Tue, 26 May 2009 17:50:41 +0000 (18:50 +0100)]
add a sound option in Dm parameter
Vincent Hanquez [Tue, 26 May 2009 17:48:23 +0000 (18:48 +0100)]
change parameters passing to qemu to take a structure
Prashanth Mundkur [Thu, 21 May 2009 17:42:31 +0000 (10:42 -0700)]
Merge branch 'master' into prashanth
Vincent Hanquez [Thu, 21 May 2009 17:12:13 +0000 (18:12 +0100)]
reenable json.of_string
Vincent Hanquez [Thu, 21 May 2009 17:11:55 +0000 (18:11 +0100)]
fix build breakage related to domain.make change
Vincent Hanquez [Wed, 20 May 2009 18:27:28 +0000 (11:27 -0700)]
Merge commit 'prashanthm/master'
Conflicts:
libs/stdext/Makefile
Prashanth Mundkur [Tue, 19 May 2009 22:51:53 +0000 (15:51 -0700)]
add a payload callback to handle large direct-to-file payloads
Vincent Hanquez [Mon, 18 May 2009 23:28:06 +0000 (16:28 -0700)]
add varmap
Vincent Hanquez [Mon, 18 May 2009 23:05:02 +0000 (16:05 -0700)]
fix usage of xs.writev for writing platformdata
Vincent Hanquez [Mon, 18 May 2009 22:59:15 +0000 (15:59 -0700)]
change make to take a create_info structure
Vincent Hanquez [Mon, 18 May 2009 22:50:00 +0000 (15:50 -0700)]
separate hap from hvm
Prashanth Mundkur [Mon, 18 May 2009 22:28:23 +0000 (15:28 -0700)]
More rpcgen stuff:
. switch rpc param passing to using objects instead of arrays
. prettify client rpc method names
. rename xenvm-proto rpc method names
Vincent Hanquez [Mon, 18 May 2009 21:57:32 +0000 (14:57 -0700)]
reindent domain
Vincent Hanquez [Mon, 18 May 2009 18:41:15 +0000 (11:41 -0700)]
remove maybe duplicate copy
Prashanth Mundkur [Mon, 18 May 2009 15:25:44 +0000 (08:25 -0700)]
updated test_http to the new api
Vincent Hanquez [Sat, 16 May 2009 15:18:19 +0000 (16:18 +0100)]
plumb videoram from the config to xenops build structure
Vincent Hanquez [Sat, 16 May 2009 15:18:09 +0000 (16:18 +0100)]
add videoram in the hvm build structure
Vincent Hanquez [Sat, 16 May 2009 14:31:09 +0000 (15:31 +0100)]
xenvm: add videoram
Prashanth Mundkur [Fri, 15 May 2009 22:10:39 +0000 (15:10 -0700)]
added a header callback for improve compatibility with xenmgr/http
Prashanth Mundkur [Fri, 15 May 2009 21:04:16 +0000 (14:04 -0700)]
start on xenvm protocol autogeneration
Prashanth Mundkur [Fri, 15 May 2009 20:06:56 +0000 (13:06 -0700)]
fix handling of base types in rpc codegen
Prashanth Mundkur [Fri, 15 May 2009 19:25:23 +0000 (12:25 -0700)]
slightly prettify codegen
Prashanth Mundkur [Fri, 15 May 2009 17:11:44 +0000 (10:11 -0700)]
update json_conv tests to also test floats
Prashanth Mundkur [Fri, 15 May 2009 17:07:29 +0000 (10:07 -0700)]
fix missing support for floats in json_conv codegen
Prashanth Mundkur [Fri, 15 May 2009 17:06:41 +0000 (10:06 -0700)]
fix missing support for floats in json_conv
Prashanth Mundkur [Fri, 15 May 2009 00:44:27 +0000 (17:44 -0700)]
Merge branch 'master' into prashanth
Prashanth Mundkur [Fri, 15 May 2009 00:38:19 +0000 (17:38 -0700)]
slightly more correct param-less conversion
Prashanth Mundkur [Fri, 15 May 2009 00:31:49 +0000 (17:31 -0700)]
test codegen for param-less rpcs
Prashanth Mundkur [Fri, 15 May 2009 00:31:13 +0000 (17:31 -0700)]
properly handle rpcs that don't take any params (make them take ():unit)
Prashanth Mundkur [Thu, 14 May 2009 16:20:29 +0000 (09:20 -0700)]
better error handling; clarify a callback name
Prashanth Mundkur [Thu, 14 May 2009 06:33:41 +0000 (23:33 -0700)]
add substring parsing api to avoid unnecessary string copies
Prashanth Mundkur [Thu, 14 May 2009 03:06:28 +0000 (20:06 -0700)]
add Eventloop.t as arg to callbacks
Prashanth Mundkur [Thu, 14 May 2009 02:33:14 +0000 (19:33 -0700)]
add eventloop infrastructure
Prashanth Mundkur [Thu, 14 May 2009 02:32:43 +0000 (19:32 -0700)]
add a fdset create api
Prashanth Mundkur [Thu, 14 May 2009 02:32:09 +0000 (19:32 -0700)]
fix tracking of maxfd in fdset
Prashanth Mundkur [Wed, 13 May 2009 17:15:53 +0000 (10:15 -0700)]
whitespace cleanup
Vincent Hanquez [Wed, 13 May 2009 10:21:58 +0000 (11:21 +0100)]
force warning about partial application as errors to prevent further problems.
Vincent Hanquez [Wed, 13 May 2009 09:22:41 +0000 (10:22 +0100)]
fix partial use of PCI.add related to the msitranslate new option
Vincent Hanquez [Tue, 12 May 2009 15:16:03 +0000 (16:16 +0100)]
Merge commit 'kamalan/master'
Vincent Hanquez [Tue, 12 May 2009 15:14:15 +0000 (16:14 +0100)]
move xenvmlib to use jsonrpc instead of text
Vincent Hanquez [Tue, 12 May 2009 12:48:54 +0000 (13:48 +0100)]
remove legacy socket
Vincent Hanquez [Tue, 12 May 2009 12:42:13 +0000 (13:42 +0100)]
json: add a helper to escape string. not completed.
root [Mon, 11 May 2009 19:50:48 +0000 (15:50 -0400)]
Add pci-msitranslation option to XC toolstack.
Unlike OSS, in XC we disables MSI-INTx translation by default due to its
incompatibility with Aero feature within Vista guest.
Vincent Hanquez [Sat, 9 May 2009 08:57:59 +0000 (09:57 +0100)]
xenops army knife: ignore the device return value with a type, and don't return a partially apply function.
Vincent Hanquez [Sat, 9 May 2009 08:51:32 +0000 (09:51 +0100)]
scsi info: few minors fixes
- do not create the hierarchy explictly in xenstored. it implicitely done.
- change exception debug into a warn.
- simplify add, and move the mapping into add_disk_info.
Ross Philipson [Fri, 8 May 2009 20:10:39 +0000 (16:10 -0400)]
Added function in VBD code to pass in the SCSI inquiry information.
Also added diskinfo-pt param for the config file and fixed a few
minor bugs in the SCSI lib.
Changes to be committed:
modified: libs/scsi/Makefile
modified: libs/scsi/scsi_inq_stubs.c
modified: xenops/Makefile
modified: xenops/device.ml
modified: xenops/device.mli
modified: xenvm/Makefile
modified: xenvm/vmact.ml
modified: xenvm/vmconfig.ml
modified: xenvm/xenops.ml
modified: xenvm/xenvm.readme
Prashanth Mundkur [Fri, 8 May 2009 18:12:24 +0000 (11:12 -0700)]
switch over to new json parser
Prashanth Mundkur [Fri, 8 May 2009 18:11:15 +0000 (11:11 -0700)]
use simplified error handlers
Prashanth Mundkur [Fri, 8 May 2009 18:03:09 +0000 (11:03 -0700)]
simplify json_conv error handling
Prashanth Mundkur [Fri, 8 May 2009 17:35:40 +0000 (10:35 -0700)]
simplify json_parse error handling