]>
xenbits.xensource.com Git - xenclient/toolstack.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vincent Hanquez [Thu, 9 Apr 2009 11:56:51 +0000 (12:56 +0100)]
move write_string_to_file outside so that it can be use outside bind
Vincent Hanquez [Thu, 9 Apr 2009 11:56:08 +0000 (12:56 +0100)]
Merge commit 'ross/master'
Vincent Hanquez [Wed, 8 Apr 2009 11:58:09 +0000 (12:58 +0100)]
make sure we don't do process event for others VMs' devices.
Vincent Hanquez [Wed, 8 Apr 2009 11:47:09 +0000 (12:47 +0100)]
add a debug message when receiving callback for devices
Ross Philipson [Tue, 7 Apr 2009 14:45:39 +0000 (10:45 -0400)]
Added FLR step when devices are being bound by the toolstack.
Changes to be committed:
modified: xenops/device.ml
Vincent Hanquez [Tue, 7 Apr 2009 11:49:39 +0000 (12:49 +0100)]
Merge commit 'kamalan/master'
Vincent Hanquez [Tue, 7 Apr 2009 11:21:56 +0000 (12:21 +0100)]
xenstored: add a disable socket option.
Kamala Narasimhan [Mon, 6 Apr 2009 20:04:59 +0000 (16:04 -0400)]
Do not initialize hvm info table for xen 3.4. It gets done in libxc.
Reinitializing hvm info table wipes out some of the values set by libxc causing triple fault within guest.
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?
Prashanth Mundkur [Thu, 26 Mar 2009 18:24:43 +0000 (11:24 -0700)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
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.
Prashanth Mundkur [Tue, 24 Mar 2009 23:55:16 +0000 (16:55 -0700)]
Send startup and other errors on notification channel.
Prashanth Mundkur [Tue, 24 Mar 2009 23:54:40 +0000 (16:54 -0700)]
Log notifications.
Prashanth Mundkur [Tue, 24 Mar 2009 23:01:07 +0000 (16:01 -0700)]
Use notification codes instead of constants.
Prashanth Mundkur [Tue, 24 Mar 2009 23:00:33 +0000 (16:00 -0700)]
Use a string option helper.
Prashanth Mundkur [Fri, 20 Mar 2009 23:27:58 +0000 (16:27 -0700)]
[json] differentiate internal errors in test script
Prashanth Mundkur [Fri, 20 Mar 2009 23:13:29 +0000 (16:13 -0700)]
[json] properly print leading zero error in parse tester.
Prashanth Mundkur [Fri, 20 Mar 2009 23:05:02 +0000 (16:05 -0700)]
[json] fix typo in exception
Prashanth Mundkur [Fri, 20 Mar 2009 22:43:02 +0000 (15:43 -0700)]
[json] reject leading zeros in numbers according to spec
Prashanth Mundkur [Fri, 20 Mar 2009 22:09:45 +0000 (15:09 -0700)]
[json] add parsing test suite from JSON_checker project.
Prashanth Mundkur [Fri, 20 Mar 2009 22:03:17 +0000 (15:03 -0700)]
[json] make parse_test more unit-test friendly
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.
Prashanth Mundkur [Thu, 19 Mar 2009 23:12:35 +0000 (16:12 -0700)]
[json] keep count of parsed chars
Prashanth Mundkur [Thu, 19 Mar 2009 18:42:10 +0000 (11:42 -0700)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
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.
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.
Vincent Hanquez [Thu, 19 Mar 2009 07:36:09 +0000 (07:36 +0000)]
xenvm: generate a mac from some VM identification if mac=vm
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.
Vincent Hanquez [Thu, 19 Mar 2009 06:39:02 +0000 (06:39 +0000)]
xenvm: notify the listener when a VM report a crash.
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
Vincent Hanquez [Mon, 16 Mar 2009 15:35:38 +0000 (15:35 +0000)]
xenvm: write platform data into xenstore
Vincent Hanquez [Mon, 16 Mar 2009 15:33:27 +0000 (15:33 +0000)]
xenvm: add a passthrough "platform" xenstore flags
Prashanth Mundkur [Fri, 13 Mar 2009 16:35:48 +0000 (09:35 -0700)]
[json] Hook into the build.
Prashanth Mundkur [Fri, 13 Mar 2009 16:13:21 +0000 (09:13 -0700)]
[json] Add incremental json parser (no unicode support).
Vincent Hanquez [Fri, 6 Mar 2009 14:11:40 +0000 (14:11 +0000)]
stdext: add the Haskell either type
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
Vincent Hanquez [Tue, 19 Aug 2008 09:34:12 +0000 (10:34 +0100)]
update project.
Vincent Hanquez [Wed, 20 Aug 2008 12:07:48 +0000 (13:07 +0100)]
add missing file
Vincent Hanquez [Tue, 19 Aug 2008 09:33:54 +0000 (10:33 +0100)]
initial release