]> xenbits.xensource.com Git - xenclient/toolstack.git/log
xenclient/toolstack.git
16 years agoCatch unknown base types.
Prashanth Mundkur [Wed, 8 Apr 2009 16:57:55 +0000 (09:57 -0700)]
Catch unknown base types.

16 years ago[json] add auto-generated message; minor cleanups
Prashanth Mundkur [Tue, 7 Apr 2009 21:03:19 +0000 (14:03 -0700)]
[json] add auto-generated message; minor cleanups

16 years ago[json] finish json<->ocaml converter (modulo testing)
Prashanth Mundkur [Tue, 7 Apr 2009 19:27:25 +0000 (12:27 -0700)]
[json] finish json<->ocaml converter (modulo testing)

16 years agocompleted json_to_<ocaml> code gen
Prashanth Mundkur [Tue, 7 Apr 2009 19:05:15 +0000 (12:05 -0700)]
completed json_to_<ocaml> code gen

16 years ago[json] half-done json<->ocaml conv generator
Prashanth Mundkur [Mon, 6 Apr 2009 21:41:29 +0000 (14:41 -0700)]
[json] half-done json<->ocaml conv generator
    <ocaml>_to_json should be basically done; json_to_<ocaml> remains.
    Made a minor directory reorg, and added an omakefile to ease standalone builds.

16 years agofix record handling, and other minor fixes
Prashanth Mundkur [Mon, 6 Apr 2009 21:06:17 +0000 (14:06 -0700)]
fix record handling, and other minor fixes

16 years agosome fixes from testing
Prashanth Mundkur [Mon, 6 Apr 2009 20:38:18 +0000 (13:38 -0700)]
some fixes from testing

16 years agofirst cut at codegen of _to_json
Prashanth Mundkur [Mon, 6 Apr 2009 18:43:15 +0000 (11:43 -0700)]
first cut at codegen of _to_json

16 years agorename _prod to _tuple
Prashanth Mundkur [Mon, 6 Apr 2009 18:42:07 +0000 (11:42 -0700)]
rename _prod to _tuple

16 years ago[json] Add omakefile for standalone builds
Prashanth Mundkur [Fri, 3 Apr 2009 05:26:56 +0000 (22:26 -0700)]
[json] Add omakefile for standalone builds

16 years ago[json] in-progress code-generation
Prashanth Mundkur [Fri, 3 Apr 2009 05:26:09 +0000 (22:26 -0700)]
[json] in-progress code-generation

16 years ago[json] add conversions for base_types
Prashanth Mundkur [Thu, 2 Apr 2009 19:16:30 +0000 (12:16 -0700)]
[json] add conversions for base_types

16 years ago[json] add files for json<->ocaml converter
Prashanth Mundkur [Thu, 2 Apr 2009 18:31:49 +0000 (11:31 -0700)]
[json] add files for json<->ocaml converter

16 years ago[json] minor directory reorg
Prashanth Mundkur [Thu, 2 Apr 2009 18:27:18 +0000 (11:27 -0700)]
[json] minor directory reorg

16 years agoFix a typo that caused pci bind errors. Did pci bind even work before this?
Prashanth Mundkur [Fri, 27 Mar 2009 02:03:22 +0000 (19:03 -0700)]
Fix a typo that caused pci bind errors.  Did pci bind even work before this?

