Marek Marczykowski
24b4e5efd0
dom0: use any python2, not explicit python2.6
...
Especially allow python 2.7 (fc18).
2013-01-23 06:28:07 +01:00
Marek Marczykowski
7363f477dc
dom0/core: when starting NetVM from other VM.start() pass the start() parameters
2013-01-23 06:27:03 +01:00
Marek Marczykowski
f3aab44798
dom0/core: fix qubes.xml load code (clockvm setting)
2013-01-23 02:04:34 +01:00
Marek Marczykowski
82f3092803
dom0/qvm-backup-restore: adjust for new QubesVmCollection API
2013-01-22 00:34:13 +01:00
Marek Marczykowski
3da1795e72
dom0/core: preserve VM label at VM clone
2013-01-22 00:31:18 +01:00
Marek Marczykowski
8600ea07b8
dom0/core: shutdown right VM (based on XID) in case of failed qrexec startup
...
The user can restart the VM in the meantime (especially when first startup
failed). Basing here on name will kill the new one VM instead of dead one.
2013-01-19 18:05:57 +01:00
Marek Marczykowski
52e16037f2
dom0/core: new QubesVmCollection.add_new_vm function
...
Generic function to add new VM of any type. Old add_*vm marked as depreciated.
2013-01-17 01:29:32 +01:00
Marek Marczykowski
84e85c6a9a
dom0/core: major rework of QubesVmCollection class
...
No longer individual QubesVm attributes hardcoded in QubesVmCollection
(qubes.xml load). Now it is integrated to QubesVm attributes machinery. Also
QubesVmCollection have no longer hardcoded supported VM types - this will
greatly improve code extension possibilities.
This commit doesn't cover QubesVmCollection.add_*vm methods (which are broken
for now because of missing "collection" argument to QubesVm constructor). This
will be done in next commit.
2013-01-17 01:18:42 +01:00
Marek Marczykowski
bc39e05a6a
dom0/core: enforce QubesHVm defaults in more elegant way
2013-01-17 01:16:51 +01:00
Marek Marczykowski
a2d387bebc
dom0/core: pass all args of QubesDom0NetVm constructor to base class
2013-01-17 01:01:18 +01:00
Marek Marczykowski
623e4ab8cc
dom0/core: remove unused function
2013-01-17 00:21:19 +01:00
Marek Marczykowski
73a540e5e5
dom0/core: save real netvm of DispVM
...
Netvm of DispVM is based on DispVM-template settings. So save the real one
instead of assuming default netvm.
2013-01-17 00:21:03 +01:00
Marek Marczykowski
367db74378
dom0/core: fix HVM settings on upgrade
2013-01-11 16:21:25 +01:00
Marek Marczykowski
2f5155437c
dom0/core: disable meminfo-writer for HVM by default
2013-01-11 01:12:30 +01:00
Olivier Medoc
3d096f69af
dom0/qvm-core: allow the user to select initial-memory != max-memory if meminfo-write service is enabled
2013-01-11 01:12:30 +01:00
Olivier Medoc
1f513edd2f
dom0/qvm-core: implemented guiagent_installed preference for HVm
2013-01-11 01:12:29 +01:00
Olivier Medoc
9ebfd63bef
dom0/qvm-core: normalized wait session code to be technology independent through the WaitForSession rpc call
2013-01-11 01:12:29 +01:00
Olivier Medoc
4fa76a5f79
core/tools: use gui notification for qvm-start
...
dom0/qvm-core: propagated notify_function to qrexec
2013-01-11 01:12:29 +01:00
Marek Marczykowski
55ae7df551
dom0: do not include VM name in iptables rules ( #698 )
2013-01-05 03:45:17 +01:00
Marek Marczykowski
0fefb7ce66
core/hvm: do not start stubdom-dhcp when VM not connected to netvm ( #697 )
2012-12-22 15:12:55 +01:00
Alexandre Bezroutchko
e58b432d09
dom0/pvusb: fix a typo in usb_find_unused_frontend()
2012-11-17 03:25:22 +01:00
Marek Marczykowski
e8e14f3fad
dom0/core: API CHANGE: pass username as keyword param to vm.run() ( #577 )
...
Get rid of ugly embedding username into commandline. This will make much easier
avoid hardcoding username in dom0 code.
Currently dom0 is free of hardcoded "user" username ("root" still is used).
2012-11-13 04:42:25 +01:00
Marek Marczykowski
272b6b7e1d
dom0/usb: "port" xenstore entry isn't encoded, so don't try to decode it
2012-11-08 03:57:04 +01:00
Alexandre Bezroutchko
42ae001b74
dom0/usb: cosmetic changes to warning messages displayed by qvm-usb tool
2012-11-08 02:59:55 +01:00
Alexandre Bezroutchko
f2b633756e
dom0+vm/usb: fixed a bug introduced in eb193fc870
2012-11-08 02:42:09 +01:00
Alexandre Bezroutchko
3f555e75a8
Merge branch 'pvusb2' of github.com:grwl/qubes-core into pvusb2
2012-11-08 01:32:04 +01:00
Alexandre Bezroutchko
5ad7e9622c
Merge branch 'master' of git://git.qubes-os.org/marmarek/core into pvusb2
2012-11-08 01:31:07 +01:00
Marek Marczykowski
6219ecd01c
dom0/core: increase default SWIOTLB size
...
Needed by some network devices like Realtek RTL8111DL.
2012-11-07 23:57:05 +01:00
Alexandre Bezroutchko
eb193fc870
dom0+vm/usb: sanitize data (USB device names) read from xenstore before use
2012-11-07 01:33:19 +01:00
Alexandre Bezroutchko
350ff3aaa1
dom0+vm/usb: encode/decode dots in USB device names when writing/reading xenstore
2012-11-07 01:14:12 +01:00
Alexandre Bezroutchko
14a1f9f67f
dom0+vm/usb: cosmetic - added comments to usb_find_unused_frontend()
2012-11-07 00:41:13 +01:00
Alexandre Bezroutchko
900e5327d2
dom0+vm/usb: improve error reporting in usb_find_unused_frontend()
2012-11-07 00:37:50 +01:00
Alexandre Bezroutchko
aeac4d20dc
dom0+vm/usb: bugfix in usb_find_unused_frontend()
2012-11-07 00:24:05 +01:00
Alexandre Bezroutchko
073ce8a683
dom0+vm/usb: completed support for usb versions, fixed a bug
2012-10-26 23:30:55 +02:00
Alexandre Bezroutchko
14fff45ddd
dom0+vm/usb: add USB version to device list displayed by qvm-usb -l'
2012-10-26 23:09:36 +02:00
Alexandre Bezroutchko
d37efe031e
dom0+vm/usb: added USB vesrion support to usb_setup() and usb_find_unused_frontend()
2012-10-24 22:30:42 +02:00
Marek Marczykowski
4b44a149c1
dom+vm/qvm-usb: improve handling devices like "2-1.4"
...
xenstore doesn't allow '.' in key name, so translate it to '_'
2012-10-23 05:42:39 +02:00
Alexandre Bezroutchko
9fe165ebb4
dom0/qvm-usb: Automatically create XS directory for USB devices
2012-10-21 14:59:40 +02:00
Alexandre Bezroutchko
743d93d8f0
dom0/qvm-usb: bugfix
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
9d77b3dd3c
dom0/qvm-usb: detach operation appears to work
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
b72db5cad8
dvp/qvm-usb: not going to implement explicit specification of USB frontend device/port
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
4bb1182228
dom0/qvm-usb: implemented automatic frontend/backend initialization on attach
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
a85d34a8b3
dom0/qvm-usb: partly implement usb_find_unused_frontend()
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
d613d6a04d
dom0/qvm-usb: attach works again for dom0 backend
2012-10-21 14:59:38 +02:00
Alexandre Bezroutchko
db4d49b19c
dom0+vm/qvm-usb: intermediate
2012-10-21 14:59:38 +02:00
Alexandre Bezroutchko
72fba0ac1b
dom0/qvm-usb: added usb_setup()
2012-10-21 14:59:37 +02:00
Alexandre Bezroutchko
17263c96b8
dom0/qvm-usb: fixed missing input validation
2012-10-21 14:59:37 +02:00
Alexandre Bezroutchko
b9b2077062
dom0/qvm-usb: display proper name of vm a device is attached to
2012-10-21 14:59:37 +02:00
Alexandre Bezroutchko
c8cb9d00ce
dom0/qvm-usb: use xs transaction
2012-10-21 14:59:36 +02:00
Alexandre Bezroutchko
0ef88be16d
dom0/qvm-usb: added description to usb_list() and usb_check_attached() methods
2012-10-21 14:59:36 +02:00