]> xenbits.xen.org Git - xenclient/toolstack.git/shortlog
xenclient/toolstack.git
2009-07-24 Vincent Hanquezfind dBus directly in the ocaml path.
2009-07-24 Jean-Sebastien... [whitespace] no line at the end of .gitignore
2009-07-24 Prashanth Mundkur[http] add uri parsing support
2009-07-24 Jean-Sebastien... [eventloop] Added asap events to support delayed callbacks.
2009-07-24 Jean-Sebastien... [common/test] Added eventloop dbus tests as part of...
2009-07-23 Kamala NarasimhanSMBIOS OEM types pass-through.
2009-07-23 Vincent Hanquezfix the empty string serial argument
2009-07-23 Vincent Hanquezuse a specific config reader for memory since the set...
2009-07-22 Vincent Hanquezreorganize notify to send notification more cleanly...
2009-07-22 Vincent Hanquezadd dbus notification option dummy
2009-07-21 Vincent Hanquezoverride the debug when reading the config from disk...
2009-07-21 Vincent Hanquezfix empty kernel issue in hvm mode
2009-07-21 Vincent Hanquezadd support for optional argument.
2009-07-21 Vincent Hanquezrecognize more value as boolean when doing a set
2009-07-20 Vincent HanquezMerge commit 'prashanthm/master'
2009-07-20 Vincent Hanquezallow some operations (help, get-*) to be done without...
2009-07-20 Vincent Hanquezallow to set debug with a environment variable
2009-07-20 Vincent Hanquezuse with_xcs instead of inlining what it does.
2009-07-20 Vincent Hanquezdefault to not start the VM if we don't have a config...
2009-07-20 Vincent Hanquezallow to override the socket path so that xenvm can...
2009-07-20 Vincent Hanquezadd the timeout operation when interpreting a response...
2009-07-20 Vincent Hanquezignore exception when checking domain directly.
2009-07-17 Vincent Hanquezxenvm: move generation out of config. use dynamic acces...
2009-07-16 Prashanth Mundkur[dbus_conn] extend test with filters to make it work...
2009-07-16 Prashanth Mundkur[dbus_conn] fix comparisons of abstract values
2009-07-16 Prashanth Mundkur[dbus_conn] async dbus connection
2009-07-16 Vincent Hanquezxenvm: switch the uuid into state instead of config.
2009-07-16 Vincent Hanquezmove daemonize as a command line argument
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.
next