]>
xenbits.xensource.com Git - xenclient/toolstack.git/log
Jean Guyader [Tue, 15 Sep 2009 10:18:29 +0000 (11:18 +0100)]
Force the HYPERVISOR CPUID bit for hvm guest.
Vincent Hanquez [Tue, 8 Sep 2009 14:55:52 +0000 (15:55 +0100)]
set affinity carefully for each cpus specified after building domain.
Vincent Hanquez [Tue, 8 Sep 2009 14:50:14 +0000 (15:50 +0100)]
augment the cpus_affinity config when adding a id:v1,v2,... to cpus-affinity config.
Vincent Hanquez [Tue, 8 Sep 2009 14:45:20 +0000 (15:45 +0100)]
add cpu affinity in the config
Jean Guyader [Mon, 7 Sep 2009 10:56:29 +0000 (11:56 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Jean Guyader [Mon, 7 Sep 2009 10:55:31 +0000 (11:55 +0100)]
Remove loud debug message.
Vincent Hanquez [Mon, 7 Sep 2009 10:46:22 +0000 (11:46 +0100)]
add xenvm unique identifier (vm's uuid) in log when using syslog
Alexandre Bique [Tue, 4 Aug 2009 11:50:06 +0000 (11:50 +0000)]
Passing the bsg device to qemu if we find any cdrom drive.:wq
Jean Guyader [Sun, 30 Aug 2009 14:03:10 +0000 (15:03 +0100)]
qemu-dm-wrapper: Log under syslog
Jean Guyader [Sun, 30 Aug 2009 06:01:54 +0000 (07:01 +0100)]
Add VmRebooted state
Jean Guyader [Sun, 30 Aug 2009 05:47:31 +0000 (06:47 +0100)]
doflr even if already bound to pciback
Do a flr on the device even if is already bound into pciback.
Jean Guyader [Sun, 30 Aug 2009 00:13:19 +0000 (01:13 +0100)]
Pause the vm once is created only if startup = paused.
Jean Guyader [Sat, 29 Aug 2009 21:24:37 +0000 (22:24 +0100)]
Move the flr calling script into the do_flr function.
Make the path fixed "/opt/xensource/libexec/pci-flr.
Vincent Hanquez [Fri, 28 Aug 2009 14:40:58 +0000 (15:40 +0100)]
add a script that will trigger (if here) pre and post flr on a PCI device.
Jon Ludlam [Wed, 26 Aug 2009 10:55:09 +0000 (11:55 +0100)]
Enable switching of a nic's bridge
Vincent Hanquez [Wed, 26 Aug 2009 09:43:51 +0000 (10:43 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Vincent Hanquez [Wed, 26 Aug 2009 09:41:31 +0000 (10:41 +0100)]
add an exception handler in the threaded case.
make sure an exception in the threaded case received will return an error to the caller.
Jon Ludlam [Tue, 25 Aug 2009 17:21:55 +0000 (18:21 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Conflicts:
xenvm/tasks.ml
Jon Ludlam [Tue, 25 Aug 2009 17:18:12 +0000 (18:18 +0100)]
Add ability to eject and insert CDs
Vincent Hanquez [Tue, 25 Aug 2009 16:55:17 +0000 (17:55 +0100)]
replace - by _ in method name when using dbus to transport RPC.
Vincent Hanquez [Tue, 25 Aug 2009 16:45:49 +0000 (17:45 +0100)]
Revert "Replace - with _ in xenvm cmd names as - is illegal in dbus RPC method names"
This reverts commit
daa7f7189ede5e024093bff6f5a1595437a30f1d .
Vincent Hanquez [Tue, 25 Aug 2009 16:45:16 +0000 (17:45 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Vincent Hanquez [Tue, 25 Aug 2009 16:44:37 +0000 (17:44 +0100)]
if the lib return a negative value propagate the exception upwards
Vincent Hanquez [Tue, 25 Aug 2009 16:44:17 +0000 (17:44 +0100)]
add proper error if the hypercall failed to get sstate
Vincent Hanquez [Tue, 25 Aug 2009 16:43:38 +0000 (17:43 +0100)]
update some cpuid comments and add a couple of values
Vincent Hanquez [Tue, 25 Aug 2009 13:43:15 +0000 (14:43 +0100)]
Merge commit 'origin/master'
Vincent Hanquez [Tue, 25 Aug 2009 13:25:20 +0000 (14:25 +0100)]
"vkbd" is the correct node name for the virtual keyboard. not "vkb".
Vincent Hanquez [Tue, 25 Aug 2009 13:25:12 +0000 (14:25 +0100)]
use the correct node for the backend of vfb
Jon Ludlam [Tue, 25 Aug 2009 13:21:04 +0000 (14:21 +0100)]
Replace - with _ in xenvm cmd names as - is illegal in dbus RPC method names
Jon Ludlam [Tue, 25 Aug 2009 12:24:19 +0000 (13:24 +0100)]
Generate MAC/bridge on reading the config file rather than on starting the VM
Vincent Hanquez [Fri, 21 Aug 2009 15:30:00 +0000 (16:30 +0100)]
prepend a uuid_ to bus name uuid part
fix bug when the bus name starts with a digit 0-9 (uuid starts with 0-9) and
elements between should not start with a digit unless the bus name start with a
colon character.
Vincent Hanquez [Thu, 20 Aug 2009 08:29:07 +0000 (09:29 +0100)]
xenvm default the monitor on dbus instead of json.
use "--monitor-dbus false --monitor-json true" in xenvm cmdline to go back to
the previous behaviour.
Vincent Hanquez [Thu, 20 Aug 2009 08:25:21 +0000 (09:25 +0100)]
add pci hotplug capability in xenstore
also use the xenstore signal instead of the unix signal to signal ioemu.
patch from Dave Scott.
Vincent Hanquez [Tue, 18 Aug 2009 17:26:38 +0000 (18:26 +0100)]
change name of xenvm-cmd.ml to workaround an ocaml compiler warning about invalid module name
Vincent Hanquez [Tue, 18 Aug 2009 17:24:20 +0000 (18:24 +0100)]
add an option to xenvm to be able to specify to use the socket monitor
Vincent Hanquez [Tue, 18 Aug 2009 16:04:40 +0000 (17:04 +0100)]
Merge commit 'origin/master'
Vincent Hanquez [Tue, 18 Aug 2009 15:59:03 +0000 (16:59 +0100)]
state which tasks requires threading and which one doesn't.
Jean Guyader [Mon, 17 Aug 2009 16:30:01 +0000 (17:30 +0100)]
- Make CFLAGS overwritable
- Use LDFLAGS when we link
Jon Ludlam [Thu, 13 Aug 2009 12:24:11 +0000 (13:24 +0100)]
Fix the allocation of IDs to NICs. All NICs now have a unique ID allocated on reading the config file (if one hasn't been specified)
Vincent Hanquez [Mon, 17 Aug 2009 12:32:53 +0000 (13:32 +0100)]
grab bus name org.xen.vm.%uuid and process message correctly.
also flush the queue after making the list, instead of queueing them indefinitely.
Vincent Hanquez [Mon, 17 Aug 2009 12:12:08 +0000 (13:12 +0100)]
quit if the monitor is quitting
Vincent Hanquez [Mon, 17 Aug 2009 12:11:34 +0000 (13:11 +0100)]
use the new check function to check for xenvm
Vincent Hanquez [Mon, 17 Aug 2009 12:11:18 +0000 (13:11 +0100)]
add a xenvm check function that known how to check on dbus too.
Vincent Hanquez [Mon, 17 Aug 2009 12:10:49 +0000 (13:10 +0100)]
put parameters in the message with proper signature
Vincent Hanquez [Mon, 17 Aug 2009 12:07:27 +0000 (13:07 +0100)]
remove one xenvmlib
Vincent Hanquez [Mon, 17 Aug 2009 09:51:15 +0000 (10:51 +0100)]
add support for doing client xenvm queries over dBus
Vincent Hanquez [Mon, 17 Aug 2009 09:50:54 +0000 (10:50 +0100)]
take the method name from the message itself, not from its argument
Vincent Hanquez [Thu, 13 Aug 2009 10:33:35 +0000 (11:33 +0100)]
add a caching ability for dbus connection.
dbus bus is not reopen at each notification
Vincent Hanquez [Thu, 13 Aug 2009 10:06:59 +0000 (11:06 +0100)]
add ability to start the dbus monitor on session bus instead of system bus
Vincent Hanquez [Thu, 13 Aug 2009 10:00:26 +0000 (11:00 +0100)]
add a way to specify which monitor to start. dbus and/or unix_json.
Vincent Hanquez [Thu, 13 Aug 2009 09:55:04 +0000 (10:55 +0100)]
add ability to receive message from thread with a queue that we actively check.
future work will involve beeing wakeup where there's actual events, instead of checking every 200ms.
Vincent Hanquez [Wed, 12 Aug 2009 14:56:39 +0000 (15:56 +0100)]
make the dbus monitor execute tasks
note: that until the queue process is done, all actions are executed
in the context of the monitor thread, so will blocks all others operations.
Vincent Hanquez [Wed, 12 Aug 2009 14:55:16 +0000 (15:55 +0100)]
add a need_threading for tasks to represent the tasks that need to be running in a thread
Vincent Hanquez [Wed, 12 Aug 2009 14:28:28 +0000 (15:28 +0100)]
add a way to specify to use session dbus for testing purpose
Vincent Hanquez [Wed, 12 Aug 2009 12:53:33 +0000 (13:53 +0100)]
add a main monitor thread that control the quit functionality.
also add the skeleton for starting a dbus monitor where to receive RPCs.
Vincent Hanquez [Tue, 11 Aug 2009 17:15:08 +0000 (18:15 +0100)]
document new display options and remove vnc and vnc keymap
Vincent Hanquez [Tue, 11 Aug 2009 17:00:31 +0000 (18:00 +0100)]
add a rebooting state so that it can be reported and/or acted on.
Vincent Hanquez [Tue, 11 Aug 2009 16:09:47 +0000 (17:09 +0100)]
add display config option that permit to have vnc or others type of display.
remove old vnc and vnckeymap config options, since they are superseded by
the display config option. no display imply the same vnc port with en-us keymap
that before this commit
Vincent Hanquez [Tue, 11 Aug 2009 12:42:01 +0000 (13:42 +0100)]
update readme to have possible config parameters listed in nice tables.
Vincent Hanquez [Mon, 10 Aug 2009 17:18:12 +0000 (18:18 +0100)]
add a config option to not start qemu in the pv case. solve the problem on relying on vnc
to start qemu or not.
Vincent Hanquez [Mon, 10 Aug 2009 13:48:31 +0000 (14:48 +0100)]
add Vkb module
Vincent Hanquez [Mon, 10 Aug 2009 13:46:49 +0000 (14:46 +0100)]
add online node into vfb's backend
Vincent Hanquez [Mon, 10 Aug 2009 13:46:34 +0000 (14:46 +0100)]
add protocol node into vfb's frontend
Vincent Hanquez [Mon, 10 Aug 2009 13:44:08 +0000 (14:44 +0100)]
fix indentation
Vincent Hanquez [Mon, 10 Aug 2009 13:43:47 +0000 (14:43 +0100)]
fix Vfb backend to be correctly created in domain 0, not in the domain that we are adding the device to.
Prashanth Mundkur [Fri, 31 Jul 2009 04:17:05 +0000 (21:17 -0700)]
[dbus_server] support immutable properties
Ross Philipson [Tue, 4 Aug 2009 17:19:36 +0000 (13:19 -0400)]
Added SMBIOS pt of table type 2.
Changes to be committed:
modified: xenguest/smbios_decode.c
Vincent Hanquez [Thu, 30 Jul 2009 20:44:13 +0000 (21:44 +0100)]
fill the front and back table with the minimum items when creating the Vfb device in xenstore
Vincent Hanquez [Thu, 30 Jul 2009 18:11:53 +0000 (19:11 +0100)]
fix vnc specification in qemu call to include the bind address
Vincent Hanquez [Thu, 30 Jul 2009 14:29:39 +0000 (15:29 +0100)]
on dbus notification reply with a path that is valid. replacing - by _ in the uuid.
Vincent Hanquez [Thu, 30 Jul 2009 14:19:19 +0000 (15:19 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Vincent Hanquez [Thu, 30 Jul 2009 14:17:28 +0000 (15:17 +0100)]
start device model in pv case to have vfb device
Vincent Hanquez [Thu, 30 Jul 2009 14:17:11 +0000 (15:17 +0100)]
don't start vncterm anymore in the PV case
Vincent Hanquez [Thu, 30 Jul 2009 14:16:36 +0000 (15:16 +0100)]
add a vfb device on pv case if vnc has been specified
Vincent Hanquez [Thu, 30 Jul 2009 14:15:11 +0000 (15:15 +0100)]
add Vfb to the hotplug code
Vincent Hanquez [Thu, 30 Jul 2009 14:14:21 +0000 (15:14 +0100)]
expose Vfb
Vincent Hanquez [Thu, 30 Jul 2009 13:50:20 +0000 (14:50 +0100)]
add vfb stuff in the core of xenops.
Vincent Hanquez [Thu, 30 Jul 2009 13:49:06 +0000 (14:49 +0100)]
add support to start qemu for framebuffer on pv
Vincent Hanquez [Thu, 30 Jul 2009 13:41:12 +0000 (14:41 +0100)]
remove newline when using debug. otherwise 2 newlines appears in the log
Prashanth Mundkur [Thu, 30 Jul 2009 00:29:59 +0000 (17:29 -0700)]
[dbus_server] add validity checks to property setters
Prashanth Mundkur [Wed, 29 Jul 2009 22:37:53 +0000 (15:37 -0700)]
[dbus_server] restructure properties interface to reduce boilerplate
Vincent Hanquez [Wed, 29 Jul 2009 10:50:45 +0000 (11:50 +0100)]
use debug module that can be dynamically activated and redirected instead of printf.
Vincent Hanquez [Wed, 29 Jul 2009 00:46:08 +0000 (01:46 +0100)]
fix pci to have the required id
Vincent Hanquez [Wed, 29 Jul 2009 00:40:41 +0000 (01:40 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/toolstack
Vincent Hanquez [Wed, 29 Jul 2009 00:23:13 +0000 (01:23 +0100)]
add RPC to add disk/nic/pci
Prashanth Mundkur [Tue, 28 Jul 2009 22:10:08 +0000 (15:10 -0700)]
[common] add dbus_server utility module
Daniel Ferstay [Tue, 28 Jul 2009 02:42:50 +0000 (19:42 -0700)]
[http uri] Trailing slashes in URIs were being discarded.
Kamala Narasimhan [Tue, 28 Jul 2009 01:31:48 +0000 (21:31 -0400)]
Initialize SMBIOS oem types header whether or not oem types pass through is specified in the config file.
Vincent Hanquez [Sun, 26 Jul 2009 11:40:05 +0000 (12:40 +0100)]
update a bit the README file.
Vincent Hanquez [Sat, 25 Jul 2009 21:21:50 +0000 (22:21 +0100)]
warn is error on partial application
Vincent Hanquez [Fri, 24 Jul 2009 16:47:19 +0000 (17:47 +0100)]
don't compile common/test. need fixing.
Vincent Hanquez [Fri, 24 Jul 2009 16:47:06 +0000 (17:47 +0100)]
find dBus directly in the ocaml path.
Jean-Sebastien Legare [Fri, 24 Jul 2009 14:50:36 +0000 (07:50 -0700)]
[whitespace] no line at the end of .gitignore
Prashanth Mundkur [Thu, 23 Jul 2009 22:03:54 +0000 (15:03 -0700)]
[http] add uri parsing support
Jean-Sebastien Legare [Wed, 22 Jul 2009 09:38:57 +0000 (02:38 -0700)]
[eventloop] Added asap events to support delayed callbacks.
This adds a call "start_timer_asap" which behaves as if a timer had
been added with a trigger time == now.
Jean-Sebastien Legare [Mon, 20 Jul 2009 13:59:16 +0000 (06:59 -0700)]
[common/test] Added eventloop dbus tests as part of the build.
[ignores] Ignored test binaries and side effect files
Kamala Narasimhan [Thu, 23 Jul 2009 15:45:10 +0000 (11:45 -0400)]
SMBIOS OEM types pass-through.
SMBIOS OEM type numbers to pass-through can be provided through a new config file option -
smbios-oem-types-pt which takes a comma seperated list of OEM type numbers.
Vincent Hanquez [Thu, 23 Jul 2009 13:23:19 +0000 (14:23 +0100)]
fix the empty string serial argument
Vincent Hanquez [Thu, 23 Jul 2009 13:20:41 +0000 (14:20 +0100)]
use a specific config reader for memory since the set/get expect a value in kilobytes
whereas the config file is in megabytes
Vincent Hanquez [Wed, 22 Jul 2009 16:56:54 +0000 (17:56 +0100)]
reorganize notify to send notification more cleanly on failure (fd leaking
otherwise) and also implement the dbus notification.