• M
    qemu: Shorten per-domain directory names · a89f05ba
    Martin Kletzander 提交于
    Per-domain directories were introduced in order to be able to
    completely separate security labels for each domain (commit
    f1f68ca3).  However when the domain
    name is long (let's say a ridiculous 110 characters), we cannot
    connect to the monitor socket because on length of UNIX socket address
    is limited.  In order to get around this, let's shorten it in similar
    fashion and in order to avoid conflicts, throw in an ID there as well.
    Also save that into the status XML and load the old status XMLs
    properly (to clean up after older domains).  That way we can change it
    in the future.
    
    The shortening can be seen in qemuxml2argv tests, for example in the
    hugepages-pages2 case.
    Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
    a89f05ba
qemuxml2argv-machine-keywrap-none.args 522 字节