]> xenbits.xensource.com Git - xenclient/toolstack.git/shortlog
xenclient/toolstack.git
2009-07-16 Prashanth Mundkur[dbus_conn] fix comparisons of abstract values
2009-07-16 Prashanth Mundkur[dbus_conn] async dbus connection
2009-07-14 Vincent Hanquezadd xenvm testsuite.
2009-07-14 Vincent Hanquezreplace .. with TOPLEVEL in Makefiles
2009-07-10 Thomas HorstenCreate directory for ifplugd action script
2009-07-10 Thomas Horsten[packages/xenclient-toolstack] Add action script for...
2009-07-07 Vincent HanquezMerge commit 'prashanthm/master'
2009-07-07 Vincent Hanquezuse per device msitranslate if it's set otherwise use...
2009-07-07 Vincent Hanquezadd a way to specify power_mgmt and msitranslate per...
2009-07-07 Prashanth MundkurMerge branch 'fix-event-loop' into prashanth
2009-07-07 Prashanth MundkurMerge branch 'master' into prashanth
2009-07-03 Prashanth Mundkur[http] added a generic response builder
2009-06-30 Prashanth Mundkur[async_conn] allow access to fd
2009-06-30 Prashanth Mundkur[async_conn] remove recv watch and re-use watch from...
2009-06-30 Prashanth Mundkur[eventloop] check watches on registration and connectio...
2009-06-30 Prashanth Mundkur[connection_table] remove unneeded utilities.
2009-06-30 Prashanth Mundkur[eventloop,async_conn] restore the higher-level API...
2009-06-30 Prashanth Mundkur[eventloop] expose a lower-level API to allow integrati...
2009-06-29 Kamala NarasimhanAdd pci-power-management option to enable Dx power...
2009-06-28 Jean GuyaderRevert "remove dbus dependancy temporarily until it...
2009-06-27 Prashanth MundkurMerge branch 'master' into prashanth
2009-06-27 Vincent Hanquezremove dbus dependancy temporarily until it work in...
2009-06-27 Vincent Hanquezadd dBus library when building xenvm
2009-06-26 Vincent Hanquezexpose the capabilities in xenops physinfo
2009-06-26 Vincent Hanquezmissings are the not found, not the found.
2009-06-26 Vincent Hanquezerror out if config require hvm or directio but they...
2009-06-26 Vincent Hanquezpass the capabilities in physinfo
2009-06-26 Vincent Hanquezadd a proper exception during pci operations
2009-06-26 Vincent Hanquezadd a proper pci exception when the devices hasn't...
2009-06-25 Prashanth MundkurMerge branch 'master' into prashanth
2009-06-24 Christian LimpachConfigure and use per-vm alsa pcm device with softvol...
2009-06-24 Prashanth Mundkur[http]: check for final in payload callback.
2009-06-23 Prashanth Mundkurfix json escape for \
2009-06-23 Prashanth Mundkuradd utilities to make timer handles usable in stdlib...
2009-06-23 Prashanth MundkurAvoid putting full path of generator into generated...
2009-06-23 Jean-Sebastien... [eventloop] Added support for periodic timers
2009-06-23 Prashanth Mundkur[json-rpc] The json_conv and rpc generator are compiled...
2009-06-23 Jean-Sebastien... [Makefile.rules] Added an optional variable to contain...
2009-06-23 Prashanth MundkurFix overlooked substring bug in http parser.
2009-06-23 Prashanth MundkurFixed race in socket removal and event dispatch in...
2009-06-23 Prashanth MundkurFixed a couple of bugs in http substring parsing.
2009-06-23 Prashanth MundkurFix typo.
2009-06-23 Prashanth MundkurAdded utility connection table module.
2009-06-23 Prashanth MundkurAdded core jsonrpc connection eventloop.
2009-06-23 Prashanth MundkurFixed eventloop.listen, flush debugging output.
2009-06-23 Prashanth MundkurAdded a getter for number of conns and timers.
2009-06-23 Prashanth MundkurAdded a is_jsonrpc_value utility.
2009-06-23 Prashanth MundkurDelete crucial generated file only in realclean target...
2009-06-23 Prashanth MundkurAdded a callback arg to generated server-side dispatchers.
2009-06-23 Prashanth MundkurAllow eventloop callbacks to be modified; expose a...
2009-06-23 Prashanth MundkurAdd a jsonrpc classifier for a json value.
2009-06-23 Prashanth MundkurFix spacing.
2009-06-23 Prashanth MundkurAvoid repeating response_handlers that are reused;...
2009-06-23 Prashanth MundkurAdded response_handling codegen, which needed a slight...
2009-06-23 Prashanth MundkurRemoved rpc-id generator from jsonrpc api; added some...
2009-06-23 Prashanth MundkurAllow the generated server code to optionally filter...
2009-06-23 Prashanth MundkurAdd realclean target to clean generated files.
2009-06-23 Prashanth MundkurHandle abstract types (by ignoring them). The user...
2009-06-20 Prashanth MundkurXC-66: Default vm mac address generation to be determin...
2009-06-20 Prashanth MundkurEnsure generated ethernet addresses are unicast and...
2009-06-15 Vincent Hanquezremove debug line
2009-06-15 Vincent Hanquezpartial compilation previously succeed when they were...
2009-06-15 Vincent Hanquezset shadow allocation only in the case of HVM.
2009-06-15 Vincent Hanquezrespect the hvm flags instead of creating hvm all the...
2009-06-12 Vincent HanquezMerge branch 'master' of git://git.uk.xensource.com...
2009-06-12 Vincent Hanqueztemporary fix to disable disk hotplugging altogether
2009-06-12 Jean GuyaderMerge branch 'master' of git://git.uk.xensource.com...
2009-06-12 Jean GuyaderNever remove the device when we receive an unplug request.
2009-06-10 Vincent Hanquezreindent couple of options
2009-06-10 Kamala NarasimhanAdd inject-sci config option.
2009-06-10 Vincent Hanquezfix restore that got completly mishandled during the...
2009-06-10 Vincent Hanquezrefactor shutdown to work regardless of acpi_s_state
2009-06-10 Vincent Hanquezadd binding to get the acpi S_STATE of a domain
2009-06-09 Vincent Hanquezfix help that was lying.
2009-06-09 Vincent Hanquezadd a string to liststring allowance for getting params.
2009-06-05 Vincent Hanquezjson: escape characters when printing
2009-06-03 Vincent Hanquezvideoram: pass the argument to qemu.
2009-06-02 Vincent Hanquezadd videoram in the ioemu
2009-06-02 Vincent Hanquezxenvm: repair the rpc interface that wasn't accepting...
2009-05-29 Vincent Hanquezbuild error in xenops
2009-05-29 Vincent Hanquezplumb videoram into the building/restoring.
2009-05-28 Prashanth Mundkuradd missing copyright to http.mli, fix year.
2009-05-28 Prashanth MundkurFix rpc codegen to output code by endpoints.
2009-05-28 Prashanth MundkurAdd some useful pragmas to json-conv, doc them in READM...
2009-05-27 Prashanth MundkurMerge branch 'master' into prashanth
2009-05-27 Vincent Hanquezadd sound option passing to qemu
2009-05-26 Vincent Hanquezplumb the sound option from the config to Dm parameter
2009-05-26 Vincent Hanquezadd sound option in the config file
2009-05-26 Vincent Hanquezadd a sound option in Dm parameter
2009-05-26 Vincent Hanquezchange parameters passing to qemu to take a structure
2009-05-21 Prashanth MundkurMerge branch 'master' into prashanth
2009-05-21 Vincent Hanquezreenable json.of_string
2009-05-21 Vincent Hanquezfix build breakage related to domain.make change
2009-05-20 Vincent HanquezMerge commit 'prashanthm/master'
2009-05-19 Prashanth Mundkuradd a payload callback to handle large direct-to-file...
2009-05-18 Vincent Hanquezadd varmap
2009-05-18 Vincent Hanquezfix usage of xs.writev for writing platformdata
2009-05-18 Vincent Hanquezchange make to take a create_info structure
2009-05-18 Vincent Hanquezseparate hap from hvm
2009-05-18 Prashanth MundkurMore rpcgen stuff:
next