16 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Prashanth Mundkur [Thu, 26 Mar 2009 18:24:43 +0000 (11:24 -0700)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack

16 years agoCheck whether or not exposing extended power management to guest would make sense...
Kamala Narasimhan [Tue, 24 Mar 2009 02:48:18 +0000 (22:48 -0400)]
Check whether or not exposing extended power management to guest would make sense for the current environment.

For example, for non-mobile environment with no underlying battery device, it doesn't make sense to expose battery in vACPI
layer as the power meter information which is provided by the underlying firmware through dom0 driver will simply not be available.

16 years agoSend startup and other errors on notification channel.
Prashanth Mundkur [Tue, 24 Mar 2009 23:55:16 +0000 (16:55 -0700)]
Send startup and other errors on notification channel.

16 years agoLog notifications.
Prashanth Mundkur [Tue, 24 Mar 2009 23:54:40 +0000 (16:54 -0700)]
Log notifications.

16 years agoUse notification codes instead of constants.
Prashanth Mundkur [Tue, 24 Mar 2009 23:01:07 +0000 (16:01 -0700)]
Use notification codes instead of constants.

16 years agoUse a string option helper.
Prashanth Mundkur [Tue, 24 Mar 2009 23:00:33 +0000 (16:00 -0700)]
Use a string option helper.

16 years ago[json] differentiate internal errors in test script
Prashanth Mundkur [Fri, 20 Mar 2009 23:27:58 +0000 (16:27 -0700)]
[json] differentiate internal errors in test script

16 years ago[json] properly print leading zero error in parse tester.
Prashanth Mundkur [Fri, 20 Mar 2009 23:13:29 +0000 (16:13 -0700)]
[json] properly print leading zero error in parse tester.

16 years ago[json] fix typo in exception
Prashanth Mundkur [Fri, 20 Mar 2009 23:05:02 +0000 (16:05 -0700)]
[json] fix typo in exception

16 years ago[json] reject leading zeros in numbers according to spec
Prashanth Mundkur [Fri, 20 Mar 2009 22:43:02 +0000 (15:43 -0700)]
[json] reject leading zeros in numbers according to spec

16 years ago[json] add parsing test suite from JSON_checker project.
Prashanth Mundkur [Fri, 20 Mar 2009 22:09:45 +0000 (15:09 -0700)]
[json] add parsing test suite from JSON_checker project.

16 years ago[json] make parse_test more unit-test friendly
Prashanth Mundkur [Fri, 20 Mar 2009 22:03:17 +0000 (15:03 -0700)]
[json] make parse_test more unit-test friendly

16 years ago[json] Generate errors for trailing comma in array, and for unterminated values.
Prashanth Mundkur [Fri, 20 Mar 2009 22:01:37 +0000 (15:01 -0700)]
[json] Generate errors for trailing comma in array, and for unterminated values.

16 years ago[json] keep count of parsed chars
Prashanth Mundkur [Thu, 19 Mar 2009 23:12:35 +0000 (16:12 -0700)]
[json] keep count of parsed chars

16 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Prashanth Mundkur [Thu, 19 Mar 2009 18:42:10 +0000 (11:42 -0700)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack

16 years agoxenvm: add restore-no-del to be able to restore without deleting the suspend image.
Vincent Hanquez [Thu, 19 Mar 2009 16:20:07 +0000 (16:20 +0000)]
xenvm: add restore-no-del to be able to restore without deleting the suspend image.

16 years agoxenvm: auto bind PCI if it's specified "bind" in the pci's config description.
Vincent Hanquez [Thu, 19 Mar 2009 07:46:31 +0000 (07:46 +0000)]
xenvm: auto bind PCI if it's specified "bind" in the pci's config description.

16 years agoxenvm: generate a mac from some VM identification if mac=vm
Vincent Hanquez [Thu, 19 Mar 2009 07:36:09 +0000 (07:36 +0000)]
xenvm: generate a mac from some VM identification if mac=vm

16 years agoxenvm: move a bit the MAC random generation so that we can have later a more predicta...
Vincent Hanquez [Thu, 19 Mar 2009 06:56:36 +0000 (06:56 +0000)]
xenvm: move a bit the MAC random generation so that we can have later a more predictable to generate one MAC.

16 years agoxenvm: notify the listener when a VM report a crash.
Vincent Hanquez [Thu, 19 Mar 2009 06:39:02 +0000 (06:39 +0000)]
xenvm: notify the listener when a VM report a crash.

16 years agoModified ACPI/SMBIOS pass-through so failures do not prevent VMs
Ross Philipson [Mon, 16 Mar 2009 18:54:21 +0000 (14:54 -0400)]
Modified ACPI/SMBIOS pass-through so failures do not prevent VMs
from starting. Added a logging macro.

 Changes to be committed:
modified:   xenguest/acpi_decode.c
modified:   xenguest/smbios_decode.c
modified:   xenguest/xenguest_stubs.c
modified:   xenguest/xenguest_utils.h

16 years agoxenvm: write platform data into xenstore
Vincent Hanquez [Mon, 16 Mar 2009 15:35:38 +0000 (15:35 +0000)]
xenvm: write platform data into xenstore

16 years agoxenvm: add a passthrough "platform" xenstore flags
Vincent Hanquez [Mon, 16 Mar 2009 15:33:27 +0000 (15:33 +0000)]
xenvm: add a passthrough "platform" xenstore flags

16 years ago[json] Hook into the build.
Prashanth Mundkur [Fri, 13 Mar 2009 16:35:48 +0000 (09:35 -0700)]
[json] Hook into the build.

16 years ago[json] Add incremental json parser (no unicode support).
Prashanth Mundkur [Fri, 13 Mar 2009 16:13:21 +0000 (09:13 -0700)]
[json]  Add incremental json parser (no unicode support).

16 years agostdext: add the Haskell either type
Vincent Hanquez [Fri, 6 Mar 2009 14:11:40 +0000 (14:11 +0000)]
stdext: add the Haskell either type

16 years agoAdd serial parameter support to xenvm config file (support HVM debugging
Ross Philipson [Tue, 24 Feb 2009 21:41:40 +0000 (16:41 -0500)]
Add serial parameter support to xenvm config file (support HVM debugging
for starters).

 Changes to be committed:
modified:   xenvm/vmact.ml
modified:   xenvm/vmconfig.ml
modified:   xenvm/xenvm.readme

16 years agoupdate project. public/master
Vincent Hanquez [Tue, 19 Aug 2008 09:34:12 +0000 (10:34 +0100)]
update project.

16 years agoadd missing file
Vincent Hanquez [Wed, 20 Aug 2008 12:07:48 +0000 (13:07 +0100)]
add missing file

16 years agoinitial release
Vincent Hanquez [Tue, 19 Aug 2008 09:33:54 +0000 (10:33 +0100)]
initial release