core-admin/dom0
Alexandre Bezroutchko ca4367821e Improve handling of command line parameters, don't silently ignore unexpected arguments.
This is to avoid following behavior:

    [abb@dom0 qubes-core]$ qvm-block -l
    netvm:sda       STORAGE_DEVICE () 0 B
    dom0:sdb1       Cruzer () 3 GiB
    dom0:sdb        Cruzer () 3 GiB

    [abb@dom0 qubes-core]$ qvm-block -l
    netvm:sda       STORAGE_DEVICE () 0 B
    dom0:sdb1       Cruzer () 3 GiB
    dom0:sdb        Cruzer () 3 GiB

    [abb@dom0 qubes-core]$ qvm-block -a qdvp dom0:sdb

    [abb@dom0 qubes-core]$ qvm-block -l
    netvm:sda       STORAGE_DEVICE () 0 B
    dom0:sdb1       Cruzer () 3 GiB
    dom0:sdb        Cruzer () 3 GiB (attached to 'qdvp' as 'xvdi')

    [abb@dom0 qubes-core]$ qvm-block -d qdvp BLAHBLAH
                                          ^^^^^^^^^^^^^
    >>> The last parameter is silently ignored and all devices get detached

    [abb@dom0 qubes-core]$ qvm-block -l
    netvm:sda       STORAGE_DEVICE () 0 B
    dom0:sdb1       Cruzer () 3 GiB
    dom0:sdb        Cruzer () 3 GiB
2012-10-15 11:40:08 +02:00
..
aux-tools dom0: move RPC services to separate directory (#654) 2012-08-16 16:56:16 +02:00
clipboard_notifier Initial public commit. 2010-04-05 20:58:57 +02:00
dracut dom0/modules: support for pvops modules in dom0 2012-02-25 14:04:06 +01:00
icons dom0/dispvm: icons for DispVM 2012-03-07 17:04:25 +01:00
init.d dom0: cleanup dead DispVMs at system startup (#648) 2012-08-04 00:57:34 +02:00
misc dom0/appmenus: Rename dir entry for ServiceVMs (#627) 2012-07-15 02:41:23 +02:00
pm-utils dom0: call qrexec service while preparing NetVM for sleep (#617) 2012-07-13 14:44:11 +02:00
qmemman dom0/qmemman: fix reporting to qubes-manager 2012-08-16 16:56:55 +02:00
qubes_rpc dom0/qubes_rpc: mark untrusted variables (#654) 2012-08-16 16:56:55 +02:00
qvm-core start XS transaction before getting the list of domains 2012-10-08 00:48:20 +02:00
qvm-tools Improve handling of command line parameters, don't silently ignore unexpected arguments. 2012-10-15 11:40:08 +02:00
restore dom0/dispvm: by default use prerun script from inside of VM (#620) 2012-07-12 14:22:44 +02:00
vaio_fixes sony-vaio-fixes v1.6.1 2011-07-17 14:15:14 +02:00
qubes-cached.repo Dom0: set metadata_expiry=0 for qubes-dom0-cached repo 2011-07-30 14:07:35 +02:00
qubes-guid.desktop Automaticaly start qubes_guid for all VMs when user logon 2011-04-07 19:23:23 +02:00
qubes.sudoers dom0: do not require tty in sudo (for /etc/init.d/qubes_netvm start) 2011-06-29 21:22:56 +02:00