qemu_command.c 342.5 KB
Newer Older
1 2 3
/*
 * qemu_command.c: QEMU command generation
 *
4
 * Copyright (C) 2006-2016 Red Hat, Inc.
5 6 7 8 9 10 11 12 13 14 15 16 17
 * Copyright (C) 2006 Daniel P. Berrange
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
18
 * License along with this library.  If not, see
O
Osier Yang 已提交
19
 * <http://www.gnu.org/licenses/>.
20 21 22 23 24 25 26
 *
 * Author: Daniel P. Berrange <berrange@redhat.com>
 */

#include <config.h>

#include "qemu_command.h"
27
#include "qemu_hostdev.h"
28
#include "qemu_capabilities.h"
29
#include "qemu_interface.h"
30
#include "qemu_alias.h"
31
#include "qemu_security.h"
32
#include "qemu_block.h"
33
#include "cpu/cpu.h"
34
#include "dirname.h"
35
#include "viralloc.h"
36
#include "virlog.h"
37
#include "virarch.h"
38
#include "virerror.h"
E
Eric Blake 已提交
39
#include "virfile.h"
40
#include "virnetdev.h"
41
#include "virnetdevbridge.h"
42
#include "virqemu.h"
43
#include "virstring.h"
44
#include "virtime.h"
45
#include "viruuid.h"
46
#include "domain_nwfilter.h"
47
#include "domain_addr.h"
48
#include "domain_audit.h"
M
Michal Novotny 已提交
49
#include "domain_conf.h"
50
#include "netdev_bandwidth_conf.h"
51
#include "snapshot_conf.h"
52
#include "storage_conf.h"
53
#include "secret_conf.h"
54
#include "virnetdevtap.h"
55
#include "virnetdevopenvswitch.h"
56
#include "device_conf.h"
57
#include "virstoragefile.h"
58
#include "virtpm.h"
59
#include "virscsi.h"
60
#include "virnuma.h"
61
#include "virgic.h"
62
#include "virmdev.h"
63 64 65
#if defined(__linux__)
# include <linux/capability.h>
#endif
66
#include "logging/log_manager.h"
67 68 69 70 71 72

#include <sys/stat.h>
#include <fcntl.h>

#define VIR_FROM_THIS VIR_FROM_QEMU

73 74
VIR_LOG_INIT("qemu.qemu_command");

75 76 77 78 79 80 81 82 83
VIR_ENUM_DECL(virDomainDiskQEMUBus)
VIR_ENUM_IMPL(virDomainDiskQEMUBus, VIR_DOMAIN_DISK_BUS_LAST,
              "ide",
              "floppy",
              "scsi",
              "virtio",
              "xen",
              "usb",
              "uml",
84 85
              "sata",
              "sd")
86 87 88 89 90 91 92 93


VIR_ENUM_DECL(qemuDiskCacheV2)

VIR_ENUM_IMPL(qemuDiskCacheV2, VIR_DOMAIN_DISK_CACHE_LAST,
              "default",
              "none",
              "writethrough",
94
              "writeback",
95 96
              "directsync",
              "unsafe");
97 98

VIR_ENUM_IMPL(qemuVideo, VIR_DOMAIN_VIDEO_TYPE_LAST,
99
              "", /* default value, we shouldn't see this */
100 101 102
              "std",
              "cirrus",
              "vmware",
103
              "", /* don't support xen */
104
              "", /* don't support vbox */
105
              "qxl",
M
Marc-André Lureau 已提交
106
              "", /* don't support parallels */
F
Fabian Freyer 已提交
107 108
              "", /* no need for virtio */
              "" /* don't support gop */);
109

110 111 112
VIR_ENUM_DECL(qemuDeviceVideo)

VIR_ENUM_IMPL(qemuDeviceVideo, VIR_DOMAIN_VIDEO_TYPE_LAST,
113
              "", /* default value, we shouldn't see this */
114 115 116
              "VGA",
              "cirrus-vga",
              "vmware-svga",
117
              "", /* don't support xen */
118
              "", /* don't support vbox */
119
              "qxl-vga",
M
Marc-André Lureau 已提交
120
              "", /* don't support parallels */
F
Fabian Freyer 已提交
121 122
              "virtio-vga",
              "" /* don't support gop */);
123

124 125 126
VIR_ENUM_DECL(qemuDeviceVideoSecondary)

VIR_ENUM_IMPL(qemuDeviceVideoSecondary, VIR_DOMAIN_VIDEO_TYPE_LAST,
127
              "", /* default value, we shouldn't see this */
128 129 130 131 132 133 134
              "", /* no secondary device for VGA */
              "", /* no secondary device for cirrus-vga */
              "", /* no secondary device for vmware-svga */
              "", /* don't support xen */
              "", /* don't support vbox */
              "qxl",
              "", /* don't support parallels */
135
              "virtio-gpu",
F
Fabian Freyer 已提交
136
              "" /* don't support gop */);
137

138 139 140 141 142 143
VIR_ENUM_DECL(qemuSoundCodec)

VIR_ENUM_IMPL(qemuSoundCodec, VIR_DOMAIN_SOUND_CODEC_TYPE_LAST,
              "hda-duplex",
              "hda-micro");

144 145 146 147 148 149 150 151 152 153 154
VIR_ENUM_DECL(qemuControllerModelUSB)

VIR_ENUM_IMPL(qemuControllerModelUSB, VIR_DOMAIN_CONTROLLER_MODEL_USB_LAST,
              "piix3-usb-uhci",
              "piix4-usb-uhci",
              "usb-ehci",
              "ich9-usb-ehci1",
              "ich9-usb-uhci1",
              "ich9-usb-uhci2",
              "ich9-usb-uhci3",
              "vt82c686b-usb-uhci",
G
Gerd Hoffmann 已提交
155
              "pci-ohci",
156
              "nec-usb-xhci",
157 158
              "qusb1",
              "qusb2",
159
              "qemu-xhci",
160
              "none");
161

162 163 164 165
VIR_ENUM_DECL(qemuDomainFSDriver)
VIR_ENUM_IMPL(qemuDomainFSDriver, VIR_DOMAIN_FS_DRIVER_TYPE_LAST,
              "local",
              "local",
166
              "handle",
167
              NULL,
D
Dmitry Guryanov 已提交
168
              NULL,
169
              NULL);
170

171 172 173 174 175
VIR_ENUM_DECL(qemuNumaPolicy)
VIR_ENUM_IMPL(qemuNumaPolicy, VIR_DOMAIN_NUMATUNE_MEM_LAST,
              "bind",
              "preferred",
              "interleave");
176

177

178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
/**
 * qemuBuildHasMasterKey:
 * @qemuCaps: QEMU binary capabilities
 *
 * Return true if this binary supports the secret -object, false otherwise.
 */
static bool
qemuBuildHasMasterKey(virQEMUCapsPtr qemuCaps)
{
    return virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_SECRET);
}


/**
 * qemuBuildMasterKeyCommandLine:
 * @cmd: the command to modify
 * @qemuCaps qemu capabilities object
 * @domainLibDir: location to find the master key

 * Formats the command line for a master key if available
 *
 * Returns 0 on success, -1 w/ error message on failure
 */
static int
qemuBuildMasterKeyCommandLine(virCommandPtr cmd,
203
                              qemuDomainObjPrivatePtr priv)
204 205 206 207
{
    int ret = -1;
    char *alias = NULL;
    char *path = NULL;
208
    virBuffer buf = VIR_BUFFER_INITIALIZER;
209 210 211 212 213

    /* If the -object secret does not exist, then just return. This just
     * means the domain won't be able to use a secret master key and is
     * not a failure.
     */
214
    if (!qemuBuildHasMasterKey(priv->qemuCaps)) {
215 216 217 218 219 220 221 222 223 224 225 226
        VIR_INFO("secret object is not supported by this QEMU binary");
        return 0;
    }

    if (!(alias = qemuDomainGetMasterKeyAlias()))
        return -1;

    /* Get the path. NB, the mocked test will not have the created
     * file so we cannot check for existence, which is no different
     * than other command line options which do not check for the
     * existence of socket files before using.
     */
227
    if (!(path = qemuDomainGetMasterKeyFilePath(priv->libDir)))
228 229 230
        goto cleanup;

    virCommandAddArg(cmd, "-object");
231
    virBufferAsprintf(&buf, "secret,id=%s,format=raw,file=", alias);
232
    virQEMUBuildBufferEscapeComma(&buf, path);
233
    virCommandAddArgBuffer(cmd, &buf);
234 235 236 237

    ret = 0;

 cleanup:
238
    virBufferFreeAndReset(&buf);
239 240 241 242 243 244
    VIR_FREE(alias);
    VIR_FREE(path);
    return ret;
}


245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
/**
 * qemuVirCommandGetFDSet:
 * @cmd: the command to modify
 * @fd: fd to reassign to the child
 *
 * Get the parameters for the QEMU -add-fd command line option
 * for the given file descriptor. The file descriptor must previously
 * have been 'transferred' in a virCommandPassFD() call.
 * This function for example returns "set=10,fd=20".
 */
static char *
qemuVirCommandGetFDSet(virCommandPtr cmd, int fd)
{
    char *result = NULL;
    int idx = virCommandPassFDGetFDIndex(cmd, fd);

    if (idx >= 0) {
        ignore_value(virAsprintf(&result, "set=%d,fd=%d", idx, fd));
    } else {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("file descriptor %d has not been transferred"), fd);
    }

    return result;
}


/**
 * qemuVirCommandGetDevSet:
 * @cmd: the command to modify
 * @fd: fd to reassign to the child
 *
 * Get the parameters for the QEMU path= parameter where a file
 * descriptor is accessed via a file descriptor set, for example
 * /dev/fdset/10. The file descriptor must previously have been
 * 'transferred' in a virCommandPassFD() call.
 */
static char *
qemuVirCommandGetDevSet(virCommandPtr cmd, int fd)
{
    char *result = NULL;
    int idx = virCommandPassFDGetFDIndex(cmd, fd);

    if (idx >= 0) {
        ignore_value(virAsprintf(&result, "/dev/fdset/%d", idx));
    } else {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("file descriptor %d has not been transferred"), fd);
    }
    return result;
}


298 299
static int
qemuBuildDeviceAddressStr(virBufferPtr buf,
300
                          const virDomainDef *domainDef,
301
                          virDomainDeviceInfoPtr info,
302
                          virQEMUCapsPtr qemuCaps)
303
{
304 305
    int ret = -1;
    char *devStr = NULL;
306
    const char *contAlias = NULL;
307 308
    bool contIsPHB = false;
    int contTargetIndex = 0;
309

310
    if (info->type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI) {
311 312
        size_t i;

313
        if (!(devStr = virDomainPCIAddressAsString(&info->addr.pci)))
314 315 316 317 318 319
            goto cleanup;
        for (i = 0; i < domainDef->ncontrollers; i++) {
            virDomainControllerDefPtr cont = domainDef->controllers[i];

            if (cont->type == VIR_DOMAIN_CONTROLLER_TYPE_PCI &&
                cont->idx == info->addr.pci.bus) {
320
                contAlias = cont->info.alias;
321
                contIsPHB = virDomainControllerIsPSeriesPHB(cont);
322
                contTargetIndex = cont->opts.pciopts.targetIndex;
323

324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
                if (!contAlias) {
                    virReportError(VIR_ERR_INTERNAL_ERROR,
                                   _("Device alias was not set for PCI "
                                     "controller with index %u required "
                                     "for device at address %s"),
                                   info->addr.pci.bus, devStr);
                    goto cleanup;
                }

                if (virDomainDeviceAliasIsUserAlias(contAlias)) {
                    /* When domain has builtin pci-root controller we don't put it
                     * onto cmd line. Therefore we can't set its alias. In that
                     * case, use the default one. */
                    if (!qemuDomainIsPSeries(domainDef) &&
                        cont->model == VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT) {
                        if (virQEMUCapsHasPCIMultiBus(qemuCaps, domainDef))
                            contAlias = "pci.0";
                        else
                            contAlias = "pci";
                    } else if (cont->model == VIR_DOMAIN_CONTROLLER_MODEL_PCIE_ROOT) {
                        contAlias = "pcie.0";
345
                    }
346 347 348 349 350 351 352 353 354 355 356 357 358
                }
                break;
            }
        }
        if (!contAlias) {
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("Could not find PCI "
                             "controller with index %u required "
                             "for device at address %s"),
                           info->addr.pci.bus, devStr);
            goto cleanup;
        }

359 360 361 362 363 364 365 366 367 368 369
        if (contIsPHB && contTargetIndex > 0) {
            /* The PCI bus created by a spapr-pci-host-bridge device with
             * alias 'x' will be called 'x.0' rather than 'x'; however,
             * this does not apply to the implicit PHB in a pSeries guest,
             * which always has the hardcoded name 'pci.0' */
            virBufferAsprintf(buf, ",bus=%s.0", contAlias);
        } else {
            /* For all other controllers, the bus name matches the alias
             * of the corresponding controller */
            virBufferAsprintf(buf, ",bus=%s", contAlias);
        }
370

J
Ján Tomko 已提交
371
        if (info->addr.pci.multi == VIR_TRISTATE_SWITCH_ON)
372
            virBufferAddLit(buf, ",multifunction=on");
J
Ján Tomko 已提交
373
        else if (info->addr.pci.multi == VIR_TRISTATE_SWITCH_OFF)
374 375 376 377
            virBufferAddLit(buf, ",multifunction=off");
        virBufferAsprintf(buf, ",addr=0x%x", info->addr.pci.slot);
        if (info->addr.pci.function != 0)
           virBufferAsprintf(buf, ".0x%x", info->addr.pci.function);
378
    } else if (info->type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_USB) {
379 380 381 382
        if (!(contAlias = virDomainControllerAliasFind(domainDef,
                                                       VIR_DOMAIN_CONTROLLER_TYPE_USB,
                                                       info->addr.usb.bus)))
            goto cleanup;
J
Ján Tomko 已提交
383
        virBufferAsprintf(buf, ",bus=%s.0", contAlias);
384 385 386 387
        if (virDomainUSBAddressPortIsValid(info->addr.usb.port)) {
            virBufferAddLit(buf, ",port=");
            virDomainUSBAddressPortFormatBuf(buf, info->addr.usb.port);
        }
388 389 390
    } else if (info->type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_SPAPRVIO) {
        if (info->addr.spaprvio.has_reg)
            virBufferAsprintf(buf, ",reg=0x%llx", info->addr.spaprvio.reg);
391 392 393 394 395 396
    } else if (info->type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW) {
        if (info->addr.ccw.assigned)
            virBufferAsprintf(buf, ",devno=%x.%x.%04x",
                              info->addr.ccw.cssid,
                              info->addr.ccw.ssid,
                              info->addr.ccw.devno);
397 398 399 400
    } else if (info->type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_ISA) {
        virBufferAsprintf(buf, ",iobase=0x%x,irq=0x%x",
                          info->addr.isa.iobase,
                          info->addr.isa.irq);
401
    }
402

403
    ret = 0;
404
 cleanup:
405 406
    VIR_FREE(devStr);
    return ret;
407 408
}

409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
static int
qemuBuildVirtioOptionsStr(virBufferPtr buf,
                          virDomainVirtioOptionsPtr virtio,
                          virQEMUCapsPtr qemuCaps)
{
    if (!virtio)
        return 0;

    if (virtio->iommu != VIR_TRISTATE_SWITCH_ABSENT) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_PCI_IOMMU_PLATFORM)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("the iommu setting is not supported "
                             "with this QEMU binary"));
            return -1;
        }
        virBufferAsprintf(buf, ",iommu_platform=%s",
                          virTristateSwitchTypeToString(virtio->iommu));
    }
    if (virtio->ats != VIR_TRISTATE_SWITCH_ABSENT) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_PCI_ATS)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("the ats setting is not supported with this "
                             "QEMU binary"));
            return -1;
        }
        virBufferAsprintf(buf, ",ats=%s",
                          virTristateSwitchTypeToString(virtio->ats));
    }

    return 0;
}

441 442
static int
qemuBuildRomStr(virBufferPtr buf,
443
                virDomainDeviceInfoPtr info)
444
{
445
    if (info->romenabled || info->rombar || info->romfile) {
446
        if (info->type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI) {
447
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
448
                           "%s", _("ROM tuning is only supported for PCI devices"));
449 450 451
            return -1;
        }

452 453 454 455 456 457 458
        /* Passing an empty romfile= tells QEMU to disable ROM entirely for
         * this device, and makes other settings irrelevant */
        if (info->romenabled == VIR_TRISTATE_BOOL_NO) {
            virBufferAddLit(buf, ",romfile=");
            return 0;
        }

459
        switch (info->rombar) {
J
Ján Tomko 已提交
460
        case VIR_TRISTATE_SWITCH_OFF:
461 462
            virBufferAddLit(buf, ",rombar=0");
            break;
J
Ján Tomko 已提交
463
        case VIR_TRISTATE_SWITCH_ON:
464 465 466 467 468
            virBufferAddLit(buf, ",rombar=1");
            break;
        default:
            break;
        }
469 470 471 472
        if (info->romfile) {
           virBufferAddLit(buf, ",romfile=");
           virQEMUBuildBufferEscapeComma(buf, info->romfile);
        }
473
    }
474

475 476 477
    return 0;
}

478 479
static int
qemuBuildIoEventFdStr(virBufferPtr buf,
J
Ján Tomko 已提交
480
                      virTristateSwitch use,
481
                      virQEMUCapsPtr qemuCaps)
482
{
483
    if (use && virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_IOEVENTFD))
484
        virBufferAsprintf(buf, ",ioeventfd=%s",
J
Ján Tomko 已提交
485
                          virTristateSwitchTypeToString(use));
486 487
    return 0;
}
488 489

#define QEMU_SERIAL_PARAM_ACCEPTED_CHARS \
490
  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_ .+"
491 492 493 494

static int
qemuSafeSerialParamValue(const char *value)
{
495
    if (strspn(value, QEMU_SERIAL_PARAM_ACCEPTED_CHARS) != strlen(value)) {
496 497 498
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("driver serial '%s' contains unsafe characters"),
                       value);
499 500 501 502 503 504
        return -1;
    }

    return 0;
}

505

506 507 508 509 510 511 512 513 514 515
/**
 * qemuBuildSecretInfoProps:
 * @secinfo: pointer to the secret info object
 * @props: json properties to return
 *
 * Build the JSON properties for the secret info type.
 *
 * Returns 0 on success with the filled in JSON property; otherwise,
 * returns -1 on failure error message set.
 */
516
int
517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561
qemuBuildSecretInfoProps(qemuDomainSecretInfoPtr secinfo,
                         virJSONValuePtr *propsret)
{
    int ret = -1;
    char *keyid = NULL;

    if (!(keyid = qemuDomainGetMasterKeyAlias()))
        return -1;

    if (virJSONValueObjectCreate(propsret,
                                 "s:data", secinfo->s.aes.ciphertext,
                                 "s:keyid", keyid,
                                 "s:iv", secinfo->s.aes.iv,
                                 "s:format", "base64", NULL) < 0)
        goto cleanup;

    ret = 0;

 cleanup:
    VIR_FREE(keyid);

    return ret;
}


/**
 * qemuBuildObjectSecretCommandLine:
 * @cmd: the command to modify
 * @secinfo: pointer to the secret info object
 *
 * If the secinfo is available and associated with an AES secret,
 * then format the command line for the secret object. This object
 * will be referenced by the device that needs/uses it, so it needs
 * to be in place first.
 *
 * Returns 0 on success, -1 w/ error message on failure
 */
static int
qemuBuildObjectSecretCommandLine(virCommandPtr cmd,
                                 qemuDomainSecretInfoPtr secinfo)
{
    int ret = -1;
    virJSONValuePtr props = NULL;
    char *tmp = NULL;

562
    if (qemuBuildSecretInfoProps(secinfo, &props) < 0)
563 564
        return -1;

565
    if (!(tmp = virQEMUBuildObjectCommandlineFromJSON("secret",
566 567
                                                      secinfo->s.aes.alias,
                                                      props)))
568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601
        goto cleanup;

    virCommandAddArgList(cmd, "-object", tmp, NULL);
    ret = 0;

 cleanup:
    virJSONValueFree(props);
    VIR_FREE(tmp);

    return ret;
}


/* qemuBuildDiskSecinfoCommandLine:
 * @cmd: Pointer to the command string
 * @secinfo: Pointer to a possible secinfo
 *
 * Add the secret object for the disks that will be using it to perform
 * their authentication.
 *
 * Returns 0 on success, -1 w/ error on some sort of failure.
 */
static int
qemuBuildDiskSecinfoCommandLine(virCommandPtr cmd,
                                qemuDomainSecretInfoPtr secinfo)
{
    /* Not necessary for non AES secrets */
    if (!secinfo || secinfo->type != VIR_DOMAIN_SECRET_INFO_TYPE_AES)
        return 0;

    return qemuBuildObjectSecretCommandLine(cmd, secinfo);
}


602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619
/* qemuBuildGeneralSecinfoURI:
 * @uri: Pointer to the URI structure to add to
 * @secinfo: Pointer to the secret info data (if present)
 *
 * If we have a secinfo, then build the command line options for
 * the secret info for the "general" case (somewhat a misnomer since
 * an iscsi disk is the only one with a secinfo).
 *
 * Returns 0 on success or if no secinfo,
 * -1 and error message if fail to add secret information
 */
static int
qemuBuildGeneralSecinfoURI(virURIPtr uri,
                           qemuDomainSecretInfoPtr secinfo)
{
    if (!secinfo)
        return 0;

J
John Ferlan 已提交
620 621 622
    switch ((qemuDomainSecretInfoType) secinfo->type) {
    case VIR_DOMAIN_SECRET_INFO_TYPE_PLAIN:
        if (secinfo->s.plain.secret) {
623 624 625 626 627 628
            if (!virStringBufferIsPrintable(secinfo->s.plain.secret,
                                            secinfo->s.plain.secretlen)) {
                virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                               _("found non printable characters in secret"));
                return -1;
            }
J
John Ferlan 已提交
629 630 631 632 633 634 635 636 637 638
            if (virAsprintf(&uri->user, "%s:%s",
                            secinfo->s.plain.username,
                            secinfo->s.plain.secret) < 0)
                return -1;
        } else {
            if (VIR_STRDUP(uri->user, secinfo->s.plain.username) < 0)
                return -1;
        }
        break;

639
    case VIR_DOMAIN_SECRET_INFO_TYPE_AES:
J
John Ferlan 已提交
640 641
    case VIR_DOMAIN_SECRET_INFO_TYPE_LAST:
        return -1;
642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662
    }

    return 0;
}


/* qemuBuildRBDSecinfoURI:
 * @uri: Pointer to the URI structure to add to
 * @secinfo: Pointer to the secret info data (if present)
 *
 * If we have a secinfo, then build the command line options for
 * the secret info for the RBD network storage. Assumption for this
 * is both username and secret exist for plaintext
 *
 * Returns 0 on success or if no secinfo,
 * -1 and error message if fail to add secret information
 */
static int
qemuBuildRBDSecinfoURI(virBufferPtr buf,
                       qemuDomainSecretInfoPtr secinfo)
{
663 664
    char *base64secret = NULL;

665 666 667 668 669
    if (!secinfo) {
        virBufferAddLit(buf, ":auth_supported=none");
        return 0;
    }

J
John Ferlan 已提交
670 671
    switch ((qemuDomainSecretInfoType) secinfo->type) {
    case VIR_DOMAIN_SECRET_INFO_TYPE_PLAIN:
672 673 674 675
        if (!(base64secret = virStringEncodeBase64(secinfo->s.plain.secret,
                                                   secinfo->s.plain.secretlen)))
            return -1;
        virBufferEscape(buf, '\\', ":", ":id=%s", secinfo->s.plain.username);
J
John Ferlan 已提交
676 677
        virBufferEscape(buf, '\\', ":",
                        ":key=%s:auth_supported=cephx\\;none",
678 679
                        base64secret);
        VIR_DISPOSE_STRING(base64secret);
J
John Ferlan 已提交
680 681
        break;

682
    case VIR_DOMAIN_SECRET_INFO_TYPE_AES:
683 684 685 686
        virBufferEscape(buf, '\\', ":", ":id=%s:auth_supported=cephx\\;none",
                        secinfo->s.aes.username);
        break;

J
John Ferlan 已提交
687 688 689
    case VIR_DOMAIN_SECRET_INFO_TYPE_LAST:
        return -1;
    }
690 691 692 693 694

    return 0;
}


695 696 697 698
/* qemuBuildTLSx509BackendProps:
 * @tlspath: path to the TLS credentials
 * @listen: boolen listen for client or server setting
 * @verifypeer: boolean to enable peer verification (form of authorization)
699
 * @secalias: if one exists, the alias of the security object for passwordid
700 701 702 703 704 705 706
 * @qemuCaps: capabilities
 * @propsret: json properties to return
 *
 * Create a backend string for the tls-creds-x509 object.
 *
 * Returns 0 on success, -1 on failure with error set.
 */
707
int
708
qemuBuildTLSx509BackendProps(const char *tlspath,
709
                             bool isListen,
710
                             bool verifypeer,
711
                             const char *secalias,
712 713 714 715 716 717 718 719 720 721
                             virQEMUCapsPtr qemuCaps,
                             virJSONValuePtr *propsret)
{
    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_TLS_CREDS_X509)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("tls-creds-x509 not supported in this QEMU binary"));
        return -1;
    }

    if (virJSONValueObjectCreate(propsret,
722
                                 "s:dir", tlspath,
723
                                 "s:endpoint", (isListen ? "server": "client"),
724
                                 "b:verify-peer", (isListen ? verifypeer : true),
725
                                 "S:passwordid", secalias,
726
                                 NULL) < 0)
727
        return -1;
728

729
    return 0;
730 731 732 733 734 735 736 737
}


/* qemuBuildTLSx509CommandLine:
 * @cmd: Pointer to command
 * @tlspath: path to the TLS credentials
 * @listen: boolen listen for client or server setting
 * @verifypeer: boolean to enable peer verification (form of authorization)
738
 * @addpasswordid: boolean to handle adding passwordid to object
739 740 741 742 743 744 745 746 747 748
 * @inalias: Alias for the parent to generate object alias
 * @qemuCaps: capabilities
 *
 * Create the command line for a TLS object
 *
 * Returns 0 on success, -1 on failure with error set.
 */
static int
qemuBuildTLSx509CommandLine(virCommandPtr cmd,
                            const char *tlspath,
749
                            bool isListen,
750
                            bool verifypeer,
751
                            bool addpasswordid,
752 753 754 755 756 757 758
                            const char *inalias,
                            virQEMUCapsPtr qemuCaps)
{
    int ret = -1;
    char *objalias = NULL;
    virJSONValuePtr props = NULL;
    char *tmp = NULL;
759
    char *secalias = NULL;
760

761 762
    if (addpasswordid &&
        !(secalias = qemuDomainGetSecretAESAlias(inalias, false)))
763 764
        return -1;

765 766 767 768
    if (qemuBuildTLSx509BackendProps(tlspath, isListen, verifypeer, secalias,
                                     qemuCaps, &props) < 0)
        goto cleanup;

769
    if (!(objalias = qemuAliasTLSObjFromSrcAlias(inalias)))
770 771 772 773 774 775 776 777 778 779 780 781 782 783
        goto cleanup;

    if (!(tmp = virQEMUBuildObjectCommandlineFromJSON("tls-creds-x509",
                                                      objalias, props)))
        goto cleanup;

    virCommandAddArgList(cmd, "-object", tmp, NULL);

    ret = 0;

 cleanup:
    virJSONValueFree(props);
    VIR_FREE(objalias);
    VIR_FREE(tmp);
784
    VIR_FREE(secalias);
785 786 787 788
    return ret;
}


789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817
/* qemuBuildDiskSrcTLSx509CommandLine:
 *
 * Add TLS object if the disk src uses a secure communication channel
 *
 * Returns 0 on success, -1 w/ error on some sort of failure.
 */
static int
qemuBuildDiskSrcTLSx509CommandLine(virCommandPtr cmd,
                                   virStorageSourcePtr src,
                                   const char *srcalias,
                                   virQEMUCapsPtr qemuCaps)
{


    /* other protocols may be added later */
    if (src->protocol == VIR_STORAGE_NET_PROTOCOL_VXHS &&
        src->haveTLS == VIR_TRISTATE_BOOL_YES) {
        if (!(src->tlsAlias = qemuAliasTLSObjFromSrcAlias(srcalias)))
            return -1;

        return qemuBuildTLSx509CommandLine(cmd, src->tlsCertdir,
                                           false, src->tlsVerify,
                                           false, srcalias, qemuCaps);
    }

    return 0;
}


818 819 820 821 822 823 824
static char *
qemuBuildNetworkDriveURI(virStorageSourcePtr src,
                         qemuDomainSecretInfoPtr secinfo)
{
    virURIPtr uri = NULL;
    char *ret = NULL;

825
    if (!(uri = qemuBlockStorageSourceGetURI(src)))
826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842
        goto cleanup;

    if (src->hosts->socket &&
        virAsprintf(&uri->query, "socket=%s", src->hosts->socket) < 0)
        goto cleanup;

    if (qemuBuildGeneralSecinfoURI(uri, secinfo) < 0)
        goto cleanup;

    ret = virURIFormat(uri);

 cleanup:
    virURIFree(uri);
    return ret;
}


843
static char *
844
qemuBuildNetworkDriveStr(virStorageSourcePtr src,
845
                         qemuDomainSecretInfoPtr secinfo)
846 847
{
    char *ret = NULL;
848
    virBuffer buf = VIR_BUFFER_INITIALIZER;
849
    size_t i;
850

851
    switch ((virStorageNetProtocol) src->protocol) {
852
        case VIR_STORAGE_NET_PROTOCOL_NBD:
853
            if (src->nhosts != 1) {
854 855
                virReportError(VIR_ERR_INTERNAL_ERROR,
                               _("protocol '%s' accepts only one host"),
856
                               virStorageNetProtocolTypeToString(src->protocol));
857 858 859
                goto cleanup;
            }

860 861 862 863 864 865
            if (!((src->hosts->name && strchr(src->hosts->name, ':')) ||
                  (src->hosts->transport == VIR_STORAGE_NET_HOST_TRANS_TCP &&
                   !src->hosts->name) ||
                  (src->hosts->transport == VIR_STORAGE_NET_HOST_TRANS_UNIX &&
                   src->hosts->socket &&
                   src->hosts->socket[0] != '/'))) {
866 867 868

                virBufferAddLit(&buf, "nbd:");

869
                switch (src->hosts->transport) {
870
                case VIR_STORAGE_NET_HOST_TRANS_TCP:
871 872
                    virBufferAsprintf(&buf, "%s:%u",
                                      src->hosts->name, src->hosts->port);
873 874
                    break;

875
                case VIR_STORAGE_NET_HOST_TRANS_UNIX:
876
                    if (!src->hosts->socket) {
877 878 879 880 881 882
                        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                                       _("socket attribute required for "
                                         "unix transport"));
                        goto cleanup;
                    }

883
                    virBufferAsprintf(&buf, "unix:%s", src->hosts->socket);
884 885 886 887 888
                    break;

                default:
                    virReportError(VIR_ERR_INTERNAL_ERROR,
                                   _("nbd does not support transport '%s'"),
889
                                   virStorageNetHostTransportTypeToString(src->hosts->transport));
890 891 892
                    goto cleanup;
                }

893 894
                if (src->path)
                    virBufferAsprintf(&buf, ":exportname=%s", src->path);
895

896
                if (virBufferCheckError(&buf) < 0)
897 898 899 900 901
                    goto cleanup;

                ret = virBufferContentAndReset(&buf);
                goto cleanup;
            }
902 903 904
            /* NBD code uses URI formatting scheme as others in some cases */
            ret = qemuBuildNetworkDriveURI(src, secinfo);
            break;
905

906 907 908 909 910 911 912
        case VIR_STORAGE_NET_PROTOCOL_HTTP:
        case VIR_STORAGE_NET_PROTOCOL_HTTPS:
        case VIR_STORAGE_NET_PROTOCOL_FTP:
        case VIR_STORAGE_NET_PROTOCOL_FTPS:
        case VIR_STORAGE_NET_PROTOCOL_TFTP:
        case VIR_STORAGE_NET_PROTOCOL_ISCSI:
        case VIR_STORAGE_NET_PROTOCOL_GLUSTER:
913
            ret = qemuBuildNetworkDriveURI(src, secinfo);
914 915
            break;

916
        case VIR_STORAGE_NET_PROTOCOL_SHEEPDOG:
917
            if (!src->path) {
918 919 920 921 922
                virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                               _("missing disk source for 'sheepdog' protocol"));
                goto cleanup;
            }

923 924
            if (src->nhosts == 0) {
                if (virAsprintf(&ret, "sheepdog:%s", src->path) < 0)
925
                    goto cleanup;
926
            } else if (src->nhosts == 1) {
927
                if (virAsprintf(&ret, "sheepdog:%s:%u:%s",
928
                                src->hosts->name, src->hosts->port,
929
                                src->path) < 0)
930 931 932 933 934 935 936 937 938
                    goto cleanup;
            } else {
                virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                               _("protocol 'sheepdog' accepts up to one host"));
                goto cleanup;
            }

            break;

939
        case VIR_STORAGE_NET_PROTOCOL_RBD:
940
            if (strchr(src->path, ':')) {
941 942
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("':' not allowed in RBD source volume name '%s'"),
943
                               src->path);
944 945 946
                goto cleanup;
            }

947
            virBufferStrcat(&buf, "rbd:", src->volume, "/", src->path, NULL);
948

949 950 951
            if (src->snapshot)
                virBufferEscape(&buf, '\\', ":", "@%s", src->snapshot);

952 953
            if (qemuBuildRBDSecinfoURI(&buf, secinfo) < 0)
                goto cleanup;
954

955
            if (src->nhosts > 0) {
956
                virBufferAddLit(&buf, ":mon_host=");
957
                for (i = 0; i < src->nhosts; i++) {
958 959 960 961
                    if (i)
                        virBufferAddLit(&buf, "\\;");

                    /* assume host containing : is ipv6 */
962 963 964
                    if (strchr(src->hosts[i].name, ':'))
                        virBufferEscape(&buf, '\\', ":", "[%s]",
                                        src->hosts[i].name);
965
                    else
966
                        virBufferAsprintf(&buf, "%s", src->hosts[i].name);
967

968
                    if (src->hosts[i].port)
969
                        virBufferAsprintf(&buf, "\\:%u", src->hosts[i].port);
970 971 972
                }
            }

973 974 975
            if (src->configFile)
                virBufferEscape(&buf, '\\', ":", ":conf=%s", src->configFile);

976
            if (virBufferCheckError(&buf) < 0)
977 978 979 980 981
                goto cleanup;

            ret = virBufferContentAndReset(&buf);
            break;

982 983 984 985 986
        case VIR_STORAGE_NET_PROTOCOL_VXHS:
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("VxHS protocol does not support URI syntax"));
            goto cleanup;

987 988 989 990
        case VIR_STORAGE_NET_PROTOCOL_SSH:
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("'ssh' protocol is not yet supported"));
            goto cleanup;
991

992
        case VIR_STORAGE_NET_PROTOCOL_LAST:
993
        case VIR_STORAGE_NET_PROTOCOL_NONE:
994 995 996
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("Unexpected network protocol '%s'"),
                           virStorageNetProtocolTypeToString(src->protocol));
997 998
            goto cleanup;
    }
999

1000
 cleanup:
1001
    virBufferFreeAndReset(&buf);
1002 1003 1004 1005 1006

    return ret;
}


1007
int
1008
qemuGetDriveSourceString(virStorageSourcePtr src,
1009
                         qemuDomainSecretInfoPtr secinfo,
1010
                         char **source)
1011
{
1012 1013 1014 1015 1016
    int actualType = virStorageSourceGetActualType(src);
    int ret = -1;

    *source = NULL;

1017 1018 1019 1020
    /* return 1 for empty sources */
    if (virStorageSourceIsEmpty(src))
        return 1;

1021
    switch ((virStorageType)actualType) {
E
Eric Blake 已提交
1022 1023 1024
    case VIR_STORAGE_TYPE_BLOCK:
    case VIR_STORAGE_TYPE_FILE:
    case VIR_STORAGE_TYPE_DIR:
1025 1026
        if (VIR_STRDUP(*source, src->path) < 0)
            goto cleanup;
1027 1028 1029

        break;

E
Eric Blake 已提交
1030
    case VIR_STORAGE_TYPE_NETWORK:
1031
        if (!(*source = qemuBuildNetworkDriveStr(src, secinfo)))
1032
            goto cleanup;
1033 1034
        break;

E
Eric Blake 已提交
1035
    case VIR_STORAGE_TYPE_VOLUME:
1036
    case VIR_STORAGE_TYPE_NONE:
E
Eric Blake 已提交
1037
    case VIR_STORAGE_TYPE_LAST:
1038 1039 1040
        break;
    }

1041
    ret = 0;
1042

1043
 cleanup:
1044 1045 1046
    return ret;
}

P
Paolo Bonzini 已提交
1047

1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084
static bool
qemuDiskConfigBlkdeviotuneHasBasic(virDomainDiskDefPtr disk)
{
    return disk->blkdeviotune.total_bytes_sec ||
           disk->blkdeviotune.read_bytes_sec ||
           disk->blkdeviotune.write_bytes_sec ||
           disk->blkdeviotune.total_iops_sec ||
           disk->blkdeviotune.read_iops_sec ||
           disk->blkdeviotune.write_iops_sec;
}


static bool
qemuDiskConfigBlkdeviotuneHasMax(virDomainDiskDefPtr disk)
{
    return disk->blkdeviotune.total_bytes_sec_max ||
           disk->blkdeviotune.read_bytes_sec_max ||
           disk->blkdeviotune.write_bytes_sec_max ||
           disk->blkdeviotune.total_iops_sec_max ||
           disk->blkdeviotune.read_iops_sec_max ||
           disk->blkdeviotune.write_iops_sec_max ||
           disk->blkdeviotune.size_iops_sec;
}


static bool
qemuDiskConfigBlkdeviotuneHasMaxLength(virDomainDiskDefPtr disk)
{
    return disk->blkdeviotune.total_bytes_sec_max_length ||
           disk->blkdeviotune.read_bytes_sec_max_length ||
           disk->blkdeviotune.write_bytes_sec_max_length ||
           disk->blkdeviotune.total_iops_sec_max_length ||
           disk->blkdeviotune.read_iops_sec_max_length ||
           disk->blkdeviotune.write_iops_sec_max_length;
}


1085 1086 1087 1088 1089 1090 1091 1092
/**
 * qemuCheckDiskConfigBlkdeviotune:
 * @disk: disk configuration
 * @qemuCaps: qemu capabilities, NULL if checking cold-configuration
 *
 * Checks whether block io tuning settings make sense. Returns -1 on error and
 * reports a proper libvirt error.
 */
1093 1094 1095 1096
static int
qemuCheckDiskConfigBlkdeviotune(virDomainDiskDefPtr disk,
                                virQEMUCapsPtr qemuCaps)
{
1097 1098 1099 1100 1101
    /* group_name by itself is ignored by qemu */
    if (disk->blkdeviotune.group_name &&
        !qemuDiskConfigBlkdeviotuneHasBasic(disk) &&
        !qemuDiskConfigBlkdeviotuneHasMax(disk) &&
        !qemuDiskConfigBlkdeviotuneHasMaxLength(disk)) {
1102
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
1103 1104
                       _("group_name can be configured only together with "
                         "settings"));
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126
        return -1;
    }

    if (disk->blkdeviotune.total_bytes_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.read_bytes_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.write_bytes_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.total_iops_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.read_iops_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.write_iops_sec > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.total_bytes_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.read_bytes_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.write_bytes_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.total_iops_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.read_iops_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.write_iops_sec_max > QEMU_BLOCK_IOTUNE_MAX ||
        disk->blkdeviotune.size_iops_sec > QEMU_BLOCK_IOTUNE_MAX) {
        virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED,
                      _("block I/O throttle limit must "
                        "be no more than %llu using QEMU"), QEMU_BLOCK_IOTUNE_MAX);
        return -1;
    }

1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155
    if (qemuCaps) {
        /* block I/O throttling 1.7 */
        if (qemuDiskConfigBlkdeviotuneHasMax(disk) &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_IOTUNE_MAX)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("there are some block I/O throttling parameters "
                             "that are not supported with this QEMU binary"));
            return -1;
        }

        /* block I/O group 2.4 */
        if (disk->blkdeviotune.group_name &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_IOTUNE_GROUP)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("the block I/O throttling group parameter is "
                             "not supported with this QEMU binary"));
            return -1;
        }

        /* block I/O throttling length 2.6 */
        if (qemuDiskConfigBlkdeviotuneHasMaxLength(disk) &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_IOTUNE_MAX_LENGTH)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("there are some block I/O throttling length parameters "
                             "that are not supported with this QEMU binary"));
            return -1;
        }
    }

1156 1157 1158 1159
    return 0;
}


1160 1161 1162 1163 1164 1165 1166 1167
/**
 * qemuCheckDiskConfig:
 * @disk: disk definition
 * @qemuCaps: qemu capabilities, may be NULL for cold-plug check
 *
 * Perform disk definition config validity checks. Returns -1 on error with
 * error reported.
 */
1168
int
1169 1170
qemuCheckDiskConfig(virDomainDiskDefPtr disk,
                    virQEMUCapsPtr qemuCaps)
1171
{
1172 1173 1174
    if (qemuCheckDiskConfigBlkdeviotune(disk, qemuCaps) < 0)
        return -1;

1175 1176 1177
    if (virDiskNameToIndex(disk->dst) < 0) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("unsupported disk type '%s'"), disk->dst);
1178
        return -1;
1179 1180 1181 1182 1183 1184 1185
    }

    if (disk->wwn) {
        if ((disk->bus != VIR_DOMAIN_DISK_BUS_IDE) &&
            (disk->bus != VIR_DOMAIN_DISK_BUS_SCSI)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Only ide and scsi disk support wwn"));
1186
            return -1;
1187 1188 1189 1190 1191 1192 1193
        }
    }

    if ((disk->vendor || disk->product) &&
        disk->bus != VIR_DOMAIN_DISK_BUS_SCSI) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Only scsi disk supports vendor and product"));
1194
            return -1;
1195 1196 1197 1198 1199 1200 1201 1202 1203
    }

    if (disk->device == VIR_DOMAIN_DISK_DEVICE_LUN) {
        /* make sure that both the bus supports type='lun' (SG_IO). */
        if (disk->bus != VIR_DOMAIN_DISK_BUS_VIRTIO &&
            disk->bus != VIR_DOMAIN_DISK_BUS_SCSI) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("disk device='lun' is not supported for bus='%s'"),
                           virDomainDiskQEMUBusTypeToString(disk->bus));
1204
            return -1;
1205
        }
1206

1207 1208 1209 1210 1211 1212 1213 1214
        if (disk->bus == VIR_DOMAIN_DISK_BUS_SCSI &&
            disk->src->format != VIR_STORAGE_FILE_RAW) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("disk device 'lun' using target 'scsi' must use "
                             "'raw' format"));
            return -1;
        }

1215
        if (qemuDomainDefValidateDiskLunSource(disk->src) < 0)
1216
            return -1;
1217

1218 1219 1220
        if (disk->wwn) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Setting wwn is not supported for lun device"));
1221
            return -1;
1222 1223 1224 1225 1226
        }
        if (disk->vendor || disk->product) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Setting vendor or product is not supported "
                             "for lun device"));
1227
            return -1;
1228 1229
        }
    }
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326

    switch (disk->bus) {
    case VIR_DOMAIN_DISK_BUS_SCSI:
        if (disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_DRIVE) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("unexpected address type for scsi disk"));
            return -1;
        }

        /* Setting bus= attr for SCSI drives, causes a controller
         * to be created. Yes this is slightly odd. It is not possible
         * to have > 1 bus on a SCSI controller (yet). */
        if (disk->info.addr.drive.bus != 0) {
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           "%s", _("SCSI controller only supports 1 bus"));
            return -1;
        }
        break;

    case VIR_DOMAIN_DISK_BUS_IDE:
        if (disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_DRIVE) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("unexpected address type for ide disk"));
            return -1;
        }
        /* We can only have 1 IDE controller (currently) */
        if (disk->info.addr.drive.controller != 0) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("Only 1 IDE controller is supported"));
            return -1;
        }
        break;

    case VIR_DOMAIN_DISK_BUS_FDC:
        if (disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_DRIVE) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("unexpected address type for fdc disk"));
            return -1;
        }
        /* We can only have 1 FDC controller (currently) */
        if (disk->info.addr.drive.controller != 0) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("Only 1 fdc controller is supported"));
            return -1;
        }
        /* We can only have 1 FDC bus (currently) */
        if (disk->info.addr.drive.bus != 0) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("Only 1 fdc bus is supported"));
            return -1;
        }
        if (disk->info.addr.drive.target != 0) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("target must be 0 for controller fdc"));
            return -1;
        }
        break;

    case VIR_DOMAIN_DISK_BUS_VIRTIO:
    case VIR_DOMAIN_DISK_BUS_XEN:
    case VIR_DOMAIN_DISK_BUS_SD:
        break;
    }

    if (disk->src->readonly &&
        disk->device == VIR_DOMAIN_DISK_DEVICE_DISK) {
        if (disk->bus == VIR_DOMAIN_DISK_BUS_IDE) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("readonly ide disks are not supported"));
            return -1;
        }

        if (disk->bus == VIR_DOMAIN_DISK_BUS_SATA) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("readonly sata disks are not supported"));
            return -1;
        }
    }

    if (disk->transient) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("transient disks not supported yet"));
        return -1;
    }

    if (disk->iomode == VIR_DOMAIN_DISK_IO_NATIVE &&
        disk->cachemode != VIR_DOMAIN_DISK_CACHE_DIRECTSYNC &&
        disk->cachemode != VIR_DOMAIN_DISK_CACHE_DISABLE) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("native I/O needs either no disk cache "
                         "or directsync cache mode, QEMU will fallback "
                         "to aio=threads"));
        return -1;
    }

    if (qemuCaps) {
        if (disk->serial &&
1327 1328 1329 1330 1331 1332
            disk->bus == VIR_DOMAIN_DISK_BUS_SCSI &&
            disk->device == VIR_DOMAIN_DISK_DEVICE_LUN) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("scsi-block 'lun' devices do not support the "
                             "serial property"));
            return -1;
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349
        }

        if (disk->discard &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_DISCARD)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("discard is not supported by this QEMU binary"));
            return -1;
        }

        if (disk->detect_zeroes &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_DETECT_ZEROES)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("detect_zeroes is not supported by this QEMU binary"));
            return -1;
        }
    }

1350 1351 1352 1353
    if (disk->serial &&
        qemuSafeSerialParamValue(disk->serial) < 0)
        return -1;

1354 1355 1356 1357
    return 0;
}


P
Philipp Hahn 已提交
1358
/* QEMU 1.2 and later have a binary flag -enable-fips that must be
1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386
 * used for VNC auth to obey FIPS settings; but the flag only
 * exists on Linux, and with no way to probe for it via QMP.  Our
 * solution: if FIPS mode is required, then unconditionally use
 * the flag, regardless of qemu version, for the following matrix:
 *
 *                          old QEMU            new QEMU
 * FIPS enabled             doesn't start       VNC auth disabled
 * FIPS disabled/missing    VNC auth enabled    VNC auth enabled
 */
bool
qemuCheckFips(void)
{
    bool ret = false;

    if (virFileExists("/proc/sys/crypto/fips_enabled")) {
        char *buf = NULL;

        if (virFileReadAll("/proc/sys/crypto/fips_enabled", 10, &buf) < 0)
            return ret;
        if (STREQ(buf, "1\n"))
            ret = true;
        VIR_FREE(buf);
    }

    return ret;
}


J
Ján Tomko 已提交
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398
/* Unfortunately it is not possible to use
   -device for floppies, or SD
   devices. Fortunately, those don't need
   static PCI addresses, so we don't really
   care that we can't use -device */
static bool
qemuDiskBusNeedsDeviceArg(int bus)
{
    return bus != VIR_DOMAIN_DISK_BUS_SD;
}


1399 1400 1401 1402 1403 1404 1405 1406 1407
/**
 * qemuDiskSourceNeedsProps:
 * @src: disk source
 *
 * Returns true, if the disk source needs to be generated from the JSON
 * representation. Otherwise, the disk source should be represented using
 * the legacy representation.
 */
static bool
1408 1409
qemuDiskSourceNeedsProps(virStorageSourcePtr src,
                         virQEMUCapsPtr qemuCaps)
1410 1411 1412 1413 1414 1415 1416 1417
{
    int actualType = virStorageSourceGetActualType(src);

    if (actualType == VIR_STORAGE_TYPE_NETWORK &&
        src->protocol == VIR_STORAGE_NET_PROTOCOL_GLUSTER &&
        src->nhosts > 1)
        return true;

1418 1419 1420 1421
    if (actualType == VIR_STORAGE_TYPE_NETWORK &&
        src->protocol == VIR_STORAGE_NET_PROTOCOL_VXHS)
        return true;

1422 1423 1424 1425 1426
    if (actualType == VIR_STORAGE_TYPE_NETWORK &&
        src->protocol == VIR_STORAGE_NET_PROTOCOL_ISCSI &&
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_ISCSI_PASSWORD_SECRET))
        return true;

1427 1428 1429 1430
    return false;
}


1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443
/**
 * qemuDiskSourceGetProps:
 * @src: disk source struct
 *
 * Returns the disk source struct wrapped so that it can be used as disk source
 * directly by converting it from json.
 */
static virJSONValuePtr
qemuDiskSourceGetProps(virStorageSourcePtr src)
{
    virJSONValuePtr props;
    virJSONValuePtr ret;

1444
    if (!(props = qemuBlockStorageSourceGetBackendProps(src, true)))
1445 1446
        return NULL;

1447
    if (virJSONValueObjectCreate(&ret, "a:file", &props, NULL) < 0) {
1448 1449 1450 1451 1452 1453 1454 1455
        virJSONValueFree(props);
        return NULL;
    }

    return ret;
}


1456 1457 1458 1459 1460 1461 1462
static int
qemuBuildDriveSourcePR(virBufferPtr buf,
                       virDomainDiskDefPtr disk)
{
    char *alias = NULL;
    const char *defaultAlias = NULL;

1463
    if (!disk->src->pr)
1464 1465 1466 1467
        return 0;

    if (virStoragePRDefIsManaged(disk->src->pr))
        defaultAlias = qemuDomainGetManagedPRAlias();
1468
    else if (!(alias = qemuDomainGetUnmanagedPRAlias(disk->info.alias)))
1469 1470 1471 1472 1473 1474 1475 1476 1477
        return -1;


    virBufferAsprintf(buf, ",file.pr-manager=%s", alias ? alias : defaultAlias);
    VIR_FREE(alias);
    return 0;
}


1478 1479
static int
qemuBuildDriveSourceStr(virDomainDiskDefPtr disk,
1480
                        virQEMUCapsPtr qemuCaps,
1481
                        virBufferPtr buf)
1482 1483
{
    int actualType = virStorageSourceGetActualType(disk->src);
1484
    qemuDomainStorageSourcePrivatePtr srcpriv = QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(disk->src);
1485 1486
    qemuDomainSecretInfoPtr secinfo = NULL;
    qemuDomainSecretInfoPtr encinfo = NULL;
1487
    virJSONValuePtr srcprops = NULL;
1488
    char *source = NULL;
1489
    bool rawluks = false;
1490 1491
    int ret = -1;

1492 1493 1494 1495 1496
    if (srcpriv) {
        secinfo = srcpriv->secinfo;
        encinfo = srcpriv->encinfo;
    }

1497
    if (qemuDiskSourceNeedsProps(disk->src, qemuCaps) &&
1498
        !(srcprops = qemuDiskSourceGetProps(disk->src)))
1499 1500 1501 1502
        goto cleanup;

    if (!srcprops &&
        qemuGetDriveSourceString(disk->src, secinfo, &source) < 0)
1503 1504
        goto cleanup;

1505
    /* nothing to format if the drive is empty */
1506
    if (!(source || srcprops) ||
1507 1508 1509 1510 1511 1512
        ((disk->device == VIR_DOMAIN_DISK_DEVICE_FLOPPY ||
          disk->device == VIR_DOMAIN_DISK_DEVICE_CDROM) &&
         disk->tray_status == VIR_DOMAIN_DISK_TRAY_OPEN)) {
        ret = 0;
        goto cleanup;
    }
1513

1514 1515 1516 1517 1518 1519 1520 1521
    if (actualType == VIR_STORAGE_TYPE_BLOCK &&
        disk->tray_status == VIR_DOMAIN_DISK_TRAY_OPEN) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       disk->src->type == VIR_STORAGE_TYPE_VOLUME ?
                       _("tray status 'open' is invalid for block type volume") :
                       _("tray status 'open' is invalid for block type disk"));
        goto cleanup;
    }
1522

1523 1524
    if (source) {
        virBufferAddLit(buf, "file=");
1525

1526 1527 1528 1529 1530 1531
        /* for now the DIR based storage is handled by the magic FAT format */
        if (actualType == VIR_STORAGE_TYPE_DIR) {
            virBufferAddLit(buf, "fat:");

            if (disk->device == VIR_DOMAIN_DISK_DEVICE_FLOPPY)
                virBufferAddLit(buf, "floppy:");
1532 1533
        }

1534
        virQEMUBuildBufferEscapeComma(buf, source);
1535 1536 1537

        if (secinfo && secinfo->type == VIR_DOMAIN_SECRET_INFO_TYPE_AES)
            virBufferAsprintf(buf, ",file.password-secret=%s", secinfo->s.aes.alias);
1538 1539 1540

        if (disk->src->debug)
            virBufferAsprintf(buf, ",file.debug=%d", disk->src->debugLevel);
1541 1542 1543

        if (qemuBuildDriveSourcePR(buf, disk) < 0)
            goto cleanup;
1544 1545 1546
    } else {
        if (!(source = virQEMUBuildDriveCommandlineFromJSON(srcprops)))
            goto cleanup;
1547

1548
        virBufferAdd(buf, source, -1);
1549 1550
    }
    virBufferAddLit(buf, ",");
1551

1552 1553 1554 1555 1556 1557 1558 1559 1560 1561
    if (encinfo) {
        if (disk->src->format == VIR_STORAGE_FILE_RAW) {
            virBufferAsprintf(buf, "key-secret=%s,", encinfo->s.aes.alias);
            rawluks = true;
        } else if (disk->src->format == VIR_STORAGE_FILE_QCOW2 &&
                   disk->src->encryption->format == VIR_STORAGE_ENCRYPTION_FORMAT_LUKS) {
            virBufferAddLit(buf, "encrypt.format=luks,");
            virBufferAsprintf(buf, "encrypt.key-secret=%s,", encinfo->s.aes.alias);
        }
    }
1562 1563

    if (disk->src->format > 0 &&
1564 1565
        disk->src->type != VIR_STORAGE_TYPE_DIR) {
        const char *qemuformat = virStorageFileFormatTypeToString(disk->src->format);
1566
        if (rawluks)
1567 1568 1569
            qemuformat = "luks";
        virBufferAsprintf(buf, "format=%s,", qemuformat);
    }
1570

1571 1572 1573 1574
    ret = 0;

 cleanup:
    VIR_FREE(source);
1575
    virJSONValueFree(srcprops);
1576 1577 1578 1579
    return ret;
}


1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619
static void
qemuBuildDiskThrottling(virDomainDiskDefPtr disk,
                        virBufferPtr buf)
{
#define IOTUNE_ADD(_field, _label) \
    if (disk->blkdeviotune._field) { \
        virBufferAsprintf(buf, ",throttling." _label "=%llu", \
                          disk->blkdeviotune._field); \
    }

    IOTUNE_ADD(total_bytes_sec, "bps-total");
    IOTUNE_ADD(read_bytes_sec, "bps-read");
    IOTUNE_ADD(write_bytes_sec, "bps-write");
    IOTUNE_ADD(total_iops_sec, "iops-total");
    IOTUNE_ADD(read_iops_sec, "iops-read");
    IOTUNE_ADD(write_iops_sec, "iops-write");

    IOTUNE_ADD(total_bytes_sec_max, "bps-total-max");
    IOTUNE_ADD(read_bytes_sec_max, "bps-read-max");
    IOTUNE_ADD(write_bytes_sec_max, "bps-write-max");
    IOTUNE_ADD(total_iops_sec_max, "iops-total-max");
    IOTUNE_ADD(read_iops_sec_max, "iops-read-max");
    IOTUNE_ADD(write_iops_sec_max, "iops-write-max");

    IOTUNE_ADD(size_iops_sec, "iops-size");
    if (disk->blkdeviotune.group_name) {
        virBufferEscapeString(buf, ",throttling.group=%s",
                              disk->blkdeviotune.group_name);
    }

    IOTUNE_ADD(total_bytes_sec_max_length, "bps-total-max-length");
    IOTUNE_ADD(read_bytes_sec_max_length, "bps-read-max-length");
    IOTUNE_ADD(write_bytes_sec_max_length, "bps-write-max-length");
    IOTUNE_ADD(total_iops_sec_max_length, "iops-total-max-length");
    IOTUNE_ADD(read_iops_sec_max_length, "iops-read-max-length");
    IOTUNE_ADD(write_iops_sec_max_length, "iops-write-max-length");
#undef IOTUNE_ADD
}


1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650
static void
qemuBuildDiskFrontendAttributeErrorPolicy(virDomainDiskDefPtr disk,
                                          virBufferPtr buf)
{
    const char *wpolicy = NULL;
    const char *rpolicy = NULL;

    if (disk->error_policy)
        wpolicy = virDomainDiskErrorPolicyTypeToString(disk->error_policy);

    if (disk->rerror_policy)
        rpolicy = virDomainDiskErrorPolicyTypeToString(disk->rerror_policy);

    if (disk->error_policy == VIR_DOMAIN_DISK_ERROR_POLICY_ENOSPACE) {
        /* in the case of enospace, the option is spelled
         * differently in qemu, and it's only valid for werror,
         * not for rerror, so leave rerror NULL.
         */
        wpolicy = "enospc";
    } else if (!rpolicy) {
        /* for other policies, rpolicy can match wpolicy */
        rpolicy = wpolicy;
    }

    if (wpolicy)
        virBufferAsprintf(buf, ",werror=%s", wpolicy);
    if (rpolicy)
        virBufferAsprintf(buf, ",rerror=%s", rpolicy);
}


1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667
static void
qemuBuildDiskFrontendAttributes(virDomainDiskDefPtr disk,
                                virBufferPtr buf)
{
    /* generate geometry command string */
    if (disk->geometry.cylinders > 0 &&
        disk->geometry.heads > 0 &&
        disk->geometry.sectors > 0) {
        virBufferAsprintf(buf, ",cyls=%u,heads=%u,secs=%u",
                          disk->geometry.cylinders,
                          disk->geometry.heads,
                          disk->geometry.sectors);

        if (disk->geometry.trans != VIR_DOMAIN_DISK_TRANS_DEFAULT)
            virBufferAsprintf(buf, ",trans=%s",
                              virDomainDiskGeometryTransTypeToString(disk->geometry.trans));
    }
1668

1669
    if (disk->serial) {
1670 1671 1672
        virBufferAddLit(buf, ",serial=");
        virBufferEscape(buf, '\\', " ", "%s", disk->serial);
    }
1673

1674
    qemuBuildDiskFrontendAttributeErrorPolicy(disk, buf);
1675 1676 1677
}


1678 1679 1680 1681 1682 1683
char *
qemuBuildDriveStr(virDomainDiskDefPtr disk,
                  bool bootable,
                  virQEMUCapsPtr qemuCaps)
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;
1684 1685
    int detect_zeroes = virDomainDiskGetDetectZeroesMode(disk->discard,
                                                         disk->detect_zeroes);
1686

1687
    if (qemuBuildDriveSourceStr(disk, qemuCaps, &opt) < 0)
1688 1689
        goto error;

1690
    if (qemuDiskBusNeedsDeviceArg(disk->bus)) {
1691 1692 1693
        char *drivealias = qemuAliasFromDisk(disk);
        if (!drivealias)
            goto error;
1694 1695

        virBufferAddLit(&opt, "if=none");
1696 1697
        virBufferAsprintf(&opt, ",id=%s", drivealias);
        VIR_FREE(drivealias);
1698
    } else {
1699 1700 1701 1702 1703 1704 1705
        int idx = virDiskNameToIndex(disk->dst);

        if (idx < 0) {
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("unsupported disk type '%s'"), disk->dst);
            goto error;
        }
1706 1707 1708 1709 1710 1711 1712

        /* if we are using -device this will be checked elsewhere */
        if (qemuCheckDiskConfig(disk, qemuCaps) < 0)
            goto error;

        virBufferAsprintf(&opt, "if=%s",
                          virDomainDiskQEMUBusTypeToString(disk->bus));
1713
        virBufferAsprintf(&opt, ",index=%d", idx);
1714
    }
1715

1716 1717
    /* Format attributes for the drive itself (not the storage backing it) which
     * we've formatted historically with -drive */
1718
    qemuBuildDiskFrontendAttributes(disk, &opt);
1719

1720 1721 1722
    /* While this is a frontend attribute, it only makes sense to be used when
     * legacy -drive is used. In modern qemu the 'ide-cd' or 'scsi-cd' are used.
     * virtio and other just ignore the attribute anyways */
1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734
    if (disk->device == VIR_DOMAIN_DISK_DEVICE_CDROM) {
        if (disk->bus == VIR_DOMAIN_DISK_BUS_SCSI) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_CD))
                virBufferAddLit(&opt, ",media=cdrom");
        } else if (disk->bus == VIR_DOMAIN_DISK_BUS_IDE) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_IDE_CD))
                virBufferAddLit(&opt, ",media=cdrom");
        } else {
            virBufferAddLit(&opt, ",media=cdrom");
        }
    }

1735 1736
    /* This is a frontend attribute which was replaced by bootindex passed in
     * with -device arguments. */
1737
    if (bootable &&
1738
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_BOOT) &&
1739 1740
        (disk->device == VIR_DOMAIN_DISK_DEVICE_DISK ||
         disk->device == VIR_DOMAIN_DISK_DEVICE_LUN) &&
1741 1742
        disk->bus != VIR_DOMAIN_DISK_BUS_IDE)
        virBufferAddLit(&opt, ",boot=on");
1743

1744
    if (disk->src->readonly)
1745
        virBufferAddLit(&opt, ",readonly=on");
1746

1747 1748

    if (disk->cachemode) {
1749 1750
        virBufferAsprintf(&opt, ",cache=%s",
                          qemuDiskCacheV2TypeToString(disk->cachemode));
1751 1752
    }

O
Osier Yang 已提交
1753
    if (disk->copy_on_read) {
1754 1755
        virBufferAsprintf(&opt, ",copy-on-read=%s",
                          virTristateSwitchTypeToString(disk->copy_on_read));
O
Osier Yang 已提交
1756 1757
    }

O
Osier Yang 已提交
1758
    if (disk->discard) {
1759 1760
        virBufferAsprintf(&opt, ",discard=%s",
                          virDomainDiskDiscardTypeToString(disk->discard));
O
Osier Yang 已提交
1761 1762
    }

1763
    if (detect_zeroes) {
1764 1765
        virBufferAsprintf(&opt, ",detect-zeroes=%s",
                          virDomainDiskDetectZeroesTypeToString(detect_zeroes));
1766 1767
    }

E
Eric Blake 已提交
1768
    if (disk->iomode) {
1769 1770
        virBufferAsprintf(&opt, ",aio=%s",
                          virDomainDiskIoTypeToString(disk->iomode));
E
Eric Blake 已提交
1771 1772
    }

1773
    qemuBuildDiskThrottling(disk, &opt);
1774

1775
    if (virBufferCheckError(&opt) < 0)
1776 1777 1778 1779
        goto error;

    return virBufferContentAndReset(&opt);

1780
 error:
1781 1782 1783 1784
    virBufferFreeAndReset(&opt);
    return NULL;
}

1785

1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828
static bool
qemuCheckIOThreads(const virDomainDef *def,
                   virDomainDiskDefPtr disk)
{
    /* Right "type" of disk" */
    switch ((virDomainDiskBus)disk->bus) {
    case VIR_DOMAIN_DISK_BUS_VIRTIO:
        if (disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI &&
            disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                            _("IOThreads only available for virtio pci and "
                              "virtio ccw disk"));
            return false;
        }
        break;

    case VIR_DOMAIN_DISK_BUS_IDE:
    case VIR_DOMAIN_DISK_BUS_FDC:
    case VIR_DOMAIN_DISK_BUS_SCSI:
    case VIR_DOMAIN_DISK_BUS_XEN:
    case VIR_DOMAIN_DISK_BUS_USB:
    case VIR_DOMAIN_DISK_BUS_UML:
    case VIR_DOMAIN_DISK_BUS_SATA:
    case VIR_DOMAIN_DISK_BUS_SD:
    case VIR_DOMAIN_DISK_BUS_LAST:
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("IOThreads not available for bus %s target %s"),
                       virDomainDiskBusTypeToString(disk->bus), disk->dst);
        return false;
    }

    /* Can we find the disk iothread in the iothreadid list? */
    if (!virDomainIOThreadIDFind(def, disk->iothread)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Disk iothread '%u' not defined in iothreadid"),
                       disk->iothread);
        return false;
    }

    return true;
}


1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852
static int
qemuBuildDriveDevCacheStr(virDomainDiskDefPtr disk,
                          virBufferPtr buf,
                          virQEMUCapsPtr qemuCaps)
{
    bool wb;

    if (disk->cachemode == VIR_DOMAIN_DISK_CACHE_DEFAULT)
        return 0;

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DISK_WRITE_CACHE))
        return 0;

    if (qemuDomainDiskCachemodeFlags(disk->cachemode, &wb, NULL, NULL) < 0)
        return -1;

    virBufferStrcat(buf, ",write-cache=",
                    virTristateSwitchTypeToString(virTristateSwitchFromBool(wb)),
                    NULL);

    return 0;
}


1853
char *
1854
qemuBuildDriveDevStr(const virDomainDef *def,
1855
                     virDomainDiskDefPtr disk,
1856
                     unsigned int bootindex,
1857
                     virQEMUCapsPtr qemuCaps)
1858 1859 1860
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;
    const char *bus = virDomainDiskQEMUBusTypeToString(disk->bus);
1861
    const char *contAlias;
1862
    char *drivealias;
1863
    int controllerModel;
1864

1865
    if (qemuCheckDiskConfig(disk, qemuCaps) < 0)
1866
        goto error;
1867

1868
    if (!qemuDomainCheckCCWS390AddressSupport(def, disk->info, qemuCaps, disk->dst))
1869 1870
        goto error;

1871 1872 1873
    if (disk->iothread && !qemuCheckIOThreads(def, disk))
        goto error;

1874 1875
    switch (disk->bus) {
    case VIR_DOMAIN_DISK_BUS_IDE:
1876
        if (disk->info.addr.drive.target != 0) {
1877 1878
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("target must be 0 for ide controller"));
1879 1880
            goto error;
        }
1881

1882
        if (disk->wwn &&
1883
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_IDE_DRIVE_WWN)) {
1884 1885 1886 1887 1888 1889
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Setting wwn for ide disk is not supported "
                             "by this QEMU"));
            goto error;
        }

1890
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_IDE_CD)) {
1891 1892 1893 1894 1895 1896 1897 1898
            if (disk->device == VIR_DOMAIN_DISK_DEVICE_CDROM)
                virBufferAddLit(&opt, "ide-cd");
            else
                virBufferAddLit(&opt, "ide-hd");
        } else {
            virBufferAddLit(&opt, "ide-drive");
        }

1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909
        /* When domain has builtin IDE controller we don't put it onto cmd
         * line. Therefore we can't set its alias. In that case, use the
         * default one. */
        if (qemuDomainHasBuiltinIDE(def)) {
            contAlias = "ide";
        } else {
            if (!(contAlias = virDomainControllerAliasFind(def,
                                                           VIR_DOMAIN_CONTROLLER_TYPE_IDE,
                                                           disk->info.addr.drive.controller)))
                goto error;
        }
1910 1911
        virBufferAsprintf(&opt, ",bus=%s.%d,unit=%d",
                          contAlias,
1912 1913 1914
                          disk->info.addr.drive.bus,
                          disk->info.addr.drive.unit);
        break;
1915

1916
    case VIR_DOMAIN_DISK_BUS_SCSI:
1917
        if (disk->device == VIR_DOMAIN_DISK_DEVICE_LUN) {
1918
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_BLOCK)) {
1919 1920 1921
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("This QEMU doesn't support scsi-block for "
                                 "lun passthrough"));
1922 1923 1924 1925
                goto error;
            }
        }

1926
        if (disk->wwn &&
1927
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_DISK_WWN)) {
1928 1929 1930 1931 1932 1933
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Setting wwn for scsi disk is not supported "
                             "by this QEMU"));
            goto error;
        }

1934 1935 1936 1937
        /* Properties wwn, vendor and product were introduced in the
         * same QEMU release (1.2.0).
         */
        if ((disk->vendor || disk->product) &&
1938
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_DISK_WWN)) {
1939 1940 1941 1942 1943 1944
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Setting vendor or product for scsi disk is not "
                             "supported by this QEMU"));
            goto error;
        }

1945
        controllerModel = qemuDomainFindSCSIControllerModel(def, &disk->info);
1946
        if (controllerModel < 0)
1947
            goto error;
1948

1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961
        if (disk->device == VIR_DOMAIN_DISK_DEVICE_LUN) {
            virBufferAddLit(&opt, "scsi-block");
        } else {
            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_CD)) {
                if (disk->device == VIR_DOMAIN_DISK_DEVICE_CDROM)
                    virBufferAddLit(&opt, "scsi-cd");
                else
                    virBufferAddLit(&opt, "scsi-hd");
            } else {
                virBufferAddLit(&opt, "scsi-disk");
            }
        }

1962 1963 1964 1965
        if (!(contAlias = virDomainControllerAliasFind(def, VIR_DOMAIN_CONTROLLER_TYPE_SCSI,
                                                       disk->info.addr.drive.controller)))
           goto error;

1966 1967
        if (controllerModel == VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSILOGIC) {
            if (disk->info.addr.drive.target != 0) {
1968 1969 1970
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("target must be 0 for controller "
                                 "model 'lsilogic'"));
1971 1972 1973
                goto error;
            }

1974 1975
            virBufferAsprintf(&opt, ",bus=%s.%d,scsi-id=%d",
                              contAlias,
1976 1977 1978
                              disk->info.addr.drive.bus,
                              disk->info.addr.drive.unit);
        } else {
1979
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SCSI_DISK_CHANNEL)) {
1980
                if (disk->info.addr.drive.target > 7) {
1981 1982 1983
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("This QEMU doesn't support target "
                                     "greater than 7"));
1984 1985 1986
                    goto error;
                }

1987 1988
                if (disk->info.addr.drive.bus != 0 &&
                    disk->info.addr.drive.unit != 0) {
1989 1990 1991
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("This QEMU only supports both bus and "
                                     "unit equal to 0"));
1992 1993 1994 1995
                    goto error;
                }
            }

1996 1997
            virBufferAsprintf(&opt, ",bus=%s.0,channel=%d,scsi-id=%d,lun=%d",
                              contAlias,
1998 1999 2000 2001
                              disk->info.addr.drive.bus,
                              disk->info.addr.drive.target,
                              disk->info.addr.drive.unit);
        }
2002
        break;
2003

J
Jim Fehlig 已提交
2004
    case VIR_DOMAIN_DISK_BUS_SATA:
2005
        if (disk->info.addr.drive.bus != 0) {
2006 2007
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("bus must be 0 for ide controller"));
2008 2009 2010
            goto error;
        }
        if (disk->info.addr.drive.target != 0) {
2011 2012
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("target must be 0 for ide controller"));
2013 2014
            goto error;
        }
2015

2016
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_IDE_CD)) {
2017 2018 2019 2020 2021 2022 2023 2024
            if (disk->device == VIR_DOMAIN_DISK_DEVICE_CDROM)
                virBufferAddLit(&opt, "ide-cd");
            else
                virBufferAddLit(&opt, "ide-hd");
        } else {
            virBufferAddLit(&opt, "ide-drive");
        }

2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036
        /* When domain has builtin SATA controller we don't put it onto cmd
         * line. Therefore we can't set its alias. In that case, use the
         * default one. */
        if (qemuDomainIsQ35(def) &&
            disk->info.addr.drive.controller == 0) {
            contAlias = "ide";
        } else {
            if (!(contAlias = virDomainControllerAliasFind(def,
                                                           VIR_DOMAIN_CONTROLLER_TYPE_SATA,
                                                           disk->info.addr.drive.controller)))
                goto error;
        }
2037 2038 2039
        virBufferAsprintf(&opt, ",bus=%s.%d",
                          contAlias,
                          disk->info.addr.drive.unit);
J
Jim Fehlig 已提交
2040
        break;
2041

2042
    case VIR_DOMAIN_DISK_BUS_VIRTIO:
2043 2044
        if (disk->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW) {
            virBufferAddLit(&opt, "virtio-blk-ccw");
2045 2046
            if (disk->iothread)
                virBufferAsprintf(&opt, ",iothread=iothread%u", disk->iothread);
2047 2048
        } else if (disk->info.type ==
                   VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390) {
2049
            virBufferAddLit(&opt, "virtio-blk-s390");
2050 2051 2052
        } else if (disk->info.type ==
                   VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO) {
            virBufferAddLit(&opt, "virtio-blk-device");
2053 2054
        } else {
            virBufferAddLit(&opt, "virtio-blk-pci");
2055 2056
            if (disk->iothread)
                virBufferAsprintf(&opt, ",iothread=iothread%u", disk->iothread);
2057
        }
2058
        qemuBuildIoEventFdStr(&opt, disk->ioeventfd, qemuCaps);
2059
        if (disk->event_idx &&
2060
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_BLK_EVENT_IDX)) {
2061
            virBufferAsprintf(&opt, ",event_idx=%s",
J
Ján Tomko 已提交
2062
                              virTristateSwitchTypeToString(disk->event_idx));
2063
        }
2064
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_BLK_SCSI)) {
2065 2066 2067 2068 2069 2070 2071
            /* if sg_io is true but the scsi option isn't supported,
             * that means it's just always on in this version of qemu.
             */
            virBufferAsprintf(&opt, ",scsi=%s",
                              (disk->device == VIR_DOMAIN_DISK_DEVICE_LUN)
                              ? "on" : "off");
        }
2072

L
Lin Ma 已提交
2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083
        if (disk->queues) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_BLK_NUM_QUEUES)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("num-queues property isn't supported by this "
                                 "QEMU binary"));
                goto error;
            }

            virBufferAsprintf(&opt, ",num-queues=%u", disk->queues);
        }

2084 2085 2086
        if (qemuBuildVirtioOptionsStr(&opt, disk->virtio, qemuCaps) < 0)
            goto error;

2087
        if (qemuBuildDeviceAddressStr(&opt, def, &disk->info, qemuCaps) < 0)
A
Alex Jia 已提交
2088
            goto error;
2089
        break;
2090

2091
    case VIR_DOMAIN_DISK_BUS_USB:
2092 2093 2094 2095 2096 2097
        if (disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE &&
            disk->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_USB) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("unexpected address type for usb disk"));
            goto error;
        }
2098 2099 2100 2101 2102 2103 2104
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_USB_STORAGE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("This QEMU doesn't support '-device "
                             "usb-storage'"));
            goto error;

        }
2105
        virBufferAddLit(&opt, "usb-storage");
2106

2107
        if (qemuBuildDeviceAddressStr(&opt, def, &disk->info, qemuCaps) < 0)
2108
            goto error;
2109
        break;
2110

2111
    default:
2112 2113
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("unsupported disk bus '%s' with device setup"), bus);
2114 2115
        goto error;
    }
2116

2117 2118 2119 2120
    if (disk->src->shared &&
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_DISK_SHARE_RW))
        virBufferAddLit(&opt, ",share-rw=on");

2121 2122 2123 2124
    if (!(drivealias = qemuAliasFromDisk(disk)))
        goto error;
    virBufferAsprintf(&opt, ",drive=%s,id=%s", drivealias, disk->info.alias);
    VIR_FREE(drivealias);
2125
    if (bootindex && virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX))
2126
        virBufferAsprintf(&opt, ",bootindex=%u", bootindex);
2127
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_BLOCKIO)) {
V
Viktor Mihajlovski 已提交
2128
        if (disk->blockio.logical_block_size > 0)
2129
            virBufferAsprintf(&opt, ",logical_block_size=%u",
V
Viktor Mihajlovski 已提交
2130 2131
                              disk->blockio.logical_block_size);
        if (disk->blockio.physical_block_size > 0)
2132
            virBufferAsprintf(&opt, ",physical_block_size=%u",
V
Viktor Mihajlovski 已提交
2133
                              disk->blockio.physical_block_size);
2134
    }
2135

2136 2137 2138 2139 2140 2141
    if (disk->wwn) {
        if (STRPREFIX(disk->wwn, "0x"))
            virBufferAsprintf(&opt, ",wwn=%s", disk->wwn);
        else
            virBufferAsprintf(&opt, ",wwn=0x%s", disk->wwn);
    }
2142

2143 2144 2145 2146
    if (disk->vendor) {
        virBufferAddLit(&opt, ",vendor=");
        virQEMUBuildBufferEscapeComma(&opt, disk->vendor);
    }
2147

2148 2149 2150 2151
    if (disk->product) {
        virBufferAddLit(&opt, ",product=");
        virQEMUBuildBufferEscapeComma(&opt, disk->product);
    }
2152

2153 2154
    if (disk->bus == VIR_DOMAIN_DISK_BUS_USB) {
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_STORAGE_REMOVABLE)) {
J
Ján Tomko 已提交
2155
            if (disk->removable == VIR_TRISTATE_SWITCH_ON)
2156 2157 2158 2159
                virBufferAddLit(&opt, ",removable=on");
            else
                virBufferAddLit(&opt, ",removable=off");
        } else {
J
Ján Tomko 已提交
2160
            if (disk->removable != VIR_TRISTATE_SWITCH_ABSENT) {
2161 2162 2163 2164 2165 2166 2167 2168
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("This QEMU doesn't support setting the "
                                 "removable flag of USB storage devices"));
                goto error;
            }
        }
    }

2169 2170 2171
    if (qemuBuildDriveDevCacheStr(disk, &opt, qemuCaps) < 0)
        goto error;

2172
    if (virBufferCheckError(&opt) < 0)
2173 2174 2175 2176
        goto error;

    return virBufferContentAndReset(&opt);

2177
 error:
2178 2179 2180 2181 2182
    virBufferFreeAndReset(&opt);
    return NULL;
}


2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234
static int
qemuBulildFloppyCommandLineOptions(virCommandPtr cmd,
                                   const virDomainDef *def,
                                   virDomainDiskDefPtr disk,
                                   unsigned int bootindex)

{
    virBuffer fdc_opts = VIR_BUFFER_INITIALIZER;
    char *fdc_opts_str = NULL;
    char *optstr;

    if (virAsprintf(&optstr, "drive%c=drive-%s",
                    disk->info.addr.drive.unit ? 'B' : 'A',
                    disk->info.alias) < 0)
        return -1;

    if (!qemuDomainNeedsFDC(def)) {
        virCommandAddArg(cmd, "-global");
        virCommandAddArgFormat(cmd, "isa-fdc.%s", optstr);
    } else {
        virBufferAsprintf(&fdc_opts, "%s,", optstr);
    }
    VIR_FREE(optstr);

    if (bootindex) {
        if (virAsprintf(&optstr, "bootindex%c=%u",
                        disk->info.addr.drive.unit
                        ? 'B' : 'A',
                        bootindex) < 0)
            return -1;

        if (!qemuDomainNeedsFDC(def)) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "isa-fdc.%s", optstr);
        } else {
            virBufferAsprintf(&fdc_opts, "%s,", optstr);
        }
        VIR_FREE(optstr);
    }

    /* Newer Q35 machine types require an explicit FDC controller */
    virBufferTrim(&fdc_opts, ",", -1);
    if ((fdc_opts_str = virBufferContentAndReset(&fdc_opts))) {
        virCommandAddArg(cmd, "-device");
        virCommandAddArgFormat(cmd, "isa-fdc,%s", fdc_opts_str);
        VIR_FREE(fdc_opts_str);
    }

    return 0;
}


2235 2236 2237
static int
qemuBuildDiskDriveCommandLine(virCommandPtr cmd,
                              const virDomainDef *def,
2238
                              virQEMUCapsPtr qemuCaps)
2239 2240
{
    size_t i;
2241 2242 2243
    unsigned int bootCD = 0;
    unsigned int bootFloppy = 0;
    unsigned int bootDisk = 0;
2244

2245 2246
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_DRIVE_BOOT) ||
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX)) {
2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265
        /* bootDevs will get translated into either bootindex=N or boot=on
         * depending on what qemu supports */
        for (i = 0; i < def->os.nBootDevs; i++) {
            switch (def->os.bootDevs[i]) {
            case VIR_DOMAIN_BOOT_CDROM:
                bootCD = i + 1;
                break;
            case VIR_DOMAIN_BOOT_FLOPPY:
                bootFloppy = i + 1;
                break;
            case VIR_DOMAIN_BOOT_DISK:
                bootDisk = i + 1;
                break;
            }
        }
    }

    for (i = 0; i < def->ndisks; i++) {
        char *optstr;
2266
        unsigned int bootindex = 0;
2267
        bool driveBoot = false;
2268
        virDomainDiskDefPtr disk = def->disks[i];
2269
        qemuDomainStorageSourcePrivatePtr srcPriv = QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(disk->src);
2270 2271 2272 2273 2274 2275 2276
        qemuDomainSecretInfoPtr secinfo = NULL;
        qemuDomainSecretInfoPtr encinfo = NULL;

        if (srcPriv) {
            secinfo = srcPriv->secinfo;
            encinfo = srcPriv->encinfo;
        }
2277

2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299
        if (disk->info.bootIndex) {
            bootindex = disk->info.bootIndex;
        } else {
            switch (disk->device) {
            case VIR_DOMAIN_DISK_DEVICE_CDROM:
                bootindex = bootCD;
                bootCD = 0;
                break;
            case VIR_DOMAIN_DISK_DEVICE_FLOPPY:
                bootindex = bootFloppy;
                bootFloppy = 0;
                break;
            case VIR_DOMAIN_DISK_DEVICE_DISK:
            case VIR_DOMAIN_DISK_DEVICE_LUN:
                bootindex = bootDisk;
                bootDisk = 0;
                break;
            }
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX)) {
                driveBoot = !!bootindex;
                bootindex = 0;
            }
2300 2301
        }

2302 2303 2304
        if (qemuBuildDiskSecinfoCommandLine(cmd, secinfo) < 0)
            return -1;

2305 2306 2307
        if (qemuBuildDiskSecinfoCommandLine(cmd, encinfo) < 0)
            return -1;

2308 2309 2310 2311
        if (qemuBuildDiskSrcTLSx509CommandLine(cmd, disk->src, disk->info.alias,
                                               qemuCaps) < 0)
            return -1;

2312 2313
        virCommandAddArg(cmd, "-drive");

2314
        if (!(optstr = qemuBuildDriveStr(disk, driveBoot, qemuCaps)))
2315
            return -1;
2316

2317 2318 2319
        virCommandAddArg(cmd, optstr);
        VIR_FREE(optstr);

J
Ján Tomko 已提交
2320
        if (qemuDiskBusNeedsDeviceArg(disk->bus)) {
2321
            if (disk->bus == VIR_DOMAIN_DISK_BUS_FDC) {
2322 2323
                if (qemuBulildFloppyCommandLineOptions(cmd, def, disk,
                                                       bootindex) < 0)
2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339
                    return -1;
            } else {
                virCommandAddArg(cmd, "-device");

                if (!(optstr = qemuBuildDriveDevStr(def, disk, bootindex,
                                                    qemuCaps)))
                    return -1;
                virCommandAddArg(cmd, optstr);
                VIR_FREE(optstr);
            }
        }
    }
    return 0;
}


2340
static char *
2341
qemuBuildFSStr(virDomainFSDefPtr fs)
2342 2343
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;
2344
    const char *driver = qemuDomainFSDriverTypeToString(fs->fsdriver);
2345
    const char *wrpolicy = virDomainFSWrpolicyTypeToString(fs->wrpolicy);
2346 2347

    if (fs->type != VIR_DOMAIN_FS_TYPE_MOUNT) {
2348 2349
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("only supports mount filesystem type"));
2350 2351 2352
        goto error;
    }

2353
    if (!driver) {
2354 2355
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("Filesystem driver type not supported"));
2356 2357 2358 2359
        goto error;
    }
    virBufferAdd(&opt, driver, -1);

2360 2361 2362 2363
    if (fs->fsdriver == VIR_DOMAIN_FS_DRIVER_TYPE_PATH ||
        fs->fsdriver == VIR_DOMAIN_FS_DRIVER_TYPE_DEFAULT) {
        if (fs->accessmode == VIR_DOMAIN_FS_ACCESSMODE_MAPPED) {
            virBufferAddLit(&opt, ",security_model=mapped");
2364
        } else if (fs->accessmode == VIR_DOMAIN_FS_ACCESSMODE_PASSTHROUGH) {
2365
            virBufferAddLit(&opt, ",security_model=passthrough");
2366
        } else if (fs->accessmode == VIR_DOMAIN_FS_ACCESSMODE_SQUASH) {
2367 2368 2369 2370 2371 2372
            virBufferAddLit(&opt, ",security_model=none");
        }
    } else {
        /* For other fs drivers, default(passthru) should always
         * be supported */
        if (fs->accessmode != VIR_DOMAIN_FS_ACCESSMODE_PASSTHROUGH) {
2373 2374
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("only supports passthrough accessmode"));
2375 2376
            goto error;
        }
2377
    }
2378

2379 2380
    if (fs->wrpolicy)
        virBufferAsprintf(&opt, ",writeout=%s", wrpolicy);
2381

2382
    virBufferAsprintf(&opt, ",id=%s%s", QEMU_FSDEV_HOST_PREFIX, fs->info.alias);
2383 2384
    virBufferAddLit(&opt, ",path=");
    virQEMUBuildBufferEscapeComma(&opt, fs->src->path);
2385

2386 2387
    if (fs->readonly)
        virBufferAddLit(&opt, ",readonly");
2388

2389
    if (virBufferCheckError(&opt) < 0)
2390 2391 2392 2393
        goto error;

    return virBufferContentAndReset(&opt);

2394
 error:
2395 2396 2397 2398 2399
    virBufferFreeAndReset(&opt);
    return NULL;
}


2400 2401
static char *
qemuBuildFSDevStr(const virDomainDef *def,
2402
                  virDomainFSDefPtr fs,
2403
                  virQEMUCapsPtr qemuCaps)
2404 2405 2406 2407
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;

    if (fs->type != VIR_DOMAIN_FS_TYPE_MOUNT) {
2408 2409
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("can only passthrough directories"));
2410 2411 2412
        goto error;
    }

2413 2414 2415 2416 2417
    if (fs->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW)
        virBufferAddLit(&opt, "virtio-9p-ccw");
    else
        virBufferAddLit(&opt, "virtio-9p-pci");

2418
    virBufferAsprintf(&opt, ",id=%s", fs->info.alias);
2419 2420
    virBufferAsprintf(&opt, ",fsdev=%s%s",
                      QEMU_FSDEV_HOST_PREFIX, fs->info.alias);
2421 2422
    virBufferAddLit(&opt, ",mount_tag=");
    virQEMUBuildBufferEscapeComma(&opt, fs->dst);
A
Alex Jia 已提交
2423

2424 2425
    if (qemuBuildVirtioOptionsStr(&opt, fs->virtio, qemuCaps) < 0)
        goto error;
2426

2427
    if (qemuBuildDeviceAddressStr(&opt, def, &fs->info, qemuCaps) < 0)
A
Alex Jia 已提交
2428
        goto error;
2429

2430
    if (virBufferCheckError(&opt) < 0)
2431 2432 2433 2434
        goto error;

    return virBufferContentAndReset(&opt);

2435
 error:
2436 2437 2438 2439 2440
    virBufferFreeAndReset(&opt);
    return NULL;
}


2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452
static int
qemuBuildFSDevCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i;

    for (i = 0; i < def->nfss; i++) {
        char *optstr;
        virDomainFSDefPtr fs = def->fss[i];

        virCommandAddArg(cmd, "-fsdev");
2453
        if (!(optstr = qemuBuildFSStr(fs)))
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468
            return -1;
        virCommandAddArg(cmd, optstr);
        VIR_FREE(optstr);

        virCommandAddArg(cmd, "-device");
        if (!(optstr = qemuBuildFSDevStr(def, fs, qemuCaps)))
            return -1;
        virCommandAddArg(cmd, optstr);
        VIR_FREE(optstr);
    }

    return 0;
}


2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487
static int
qemuControllerModelUSBToCaps(int model)
{
    switch (model) {
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_PIIX3_UHCI:
        return QEMU_CAPS_PIIX3_USB_UHCI;
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_PIIX4_UHCI:
        return QEMU_CAPS_PIIX4_USB_UHCI;
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_EHCI:
        return QEMU_CAPS_USB_EHCI;
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_ICH9_EHCI1:
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_ICH9_UHCI1:
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_ICH9_UHCI2:
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_ICH9_UHCI3:
        return QEMU_CAPS_ICH9_USB_EHCI1;
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_VT82C686B_UHCI:
        return QEMU_CAPS_VT82C686B_USB_UHCI;
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_PCI_OHCI:
        return QEMU_CAPS_PCI_OHCI;
G
Gerd Hoffmann 已提交
2488 2489
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_NEC_XHCI:
        return QEMU_CAPS_NEC_USB_XHCI;
2490 2491
    case VIR_DOMAIN_CONTROLLER_MODEL_USB_QEMU_XHCI:
        return QEMU_CAPS_DEVICE_QEMU_XHCI;
2492 2493 2494 2495 2496 2497
    default:
        return -1;
    }
}


2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522
static const char *
qemuBuildUSBControllerFindMasterAlias(const virDomainDef *domainDef,
                                      const virDomainControllerDef *def)
{
    size_t i;

    for (i = 0; i < domainDef->ncontrollers; i++) {
        const virDomainControllerDef *tmp = domainDef->controllers[i];

        if (tmp->type != VIR_DOMAIN_CONTROLLER_TYPE_USB)
            continue;

        if (tmp->idx != def->idx)
            continue;

        if (tmp->info.mastertype == VIR_DOMAIN_CONTROLLER_MASTER_USB)
            continue;

        return tmp->info.alias;
    }

    return NULL;
}


2523
static int
2524 2525
qemuBuildUSBControllerDevStr(const virDomainDef *domainDef,
                             virDomainControllerDefPtr def,
2526
                             virQEMUCapsPtr qemuCaps,
2527 2528 2529
                             virBuffer *buf)
{
    const char *smodel;
2530
    int model, flags;
2531 2532

    model = def->model;
2533

2534
    if (model == VIR_DOMAIN_CONTROLLER_MODEL_USB_DEFAULT) {
2535 2536 2537
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       "%s", _("no model provided for USB controller"));
        return -1;
2538
    }
2539 2540

    smodel = qemuControllerModelUSBTypeToString(model);
2541
    flags = qemuControllerModelUSBToCaps(model);
2542

2543
    if (flags == -1 || !virQEMUCapsGet(qemuCaps, flags)) {
2544 2545
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("%s not supported in this QEMU binary"), smodel);
2546 2547 2548
        return -1;
    }

2549 2550
    virBufferAsprintf(buf, "%s", smodel);

2551
    if (def->opts.usbopts.ports != -1) {
2552 2553 2554
        if ((model != VIR_DOMAIN_CONTROLLER_MODEL_USB_NEC_XHCI ||
             !virQEMUCapsGet(qemuCaps, QEMU_CAPS_NEC_USB_XHCI_PORTS)) &&
            model != VIR_DOMAIN_CONTROLLER_MODEL_USB_QEMU_XHCI) {
2555 2556 2557 2558 2559 2560 2561 2562 2563 2564
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("usb controller type %s doesn't support 'ports' "
                             "with this QEMU binary"), smodel);
            return -1;
        }

        virBufferAsprintf(buf, ",p2=%d,p3=%d",
                          def->opts.usbopts.ports, def->opts.usbopts.ports);
    }

2565 2566 2567 2568 2569 2570 2571 2572
    if (def->info.mastertype == VIR_DOMAIN_CONTROLLER_MASTER_USB) {
        const char *masterbus;

        if (!(masterbus = qemuBuildUSBControllerFindMasterAlias(domainDef, def))) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("masterbus not found"));
            return -1;
        }
2573
        virBufferAsprintf(buf, ",masterbus=%s.0,firstport=%d",
2574 2575
                          masterbus, def->info.master.usb.startport);
    } else {
2576
        virBufferAsprintf(buf, ",id=%s", def->info.alias);
2577
    }
2578

2579 2580 2581
    return 0;
}

2582

2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603
/**
 * qemuBuildControllerDevStr:
 * @domainDef: domain definition
 * @def: controller definition
 * @qemuCaps: QEMU binary capabilities
 * @devstr: device string
 * @nusbcontroller: number of USB controllers
 *
 * Turn @def into a description of the controller that QEMU will understand,
 * to be used either on the command line or through the monitor.
 *
 * The description will be returned in @devstr and can be NULL, eg. when
 * passing in one of the built-in controllers. The returned string must be
 * freed by the caller.
 *
 * The number pointed to by @nusbcontroller will be increased by one every
 * time the description for a USB controller has been generated successfully.
 *
 * Returns: 0 on success, <0 on failure
 */
int
2604
qemuBuildControllerDevStr(const virDomainDef *domainDef,
2605
                          virDomainControllerDefPtr def,
2606
                          virQEMUCapsPtr qemuCaps,
2607
                          char **devstr,
2608
                          int *nusbcontroller)
2609 2610
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
2611
    int address_type = def->info.type;
2612

2613 2614
    *devstr = NULL;

2615
    switch ((virDomainControllerType)def->type) {
2616
    case VIR_DOMAIN_CONTROLLER_TYPE_SCSI:
2617
        switch ((virDomainControllerModelSCSI) def->model) {
2618
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VIRTIO_SCSI:
2619
            switch (address_type) {
2620
            case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW:
2621
                virBufferAddLit(&buf, "virtio-scsi-ccw");
2622 2623
                break;
            case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390:
2624
                virBufferAddLit(&buf, "virtio-scsi-s390");
2625 2626
                break;
            case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO:
2627
                virBufferAddLit(&buf, "virtio-scsi-device");
2628 2629
                break;
            default:
2630
                virBufferAddLit(&buf, "virtio-scsi-pci");
2631
            }
2632 2633 2634 2635 2636 2637

            if (def->iothread) {
                virBufferAsprintf(&buf, ",iothread=iothread%u",
                                  def->iothread);
            }

2638 2639
            if (qemuBuildVirtioOptionsStr(&buf, def->virtio, qemuCaps) < 0)
                goto error;
2640
            break;
2641
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSILOGIC:
2642
            virBufferAddLit(&buf, "lsi");
2643 2644 2645 2646
            break;
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_IBMVSCSI:
            virBufferAddLit(&buf, "spapr-vscsi");
            break;
2647 2648 2649
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSISAS1068:
            virBufferAddLit(&buf, "mptsas1068");
            break;
2650 2651 2652
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSISAS1078:
            virBufferAddLit(&buf, "megasas");
            break;
2653 2654 2655
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_AUTO:
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_BUSLOGIC:
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VMPVSCSI:
2656 2657 2658
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("Unsupported controller model: %s"),
                           virDomainControllerModelSCSITypeToString(def->model));
2659 2660 2661 2662 2663 2664 2665
            goto error;
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_DEFAULT:
        case VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LAST:
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("Unexpected SCSI controller model %d"),
                           def->model);
            goto error;
2666
        }
2667
        virBufferAsprintf(&buf, ",id=%s", def->info.alias);
2668 2669 2670
        break;

    case VIR_DOMAIN_CONTROLLER_TYPE_VIRTIO_SERIAL:
2671
        switch (address_type) {
2672
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI:
2673
            virBufferAddLit(&buf, "virtio-serial-pci");
2674 2675
            break;
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW:
2676
            virBufferAddLit(&buf, "virtio-serial-ccw");
2677 2678
            break;
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390:
2679
            virBufferAddLit(&buf, "virtio-serial-s390");
2680 2681
            break;
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO:
2682
            virBufferAddLit(&buf, "virtio-serial-device");
2683 2684
            break;
        default:
2685 2686
            virBufferAddLit(&buf, "virtio-serial");
        }
2687
        virBufferAsprintf(&buf, ",id=%s", def->info.alias);
2688
        if (def->opts.vioserial.ports != -1) {
2689
            virBufferAsprintf(&buf, ",max_ports=%d",
2690 2691 2692
                              def->opts.vioserial.ports);
        }
        if (def->opts.vioserial.vectors != -1) {
2693
            virBufferAsprintf(&buf, ",vectors=%d",
2694 2695
                              def->opts.vioserial.vectors);
        }
2696 2697
        if (qemuBuildVirtioOptionsStr(&buf, def->virtio, qemuCaps) < 0)
            goto error;
2698 2699
        break;

E
Eric Blake 已提交
2700
    case VIR_DOMAIN_CONTROLLER_TYPE_CCID:
2701
        virBufferAsprintf(&buf, "usb-ccid,id=%s", def->info.alias);
E
Eric Blake 已提交
2702 2703
        break;

J
Jim Fehlig 已提交
2704
    case VIR_DOMAIN_CONTROLLER_TYPE_SATA:
2705
        virBufferAsprintf(&buf, "ahci,id=%s", def->info.alias);
J
Jim Fehlig 已提交
2706 2707
        break;

2708
    case VIR_DOMAIN_CONTROLLER_TYPE_USB:
2709
        if (qemuBuildUSBControllerDevStr(domainDef, def, qemuCaps, &buf) == -1)
2710 2711 2712 2713 2714 2715 2716
            goto error;

        if (nusbcontroller)
            *nusbcontroller += 1;

        break;

2717 2718 2719
    case VIR_DOMAIN_CONTROLLER_TYPE_PCI: {
        const virDomainPCIControllerOpts *pciopts = &def->opts.pciopts;
        const char *modelName = virDomainControllerPCIModelNameTypeToString(pciopts->modelName);
2720

2721 2722 2723 2724 2725 2726 2727
        /* Skip the implicit PHB for pSeries guests */
        if (def->model == VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT &&
            pciopts->modelName == VIR_DOMAIN_CONTROLLER_PCI_MODEL_NAME_SPAPR_PCI_HOST_BRIDGE &&
            pciopts->targetIndex == 0) {
            goto done;
        }

2728 2729 2730 2731 2732 2733 2734
        if (!modelName) {
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("Unknown virDomainControllerPCIModelName value: %d"),
                           pciopts->modelName);
            return -1;
        }

2735
        switch ((virDomainControllerModelPCI) def->model) {
2736
        case VIR_DOMAIN_CONTROLLER_MODEL_PCI_BRIDGE:
2737
            virBufferAsprintf(&buf, "%s,chassis_nr=%d,id=%s",
2738
                              modelName, pciopts->chassisNr,
2739
                              def->info.alias);
2740
            break;
2741
        case VIR_DOMAIN_CONTROLLER_MODEL_PCI_EXPANDER_BUS:
2742
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_EXPANDER_BUS:
2743
            virBufferAsprintf(&buf, "%s,bus_nr=%d,id=%s",
2744
                              modelName, pciopts->busNr,
2745
                              def->info.alias);
2746 2747 2748 2749
            if (pciopts->numaNode != -1) {
                virBufferAsprintf(&buf, ",numa_node=%d",
                                  pciopts->numaNode);
            }
2750
            break;
2751
        case VIR_DOMAIN_CONTROLLER_MODEL_DMI_TO_PCI_BRIDGE:
2752
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_SWITCH_UPSTREAM_PORT:
2753
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_TO_PCI_BRIDGE:
2754 2755
            virBufferAsprintf(&buf, "%s,id=%s", modelName, def->info.alias);
            break;
2756
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_ROOT_PORT:
2757 2758
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_SWITCH_DOWNSTREAM_PORT:
            virBufferAsprintf(&buf, "%s,port=0x%x,chassis=%d,id=%s",
2759 2760
                              modelName, pciopts->port,
                              pciopts->chassis, def->info.alias);
2761
            break;
2762
        case VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT:
2763
            virBufferAsprintf(&buf, "%s,index=%d,id=%s",
2764
                              modelName, pciopts->targetIndex,
2765
                              def->info.alias);
2766

2767
            if (pciopts->numaNode != -1)
2768
                virBufferAsprintf(&buf, ",numa_node=%d", pciopts->numaNode);
2769
            break;
2770
        case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_ROOT:
2771 2772 2773 2774
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Unsupported PCI Express root controller"));
            goto error;
        case VIR_DOMAIN_CONTROLLER_MODEL_PCI_DEFAULT:
2775
        case VIR_DOMAIN_CONTROLLER_MODEL_PCI_LAST:
2776 2777 2778
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("Unexpected PCI controller model %d"),
                           def->model);
2779 2780
            goto error;
        }
2781
        break;
2782
    }
2783

2784
    case VIR_DOMAIN_CONTROLLER_TYPE_IDE:
2785 2786
    case VIR_DOMAIN_CONTROLLER_TYPE_FDC:
    case VIR_DOMAIN_CONTROLLER_TYPE_LAST:
2787
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
2788
                       _("Unsupported controller type: %s"),
2789
                       virDomainControllerTypeToString(def->type));
2790 2791 2792
        goto error;
    }

2793 2794
    if (def->queues)
        virBufferAsprintf(&buf, ",num_queues=%u", def->queues);
2795

2796 2797 2798 2799 2800 2801
    if (def->cmd_per_lun)
        virBufferAsprintf(&buf, ",cmd_per_lun=%u", def->cmd_per_lun);

    if (def->max_sectors)
        virBufferAsprintf(&buf, ",max_sectors=%u", def->max_sectors);

2802 2803
    qemuBuildIoEventFdStr(&buf, def->ioeventfd, qemuCaps);

2804
    if (qemuBuildDeviceAddressStr(&buf, domainDef, &def->info, qemuCaps) < 0)
2805 2806
        goto error;

2807
 done:
2808
    if (virBufferCheckError(&buf) < 0)
2809 2810
        goto error;

2811 2812
    *devstr = virBufferContentAndReset(&buf);
    return 0;
2813

2814
 error:
2815
    virBufferFreeAndReset(&buf);
2816
    return -1;
2817 2818 2819
}


2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857
/**
 * qemuBuildSkipController:
 * @controller: Controller to check
 * @def: Domain definition
 *
 * Returns true if this controller can be skipped for command line
 * generation or device validation.
 */
static bool
qemuBuildSkipController(const virDomainControllerDef *controller,
                        const virDomainDef *def)
{
    /* skip pcie-root */
    if (controller->type == VIR_DOMAIN_CONTROLLER_TYPE_PCI &&
        controller->model == VIR_DOMAIN_CONTROLLER_MODEL_PCIE_ROOT)
        return true;

    /* Skip pci-root, except for pSeries guests (which actually
     * support more than one PCI Host Bridge per guest) */
    if (!qemuDomainIsPSeries(def) &&
        controller->type == VIR_DOMAIN_CONTROLLER_TYPE_PCI &&
        controller->model == VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT)
        return true;

    /* first SATA controller on Q35 machines is implicit */
    if (controller->type == VIR_DOMAIN_CONTROLLER_TYPE_SATA &&
        controller->idx == 0 && qemuDomainIsQ35(def))
        return true;

    /* first IDE controller is implicit on various machines */
    if (controller->type == VIR_DOMAIN_CONTROLLER_TYPE_IDE &&
        controller->idx == 0 && qemuDomainHasBuiltinIDE(def))
        return true;

    return false;
}


2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889
static int
qemuBuildControllerDevCommandLine(virCommandPtr cmd,
                                  const virDomainDef *def,
                                  virQEMUCapsPtr qemuCaps)
{
    size_t i, j;
    int usbcontroller = 0;
    bool usblegacy = false;
    int contOrder[] = {
        /*
         * List of controller types that we add commandline args for,
         * *in the order we want to add them*.
         *
         * The floppy controller is implicit on PIIX4 and older Q35
         * machines. For newer Q35 machines it is added out of the
         * controllers loop, after the floppy drives.
         *
         * We don't add PCI/PCIe root controller either, because it's
         * implicit, but we do add PCI bridges and other PCI
         * controllers, so we leave that in to check each
         * one. Likewise, we don't do anything for the primary IDE
         * controller on an i440fx machine or primary SATA on q35, but
         * we do add those beyond these two exceptions.
         */
        VIR_DOMAIN_CONTROLLER_TYPE_PCI,
        VIR_DOMAIN_CONTROLLER_TYPE_USB,
        VIR_DOMAIN_CONTROLLER_TYPE_SCSI,
        VIR_DOMAIN_CONTROLLER_TYPE_IDE,
        VIR_DOMAIN_CONTROLLER_TYPE_SATA,
        VIR_DOMAIN_CONTROLLER_TYPE_VIRTIO_SERIAL,
        VIR_DOMAIN_CONTROLLER_TYPE_CCID,
    };
2890
    int ret = -1;
2891 2892 2893 2894 2895 2896 2897 2898 2899

    for (j = 0; j < ARRAY_CARDINALITY(contOrder); j++) {
        for (i = 0; i < def->ncontrollers; i++) {
            virDomainControllerDefPtr cont = def->controllers[i];
            char *devstr;

            if (cont->type != contOrder[j])
                continue;

2900 2901 2902
            if (qemuBuildSkipController(cont, def))
                continue;

2903 2904 2905 2906 2907 2908 2909 2910
            /* skip USB controllers with type none.*/
            if (cont->type == VIR_DOMAIN_CONTROLLER_TYPE_USB &&
                cont->model == VIR_DOMAIN_CONTROLLER_MODEL_USB_NONE) {
                usbcontroller = -1; /* mark we don't want a controller */
                continue;
            }

            if (cont->type == VIR_DOMAIN_CONTROLLER_TYPE_USB &&
2911
                cont->model == VIR_DOMAIN_CONTROLLER_MODEL_USB_DEFAULT &&
2912 2913
                !qemuDomainIsQ35(def) &&
                !qemuDomainIsVirt(def)) {
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930

                /* An appropriate default USB controller model should already
                 * have been selected in qemuDomainDeviceDefPostParse(); if
                 * we still have no model by now, we have to fall back to the
                 * legacy USB controller.
                 *
                 * Note that we *don't* want to end up with the legacy USB
                 * controller for q35 and virt machines, so we go ahead and
                 * fail in qemuBuildControllerDevStr(); on the other hand,
                 * for s390 machines we want to ignore any USB controller
                 * (see 548ba43028 for the full story), so we skip
                 * qemuBuildControllerDevStr() but we don't ultimately end
                 * up adding the legacy USB controller */
                if (usblegacy) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("Multiple legacy USB controllers are "
                                     "not supported"));
2931
                    goto cleanup;
2932
                }
2933 2934
                usblegacy = true;
                continue;
2935 2936
            }

2937 2938
            if (qemuBuildControllerDevStr(def, cont, qemuCaps,
                                          &devstr, &usbcontroller) < 0)
2939
                goto cleanup;
2940 2941 2942 2943 2944 2945

            if (devstr) {
                virCommandAddArg(cmd, "-device");
                virCommandAddArg(cmd, devstr);
                VIR_FREE(devstr);
            }
2946 2947 2948 2949
        }
    }

    if (usbcontroller == 0 &&
2950 2951
        !qemuDomainIsQ35(def) &&
        !qemuDomainIsVirt(def) &&
2952 2953 2954 2955
        !ARCH_IS_S390(def->os.arch)) {
        /* We haven't added any USB controller yet, but we haven't been asked
         * not to add one either. Add a legacy USB controller, unless we're
         * creating a kind of guest we want to keep legacy-free */
2956
        virCommandAddArg(cmd, "-usb");
2957
    }
2958

2959 2960 2961 2962
    ret = 0;

 cleanup:
    return ret;
2963 2964 2965
}


2966 2967
/**
 * qemuBuildMemoryBackendStr:
2968 2969
 * @backendProps: [out] constructed object
 * @backendType: [out] type of the backennd used
2970
 * @cfg: qemu driver config object
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983
 * @qemuCaps: qemu capabilities object
 * @def: domain definition object
 * @mem: memory definition object
 * @autoNodeset: fallback nodeset in case of automatic NUMA placement
 * @force: forcibly use one of the backends
 *
 * Creates a configuration object that represents memory backend of given guest
 * NUMA node (domain @def and @mem). Use @autoNodeset to fine tune the
 * placement of the memory on the host NUMA nodes.
 *
 * By default, if no memory-backend-* object is necessary to fulfil the guest
 * configuration value of 1 is returned. This behaviour can be suppressed by
 * setting @force to true in which case 0 would be returned.
2984
 *
2985 2986
 * Then, if one of the two memory-backend-* should be used, the @qemuCaps is
 * consulted to check if qemu does support it.
2987
 *
2988 2989 2990
 * Returns: 0 on success,
 *          1 on success and if there's no need to use memory-backend-*
 *         -1 on error.
2991
 */
2992
int
2993
qemuBuildMemoryBackendStr(virJSONValuePtr *backendProps,
2994
                          const char **backendType,
2995 2996 2997 2998 2999
                          virQEMUDriverConfigPtr cfg,
                          virQEMUCapsPtr qemuCaps,
                          virDomainDefPtr def,
                          virDomainMemoryDefPtr mem,
                          virBitmapPtr autoNodeset,
3000 3001 3002
                          bool force)
{
    virDomainNumatuneMemMode mode;
3003
    const long system_page_size = virGetSystemPageSizeKB();
3004
    virDomainMemoryAccess memAccess = mem->access;
3005
    size_t i;
M
Michal Privoznik 已提交
3006 3007
    char *memPath = NULL;
    bool prealloc = false;
3008
    virBitmapPtr nodemask = NULL;
3009
    int ret = -1;
3010
    virJSONValuePtr props = NULL;
3011 3012
    bool nodeSpecified = virDomainNumatuneNodeSpecified(def->numa, mem->targetNode);
    unsigned long long pagesize = mem->pagesize;
3013
    bool needHugepage = !!pagesize;
3014
    bool useHugepage = !!pagesize;
3015
    int discard = mem->discard;
3016 3017 3018 3019 3020 3021

    /* The difference between @needHugepage and @useHugepage is that the latter
     * is true whenever huge page is defined for the current memory cell.
     * Either directly, or transitively via global domain huge pages. The
     * former is true whenever "memory-backend-file" must be used to satisfy
     * @useHugepage. */
3022

3023 3024 3025
    *backendProps = NULL;
    *backendType = NULL;

3026
    if (mem->targetNode >= 0) {
3027
        /* memory devices could provide a invalid guest node */
3028
        if (mem->targetNode >= virDomainNumaGetNodeCount(def->numa)) {
3029 3030 3031
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("can't add memory backend for guest node '%d' as "
                             "the guest has only '%zu' NUMA nodes configured"),
3032
                           mem->targetNode, virDomainNumaGetNodeCount(def->numa));
3033 3034
            return -1;
        }
3035

3036 3037 3038 3039 3040
        if (memAccess == VIR_DOMAIN_MEMORY_ACCESS_DEFAULT)
            memAccess = virDomainNumaGetNodeMemoryAccessMode(def->numa, mem->targetNode);

        if (discard == VIR_TRISTATE_BOOL_ABSENT)
            discard = virDomainNumaGetNodeDiscard(def->numa, mem->targetNode);
3041
    }
3042

3043 3044 3045
    if (memAccess == VIR_DOMAIN_MEMORY_ACCESS_DEFAULT)
        memAccess = def->mem.access;

3046 3047 3048
    if (discard == VIR_TRISTATE_BOOL_ABSENT)
        discard = def->mem.discard;

3049
    if (virDomainNumatuneGetMode(def->numa, mem->targetNode, &mode) < 0 &&
3050 3051
        virDomainNumatuneGetMode(def->numa, -1, &mode) < 0)
        mode = VIR_DOMAIN_NUMATUNE_MEM_STRICT;
3052

3053
    if (pagesize == 0) {
3054 3055
        virDomainHugePagePtr master_hugepage = NULL;
        virDomainHugePagePtr hugepage = NULL;
3056 3057
        bool thisHugepage = false;

3058 3059 3060 3061 3062 3063 3064 3065 3066
        /* Find the huge page size we want to use */
        for (i = 0; i < def->mem.nhugepages; i++) {
            hugepage = &def->mem.hugepages[i];

            if (!hugepage->nodemask) {
                master_hugepage = hugepage;
                continue;
            }

3067
            /* just find the master hugepage in case we don't use NUMA */
3068
            if (mem->targetNode < 0)
3069 3070
                continue;

3071
            if (virBitmapGetBit(hugepage->nodemask, mem->targetNode,
3072 3073 3074 3075 3076 3077 3078 3079 3080
                                &thisHugepage) < 0) {
                /* Ignore this error. It's not an error after all. Well,
                 * the nodemask for this <page/> can contain lower NUMA
                 * nodes than we are querying in here. */
                continue;
            }

            if (thisHugepage) {
                /* Hooray, we've found the page size */
3081
                needHugepage = true;
3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092
                break;
            }
        }

        if (i == def->mem.nhugepages) {
            /* We have not found specific huge page to be used with this
             * NUMA node. Use the generic setting then (<page/> without any
             * @nodemask) if possible. */
            hugepage = master_hugepage;
        }

3093
        if (hugepage) {
3094
            pagesize = hugepage->size;
3095 3096
            useHugepage = true;
        }
3097
    }
3098

3099 3100 3101 3102 3103
    if (pagesize == system_page_size) {
        /* However, if user specified to use "huge" page
         * of regular system page size, it's as if they
         * hasn't specified any huge pages at all. */
        pagesize = 0;
3104 3105
        needHugepage = false;
        useHugepage = false;
3106 3107
    }

3108 3109 3110
    if (!(props = virJSONValueNewObject()))
        return -1;

3111
    if (useHugepage || mem->nvdimmPath || memAccess ||
M
Michal Privoznik 已提交
3112
        def->mem.source == VIR_DOMAIN_MEMORY_SOURCE_FILE) {
3113 3114
        *backendType = "memory-backend-file";

3115
        if (useHugepage) {
3116 3117 3118 3119
            if (qemuGetDomainHupageMemPath(def, cfg, pagesize, &memPath) < 0)
                goto cleanup;
            prealloc = true;
        } else if (mem->nvdimmPath) {
M
Michal Privoznik 已提交
3120
            if (VIR_STRDUP(memPath, mem->nvdimmPath) < 0)
3121
                goto cleanup;
M
Michal Privoznik 已提交
3122
            prealloc = true;
3123
        } else {
3124 3125
            /* We can have both pagesize and mem source. If that's the case,
             * prefer hugepages as those are more specific. */
3126
            if (qemuGetMemoryBackingPath(def, cfg, mem->info.alias, &memPath) < 0)
3127 3128
                goto cleanup;
        }
3129

M
Michal Privoznik 已提交
3130 3131 3132 3133 3134 3135
        if (virJSONValueObjectAdd(props,
                                  "B:prealloc", prealloc,
                                  "s:mem-path", memPath,
                                  NULL) < 0)
            goto cleanup;

3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149
        if (!mem->nvdimmPath &&
            discard == VIR_TRISTATE_BOOL_YES) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_FILE_DISCARD)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("this QEMU doesn't support memory discard"));
                goto cleanup;
            }

            if (virJSONValueObjectAdd(props,
                                      "B:discard-data", true,
                                      NULL) < 0)
                goto cleanup;
        }

3150
        switch (memAccess) {
3151
        case VIR_DOMAIN_MEMORY_ACCESS_SHARED:
3152 3153
            if (virJSONValueObjectAdd(props, "b:share", true, NULL) < 0)
                goto cleanup;
3154 3155
            break;

3156
        case VIR_DOMAIN_MEMORY_ACCESS_PRIVATE:
3157 3158
            if (virJSONValueObjectAdd(props, "b:share", false, NULL) < 0)
                goto cleanup;
3159 3160
            break;

3161 3162
        case VIR_DOMAIN_MEMORY_ACCESS_DEFAULT:
        case VIR_DOMAIN_MEMORY_ACCESS_LAST:
3163 3164 3165
            break;
        }
    } else {
3166
        *backendType = "memory-backend-ram";
3167 3168
    }

3169
    if (virJSONValueObjectAdd(props, "U:size", mem->size * 1024, NULL) < 0)
3170
        goto cleanup;
3171

3172 3173
    if (mem->sourceNodes) {
        nodemask = mem->sourceNodes;
3174
    } else {
3175
        if (virDomainNumatuneMaybeGetNodeset(def->numa, autoNodeset,
3176
                                             &nodemask, mem->targetNode) < 0)
3177 3178 3179 3180
            goto cleanup;
    }

    if (nodemask) {
3181 3182
        if (!virNumaNodesetIsAvailable(nodemask))
            goto cleanup;
3183 3184 3185 3186
        if (virJSONValueObjectAdd(props,
                                  "m:host-nodes", nodemask,
                                  "S:policy", qemuNumaPolicyTypeToString(mode),
                                  NULL) < 0)
3187 3188 3189
            goto cleanup;
    }

3190
    /* If none of the following is requested... */
3191
    if (!needHugepage && !mem->sourceNodes && !nodeSpecified &&
M
Michal Privoznik 已提交
3192
        !mem->nvdimmPath &&
3193
        memAccess == VIR_DOMAIN_MEMORY_ACCESS_DEFAULT &&
3194
        def->mem.source != VIR_DOMAIN_MEMORY_SOURCE_FILE && !force) {
3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207
        /* report back that using the new backend is not necessary
         * to achieve the desired configuration */
        ret = 1;
    } else {
        /* otherwise check the required capability */
        if (STREQ(*backendType, "memory-backend-file") &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_FILE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this qemu doesn't support the "
                             "memory-backend-file object"));
            goto cleanup;
        } else if (STREQ(*backendType, "memory-backend-ram") &&
                   !virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_RAM)) {
3208 3209 3210
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this qemu doesn't support the "
                             "memory-backend-ram object"));
3211
            goto cleanup;
3212 3213
        }

3214
        ret = 0;
3215 3216
    }

3217 3218
    *backendProps = props;
    props = NULL;
3219 3220

 cleanup:
3221
    virJSONValueFree(props);
M
Michal Privoznik 已提交
3222
    VIR_FREE(memPath);
3223 3224 3225 3226 3227 3228 3229 3230
    return ret;
}


static int
qemuBuildMemoryCellBackendStr(virDomainDefPtr def,
                              virQEMUDriverConfigPtr cfg,
                              size_t cell,
3231
                              qemuDomainObjPrivatePtr priv,
3232 3233
                              char **backendStr)
{
3234 3235 3236 3237 3238
    virJSONValuePtr props = NULL;
    char *alias = NULL;
    const char *backendType;
    int ret = -1;
    int rc;
3239
    virDomainMemoryDef mem = { 0 };
3240 3241
    unsigned long long memsize = virDomainNumaGetNodeMemorySize(def->numa,
                                                                cell);
3242

3243 3244 3245
    if (virAsprintf(&alias, "ram-node%zu", cell) < 0)
        goto cleanup;

3246
    *backendStr = NULL;
3247 3248
    mem.size = memsize;
    mem.targetNode = cell;
3249
    mem.info.alias = alias;
3250

3251 3252
    if ((rc = qemuBuildMemoryBackendStr(&props, &backendType, cfg, priv->qemuCaps,
                                        def, &mem, priv->autoNodeset, false)) < 0)
3253 3254
        goto cleanup;

3255 3256 3257
    if (!(*backendStr = virQEMUBuildObjectCommandlineFromJSON(backendType,
                                                              alias,
                                                              props)))
3258 3259
        goto cleanup;

3260
    ret = rc;
3261 3262 3263 3264 3265

 cleanup:
    VIR_FREE(alias);
    virJSONValueFree(props);

3266 3267 3268 3269
    return ret;
}


3270 3271 3272
static char *
qemuBuildMemoryDimmBackendStr(virDomainMemoryDefPtr mem,
                              virDomainDefPtr def,
3273
                              virQEMUDriverConfigPtr cfg,
3274
                              qemuDomainObjPrivatePtr priv)
3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289
{
    virJSONValuePtr props = NULL;
    char *alias = NULL;
    const char *backendType;
    char *ret = NULL;

    if (!mem->info.alias) {
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("memory device alias is not assigned"));
        return NULL;
    }

    if (virAsprintf(&alias, "mem%s", mem->info.alias) < 0)
        goto cleanup;

3290 3291
    if (qemuBuildMemoryBackendStr(&props, &backendType, cfg, priv->qemuCaps,
                                  def, mem, priv->autoNodeset, true) < 0)
3292 3293
        goto cleanup;

3294
    ret = virQEMUBuildObjectCommandlineFromJSON(backendType, alias, props);
3295 3296 3297 3298 3299 3300 3301 3302 3303

 cleanup:
    VIR_FREE(alias);
    virJSONValueFree(props);

    return ret;
}


3304
char *
3305
qemuBuildMemoryDeviceStr(virDomainMemoryDefPtr mem)
3306 3307
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
M
Michal Privoznik 已提交
3308
    const char *device;
3309 3310 3311 3312 3313 3314 3315 3316

    if (!mem->info.alias) {
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("missing alias for memory device"));
        return NULL;
    }

    switch ((virDomainMemoryModel) mem->model) {
M
Michal Privoznik 已提交
3317
    case VIR_DOMAIN_MEMORY_MODEL_NVDIMM:
3318
    case VIR_DOMAIN_MEMORY_MODEL_DIMM:
M
Michal Privoznik 已提交
3319 3320 3321 3322 3323 3324 3325

        if (mem->model == VIR_DOMAIN_MEMORY_MODEL_DIMM)
            device = "pc-dimm";
        else
            device = "nvdimm";

        virBufferAsprintf(&buf, "%s,", device);
3326 3327 3328 3329

        if (mem->targetNode >= 0)
            virBufferAsprintf(&buf, "node=%d,", mem->targetNode);

3330 3331 3332
        if (mem->labelsize)
            virBufferAsprintf(&buf, "label-size=%llu,", mem->labelsize * 1024);

3333 3334
        virBufferAsprintf(&buf, "memdev=mem%s,id=%s",
                          mem->info.alias, mem->info.alias);
3335 3336 3337

        if (mem->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_DIMM) {
            virBufferAsprintf(&buf, ",slot=%d", mem->info.addr.dimm.slot);
3338 3339
            if (mem->info.addr.dimm.base)
                virBufferAsprintf(&buf, ",addr=%llu", mem->info.addr.dimm.base);
3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356
        }

        break;

    case VIR_DOMAIN_MEMORY_MODEL_NONE:
    case VIR_DOMAIN_MEMORY_MODEL_LAST:
        break;

    }

    if (virBufferCheckError(&buf) < 0)
        return NULL;

    return virBufferContentAndReset(&buf);
}


3357 3358 3359 3360 3361 3362
char *
qemuBuildNicStr(virDomainNetDefPtr net,
                const char *prefix,
                int vlan)
{
    char *str;
3363 3364
    char macaddr[VIR_MAC_STRING_BUFLEN];

3365 3366 3367 3368 3369 3370 3371 3372 3373
    ignore_value(virAsprintf(&str,
                             "%smacaddr=%s,vlan=%d%s%s%s%s",
                             prefix ? prefix : "",
                             virMacAddrFormat(&net->mac, macaddr),
                             vlan,
                             (net->model ? ",model=" : ""),
                             (net->model ? net->model : ""),
                             (net->info.alias ? ",name=" : ""),
                             (net->info.alias ? net->info.alias : "")));
3374 3375 3376 3377 3378
    return str;
}


char *
3379
qemuBuildNicDevStr(virDomainDefPtr def,
3380
                   virDomainNetDefPtr net,
3381
                   int vlan,
3382
                   unsigned int bootindex,
3383
                   size_t vhostfdSize,
3384
                   virQEMUCapsPtr qemuCaps)
3385 3386
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
3387
    const char *nic = net->model;
3388
    bool usingVirtio = false;
3389
    char macaddr[VIR_MAC_STRING_BUFLEN];
3390

3391 3392
    if (STREQ(net->model, "virtio")) {
        if (net->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW)
3393
            nic = "virtio-net-ccw";
3394
        else if (net->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390)
3395
            nic = "virtio-net-s390";
3396 3397
        else if (net->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO)
            nic = "virtio-net-device";
3398
        else
3399
            nic = "virtio-net-pci";
3400

3401
        usingVirtio = true;
3402 3403
    }

3404
    virBufferAdd(&buf, nic, -1);
3405
    if (usingVirtio && net->driver.virtio.txmode) {
3406
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_TX_ALG)) {
3407 3408 3409 3410 3411 3412 3413 3414 3415
            virBufferAddLit(&buf, ",tx=");
            switch (net->driver.virtio.txmode) {
                case VIR_DOMAIN_NET_VIRTIO_TX_MODE_IOTHREAD:
                    virBufferAddLit(&buf, "bh");
                    break;

                case VIR_DOMAIN_NET_VIRTIO_TX_MODE_TIMER:
                    virBufferAddLit(&buf, "timer");
                    break;
3416 3417 3418 3419 3420

                case VIR_DOMAIN_NET_VIRTIO_TX_MODE_DEFAULT:
                    break;

                case VIR_DOMAIN_NET_VIRTIO_TX_MODE_LAST:
3421 3422 3423 3424
                default:
                    /* this should never happen, if it does, we need
                     * to add another case to this switch.
                     */
3425 3426
                    virReportEnumRangeError(virDomainNetVirtioTxModeType,
                                            net->driver.virtio.txmode);
3427 3428 3429
                    goto error;
            }
        } else {
3430 3431
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio-net-pci 'tx' option not supported in this QEMU binary"));
3432 3433 3434
            goto error;
        }
    }
3435
    if (usingVirtio) {
3436
        qemuBuildIoEventFdStr(&buf, net->driver.virtio.ioeventfd, qemuCaps);
3437
        if (net->driver.virtio.event_idx &&
3438
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_NET_EVENT_IDX)) {
3439
            virBufferAsprintf(&buf, ",event_idx=%s",
J
Ján Tomko 已提交
3440
                              virTristateSwitchTypeToString(net->driver.virtio.event_idx));
3441
        }
3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465
        if (net->driver.virtio.host.csum) {
            virBufferAsprintf(&buf, ",csum=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.csum));
        }
        if (net->driver.virtio.host.gso) {
            virBufferAsprintf(&buf, ",gso=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.gso));
        }
        if (net->driver.virtio.host.tso4) {
            virBufferAsprintf(&buf, ",host_tso4=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.tso4));
        }
        if (net->driver.virtio.host.tso6) {
            virBufferAsprintf(&buf, ",host_tso6=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.tso6));
        }
        if (net->driver.virtio.host.ecn) {
            virBufferAsprintf(&buf, ",host_ecn=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.ecn));
        }
        if (net->driver.virtio.host.ufo) {
            virBufferAsprintf(&buf, ",host_ufo=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.ufo));
        }
J
Ján Tomko 已提交
3466 3467 3468 3469
        if (net->driver.virtio.host.mrg_rxbuf) {
            virBufferAsprintf(&buf, ",mrg_rxbuf=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.host.mrg_rxbuf));
        }
3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489
        if (net->driver.virtio.guest.csum) {
            virBufferAsprintf(&buf, ",guest_csum=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.guest.csum));
        }
        if (net->driver.virtio.guest.tso4) {
            virBufferAsprintf(&buf, ",guest_tso4=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.guest.tso4));
        }
        if (net->driver.virtio.guest.tso6) {
            virBufferAsprintf(&buf, ",guest_tso6=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.guest.tso6));
        }
        if (net->driver.virtio.guest.ecn) {
            virBufferAsprintf(&buf, ",guest_ecn=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.guest.ecn));
        }
        if (net->driver.virtio.guest.ufo) {
            virBufferAsprintf(&buf, ",guest_ufo=%s",
                              virTristateSwitchTypeToString(net->driver.virtio.guest.ufo));
        }
3490
    }
3491
    if (usingVirtio && vhostfdSize > 1) {
3492 3493 3494 3495 3496 3497
        if (net->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW) {
            /* ccw provides a one to one relation of fds to queues and
             * does not support the vectors option
             */
            virBufferAddLit(&buf, ",mq=on");
        } else {
3498
            /* As advised at https://www.linux-kvm.org/page/Multiqueue
3499 3500 3501 3502
             * we should add vectors=2*N+2 where N is the vhostfdSize
             */
            virBufferAsprintf(&buf, ",mq=on,vectors=%zu", 2 * vhostfdSize + 2);
        }
3503
    }
3504 3505 3506 3507 3508
    if (usingVirtio && net->driver.virtio.rx_queue_size) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_NET_RX_QUEUE_SIZE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio rx_queue_size option is not supported with this QEMU binary"));
            goto error;
3509
        }
3510
        virBufferAsprintf(&buf, ",rx_queue_size=%u", net->driver.virtio.rx_queue_size);
3511
    }
3512 3513 3514 3515 3516
    if (usingVirtio && net->driver.virtio.tx_queue_size) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_NET_TX_QUEUE_SIZE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio tx_queue_size option is not supported with this QEMU binary"));
            goto error;
3517
        }
3518
        virBufferAsprintf(&buf, ",tx_queue_size=%u", net->driver.virtio.tx_queue_size);
3519
    }
3520

3521 3522 3523 3524 3525
    if (usingVirtio && net->mtu) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_NET_HOST_MTU)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("setting MTU is not supported with this QEMU binary"));
            goto error;
3526
        }
3527
        virBufferAsprintf(&buf, ",host_mtu=%u", net->mtu);
3528 3529
    }

3530
    if (vlan == -1)
3531
        virBufferAsprintf(&buf, ",netdev=host%s", net->info.alias);
3532
    else
3533 3534
        virBufferAsprintf(&buf, ",vlan=%d", vlan);
    virBufferAsprintf(&buf, ",id=%s", net->info.alias);
3535 3536
    virBufferAsprintf(&buf, ",mac=%s",
                      virMacAddrFormat(&net->mac, macaddr));
3537

3538
    if (qemuBuildDeviceAddressStr(&buf, def, &net->info, qemuCaps) < 0)
3539
        goto error;
3540
    if (qemuBuildRomStr(&buf, &net->info) < 0)
3541
        goto error;
3542
    if (bootindex && virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX))
3543
        virBufferAsprintf(&buf, ",bootindex=%u", bootindex);
3544 3545 3546
    if (usingVirtio &&
        qemuBuildVirtioOptionsStr(&buf, net->virtio, qemuCaps) < 0)
        goto error;
3547

3548
    if (virBufferCheckError(&buf) < 0)
3549 3550 3551 3552
        goto error;

    return virBufferContentAndReset(&buf);

3553
 error:
3554 3555 3556 3557 3558 3559 3560
    virBufferFreeAndReset(&buf);
    return NULL;
}


char *
qemuBuildHostNetStr(virDomainNetDefPtr net,
3561
                    virQEMUDriverPtr driver,
3562 3563
                    char type_sep,
                    int vlan,
3564
                    char **tapfd,
3565
                    size_t tapfdSize,
3566
                    char **vhostfd,
3567
                    size_t vhostfdSize)
3568
{
3569
    bool is_tap = false;
3570
    virBuffer buf = VIR_BUFFER_INITIALIZER;
3571
    virDomainNetType netType = virDomainNetGetActualType(net);
3572
    virQEMUDriverConfigPtr cfg = virQEMUDriverGetConfig(driver);
3573
    size_t i;
3574
    char *addr = NULL;
3575
    char *ret = NULL;
3576

3577
    if (net->script && netType != VIR_DOMAIN_NET_TYPE_ETHERNET) {
3578 3579 3580
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("scripts are not supported on interfaces of type %s"),
                       virDomainNetTypeToString(netType));
3581
        goto cleanup;
3582 3583 3584
    }

    switch (netType) {
M
Michal Privoznik 已提交
3585 3586 3587 3588 3589
        /*
         * If type='bridge', and we're running as privileged user
         * or -netdev bridge is not supported then it will fall
         * through, -net tap,fd
         */
3590
    case VIR_DOMAIN_NET_TYPE_BRIDGE:
R
Richa Marwaha 已提交
3591
    case VIR_DOMAIN_NET_TYPE_NETWORK:
3592
    case VIR_DOMAIN_NET_TYPE_DIRECT:
3593
    case VIR_DOMAIN_NET_TYPE_ETHERNET:
3594 3595 3596 3597
        virBufferAsprintf(&buf, "tap%c", type_sep);
        /* for one tapfd 'fd=' shall be used,
         * for more than one 'fds=' is the right choice */
        if (tapfdSize == 1) {
3598
            virBufferAsprintf(&buf, "fd=%s,", tapfd[0]);
3599 3600 3601 3602 3603 3604 3605
        } else {
            virBufferAddLit(&buf, "fds=");
            for (i = 0; i < tapfdSize; i++) {
                if (i)
                    virBufferAddChar(&buf, ':');
                virBufferAdd(&buf, tapfd[i], -1);
            }
3606
            virBufferAddChar(&buf, ',');
3607
        }
3608
        is_tap = true;
3609 3610 3611
        break;

    case VIR_DOMAIN_NET_TYPE_CLIENT:
3612
        virBufferAsprintf(&buf, "socket%cconnect=%s:%d,",
M
Michal Privoznik 已提交
3613 3614 3615 3616
                          type_sep,
                          net->data.socket.address,
                          net->data.socket.port);
        break;
3617

3618
    case VIR_DOMAIN_NET_TYPE_SERVER:
3619
        virBufferAsprintf(&buf, "socket%clisten=%s:%d,",
M
Michal Privoznik 已提交
3620 3621 3622 3623 3624
                          type_sep,
                          net->data.socket.address ? net->data.socket.address
                          : "",
                          net->data.socket.port);
        break;
3625

3626
    case VIR_DOMAIN_NET_TYPE_MCAST:
3627
        virBufferAsprintf(&buf, "socket%cmcast=%s:%d,",
M
Michal Privoznik 已提交
3628 3629 3630 3631
                          type_sep,
                          net->data.socket.address,
                          net->data.socket.port);
        break;
3632

3633
    case VIR_DOMAIN_NET_TYPE_UDP:
3634
        virBufferAsprintf(&buf, "socket%cudp=%s:%d,localaddr=%s:%d,",
M
Michal Privoznik 已提交
3635 3636 3637 3638 3639 3640
                          type_sep,
                          net->data.socket.address,
                          net->data.socket.port,
                          net->data.socket.localaddr,
                          net->data.socket.localport);
        break;
3641

3642
    case VIR_DOMAIN_NET_TYPE_USER:
3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659
        virBufferAsprintf(&buf, "user%c", type_sep);
        for (i = 0; i < net->guestIP.nips; i++) {
            const virNetDevIPAddr *ip = net->guestIP.ips[i];
            const char *prefix = "";

            if (!(addr = virSocketAddrFormat(&ip->address)))
                goto cleanup;

            if (VIR_SOCKET_ADDR_IS_FAMILY(&ip->address, AF_INET))
                prefix = "net=";
            if (VIR_SOCKET_ADDR_IS_FAMILY(&ip->address, AF_INET6))
                prefix = "ipv6-net=";

            virBufferAsprintf(&buf, "%s%s", prefix, addr);
            if (ip->prefix)
                virBufferAsprintf(&buf, "/%u", ip->prefix);
            virBufferAddChar(&buf, ',');
3660
            VIR_FREE(addr);
3661 3662 3663
        }
        break;

3664
    case VIR_DOMAIN_NET_TYPE_INTERNAL:
3665
        virBufferAsprintf(&buf, "user%c", type_sep);
3666
        break;
3667 3668

    case VIR_DOMAIN_NET_TYPE_VHOSTUSER:
3669
        virBufferAsprintf(&buf, "vhost-user%cchardev=char%s,",
3670 3671 3672
                          type_sep,
                          net->info.alias);
        if (net->driver.virtio.queues > 1)
3673
            virBufferAsprintf(&buf, "queues=%u,",
3674
                              net->driver.virtio.queues);
3675 3676
        break;

J
Ján Tomko 已提交
3677 3678
    case VIR_DOMAIN_NET_TYPE_HOSTDEV:
        /* Should have been handled earlier via PCI/USB hotplug code. */
3679 3680
    case VIR_DOMAIN_NET_TYPE_LAST:
        break;
3681 3682 3683
    }

    if (vlan >= 0) {
3684
        virBufferAsprintf(&buf, "vlan=%d,", vlan);
3685
        if (net->info.alias)
3686
            virBufferAsprintf(&buf, "name=host%s,", net->info.alias);
3687
    } else {
3688
        virBufferAsprintf(&buf, "id=host%s,", net->info.alias);
3689 3690
    }

3691
    if (is_tap) {
3692
        if (vhostfdSize) {
3693
            virBufferAddLit(&buf, "vhost=on,");
3694
            if (vhostfdSize == 1) {
3695
                virBufferAsprintf(&buf, "vhostfd=%s,", vhostfd[0]);
3696 3697 3698 3699 3700 3701 3702
            } else {
                virBufferAddLit(&buf, "vhostfds=");
                for (i = 0; i < vhostfdSize; i++) {
                    if (i)
                        virBufferAddChar(&buf, ':');
                    virBufferAdd(&buf, vhostfd[i], -1);
                }
3703
                virBufferAddChar(&buf, ',');
3704 3705
            }
        }
3706
        if (net->tune.sndbuf_specified)
3707
            virBufferAsprintf(&buf, "sndbuf=%lu,", net->tune.sndbuf);
3708 3709
    }

3710

3711
    virBufferTrim(&buf, ",", -1);
3712
    if (virBufferCheckError(&buf) < 0)
3713
        goto cleanup;
3714

3715 3716 3717 3718
    ret = virBufferContentAndReset(&buf);
 cleanup:
    virBufferFreeAndReset(&buf);
    virObjectUnref(cfg);
3719
    VIR_FREE(addr);
3720
    return ret;
3721 3722 3723
}


M
Michal Privoznik 已提交
3724
char *
3725
qemuBuildWatchdogDevStr(const virDomainDef *def,
3726
                        virDomainWatchdogDefPtr dev,
3727
                        virQEMUCapsPtr qemuCaps)
3728 3729 3730 3731 3732
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    const char *model = virDomainWatchdogModelTypeToString(dev->model);
    if (!model) {
3733 3734
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       "%s", _("missing watchdog model"));
3735 3736 3737
        goto error;
    }

3738
    virBufferAsprintf(&buf, "%s,id=%s", model, dev->info.alias);
3739
    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
3740 3741
        goto error;

3742
    if (virBufferCheckError(&buf) < 0)
3743 3744 3745 3746
        goto error;

    return virBufferContentAndReset(&buf);

3747
 error:
3748 3749 3750 3751 3752
    virBufferFreeAndReset(&buf);
    return NULL;
}


3753 3754 3755 3756 3757 3758 3759 3760
static int
qemuBuildWatchdogCommandLine(virCommandPtr cmd,
                             const virDomainDef *def,
                             virQEMUCapsPtr qemuCaps)
{
    virDomainWatchdogDefPtr watchdog = def->watchdog;
    char *optstr;
    const char *action;
3761
    int actualAction;
3762 3763 3764 3765

    if (!def->watchdog)
        return 0;

3766
    virCommandAddArg(cmd, "-device");
3767

3768 3769 3770
    optstr = qemuBuildWatchdogDevStr(def, watchdog, qemuCaps);
    if (!optstr)
        return -1;
3771 3772 3773 3774

    virCommandAddArg(cmd, optstr);
    VIR_FREE(optstr);

3775 3776 3777 3778
    /* qemu doesn't have a 'dump' action; we tell qemu to 'pause', then
       libvirt listens for the watchdog event, and we perform the dump
       ourselves. so convert 'dump' to 'pause' for the qemu cli */
    actualAction = watchdog->action;
3779
    if (watchdog->action == VIR_DOMAIN_WATCHDOG_ACTION_DUMP)
3780
        actualAction = VIR_DOMAIN_WATCHDOG_ACTION_PAUSE;
3781

3782
    action = virDomainWatchdogActionTypeToString(actualAction);
3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793
    if (!action) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       "%s", _("invalid watchdog action"));
        return -1;
    }
    virCommandAddArgList(cmd, "-watchdog-action", action, NULL);

    return 0;
}


3794 3795 3796 3797
static int
qemuBuildMemballoonCommandLine(virCommandPtr cmd,
                               const virDomainDef *def,
                               virQEMUCapsPtr qemuCaps)
3798 3799 3800
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

3801
    if (STRPREFIX(def->os.machine, "s390-virtio") &&
3802 3803 3804
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_S390) && def->memballoon)
        def->memballoon->model = VIR_DOMAIN_MEMBALLOON_MODEL_NONE;

3805
    if (!virDomainDefHasMemballoon(def))
3806 3807 3808 3809 3810 3811 3812 3813 3814 3815
        return 0;

    if (def->memballoon->model != VIR_DOMAIN_MEMBALLOON_MODEL_VIRTIO) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Memory balloon device type '%s' is not supported by this version of qemu"),
                       virDomainMemballoonModelTypeToString(def->memballoon->model));
        return -1;
    }

    switch (def->memballoon->info.type) {
3816 3817 3818 3819 3820 3821
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI:
            virBufferAddLit(&buf, "virtio-balloon-pci");
            break;
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW:
            virBufferAddLit(&buf, "virtio-balloon-ccw");
            break;
3822 3823 3824
        case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO:
            virBufferAddLit(&buf, "virtio-balloon-device");
            break;
3825
        default:
3826 3827
            virReportError(VIR_ERR_XML_ERROR,
                           _("memballoon unsupported with address type '%s'"),
3828
                           virDomainDeviceAddressTypeToString(def->memballoon->info.type));
3829 3830 3831
            goto error;
    }

3832 3833
    virBufferAsprintf(&buf, ",id=%s", def->memballoon->info.alias);
    if (qemuBuildDeviceAddressStr(&buf, def, &def->memballoon->info, qemuCaps) < 0)
3834 3835
        goto error;

3836
    if (def->memballoon->autodeflate != VIR_TRISTATE_SWITCH_ABSENT) {
3837 3838 3839 3840 3841 3842 3843
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_BALLOON_AUTODEFLATE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("deflate-on-oom is not supported by this QEMU binary"));
            goto error;
        }

        virBufferAsprintf(&buf, ",deflate-on-oom=%s",
3844
                          virTristateSwitchTypeToString(def->memballoon->autodeflate));
3845 3846
    }

3847 3848 3849
    if (qemuBuildVirtioOptionsStr(&buf, def->memballoon->virtio, qemuCaps) < 0)
        goto error;

3850 3851 3852
    virCommandAddArg(cmd, "-device");
    virCommandAddArgBuffer(cmd, &buf);
    return 0;
3853

3854
 error:
3855
    virBufferFreeAndReset(&buf);
3856
    return -1;
3857 3858 3859
}


3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874
static char *
qemuBuildNVRAMDevStr(virDomainNVRAMDefPtr dev)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_SPAPRVIO &&
        dev->info.addr.spaprvio.has_reg) {
        virBufferAsprintf(&buf, "spapr-nvram.reg=0x%llx",
                          dev->info.addr.spaprvio.reg);
    } else {
        virReportError(VIR_ERR_XML_ERROR, "%s",
                       _("nvram address type must be spaprvio"));
        goto error;
    }

3875
    if (virBufferCheckError(&buf) < 0)
3876 3877 3878 3879
        goto error;

    return virBufferContentAndReset(&buf);

3880
 error:
3881 3882 3883
    virBufferFreeAndReset(&buf);
    return NULL;
}
3884

3885 3886 3887 3888 3889 3890 3891 3892 3893

static int
qemuBuildNVRAMCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    if (!def->nvram)
        return 0;

3894
    if (qemuDomainIsPSeries(def)) {
3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_NVRAM)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("nvram device is not supported by "
                             "this QEMU binary"));
            return -1;
        }

        char *optstr;
        virCommandAddArg(cmd, "-global");
        optstr = qemuBuildNVRAMDevStr(def->nvram);
        if (!optstr)
            return -1;
        if (optstr)
            virCommandAddArg(cmd, optstr);
        VIR_FREE(optstr);
    } else {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                      _("nvram device is only supported for PPC64"));
        return -1;
    }

    return 0;
}


3920
static char *
3921
qemuBuildVirtioInputDevStr(const virDomainDef *def,
3922 3923 3924 3925 3926 3927 3928 3929
                           virDomainInputDefPtr dev,
                           virQEMUCapsPtr qemuCaps)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    const char *suffix;

    if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI) {
        suffix = "-pci";
3930 3931
    } else if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW) {
        suffix = "-ccw";
3932 3933 3934 3935 3936 3937 3938 3939 3940
    } else if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO) {
        suffix = "-device";
    } else {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("unsupported address type %s for virtio input device"),
                       virDomainDeviceAddressTypeToString(dev->info.type));
        goto error;
    }

3941
    switch ((virDomainInputType)dev->type) {
3942
    case VIR_DOMAIN_INPUT_TYPE_MOUSE:
3943 3944 3945
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_MOUSE) ||
            (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW &&
             !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIRTIO_MOUSE_CCW))) {
3946 3947 3948 3949 3950 3951 3952
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio-mouse is not supported by this QEMU binary"));
            goto error;
        }
        virBufferAsprintf(&buf, "virtio-mouse%s,id=%s", suffix, dev->info.alias);
        break;
    case VIR_DOMAIN_INPUT_TYPE_TABLET:
3953 3954 3955
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_TABLET) ||
            (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW &&
             !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIRTIO_TABLET_CCW))) {
3956 3957 3958 3959 3960 3961 3962
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio-tablet is not supported by this QEMU binary"));
            goto error;
        }
        virBufferAsprintf(&buf, "virtio-tablet%s,id=%s", suffix, dev->info.alias);
        break;
    case VIR_DOMAIN_INPUT_TYPE_KBD:
3963 3964 3965
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_KEYBOARD) ||
            (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW &&
             !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIRTIO_KEYBOARD_CCW))) {
3966 3967 3968 3969 3970 3971
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio-keyboard is not supported by this QEMU binary"));
            goto error;
        }
        virBufferAsprintf(&buf, "virtio-keyboard%s,id=%s", suffix, dev->info.alias);
        break;
3972
    case VIR_DOMAIN_INPUT_TYPE_PASSTHROUGH:
3973 3974 3975 3976 3977 3978
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_INPUT_HOST)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("virtio-input-host is not supported by this QEMU binary"));
            goto error;
        }
        virBufferAsprintf(&buf, "virtio-input-host%s,id=%s,evdev=", suffix, dev->info.alias);
3979
        virQEMUBuildBufferEscapeComma(&buf, dev->source.evdev);
3980
        break;
3981 3982 3983 3984 3985 3986 3987
    case VIR_DOMAIN_INPUT_TYPE_LAST:
        break;
    }

    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
        goto error;

3988 3989 3990
    if (qemuBuildVirtioOptionsStr(&buf, dev->virtio, qemuCaps) < 0)
        goto error;

3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 error:
    virBufferFreeAndReset(&buf);
    return NULL;
}

4001 4002
static char *
qemuBuildUSBInputDevStr(const virDomainDef *def,
4003
                        virDomainInputDefPtr dev,
4004
                        virQEMUCapsPtr qemuCaps)
4005 4006 4007
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

4008 4009 4010 4011 4012 4013 4014 4015
    switch (dev->type) {
    case VIR_DOMAIN_INPUT_TYPE_MOUSE:
        virBufferAsprintf(&buf, "usb-mouse,id=%s", dev->info.alias);
        break;
    case VIR_DOMAIN_INPUT_TYPE_TABLET:
        virBufferAsprintf(&buf, "usb-tablet,id=%s", dev->info.alias);
        break;
    case VIR_DOMAIN_INPUT_TYPE_KBD:
4016 4017 4018 4019
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_USB_KBD)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("usb keyboard is not supported by this "
                             "QEMU binary"));
4020
            goto error;
4021
        }
4022 4023 4024
        virBufferAsprintf(&buf, "usb-kbd,id=%s", dev->info.alias);
        break;
    }
4025

4026
    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
4027 4028
        goto error;

4029
    if (virBufferCheckError(&buf) < 0)
4030 4031 4032 4033
        goto error;

    return virBufferContentAndReset(&buf);

4034
 error:
4035 4036 4037 4038 4039
    virBufferFreeAndReset(&buf);
    return NULL;
}


J
Ján Tomko 已提交
4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060
int
qemuBuildInputDevStr(char **devstr,
                     const virDomainDef *def,
                     virDomainInputDefPtr input,
                     virQEMUCapsPtr qemuCaps)
{
    switch (input->bus) {
    case VIR_DOMAIN_INPUT_BUS_USB:
        if (!(*devstr = qemuBuildUSBInputDevStr(def, input, qemuCaps)))
            return -1;
        break;

    case VIR_DOMAIN_INPUT_BUS_VIRTIO:
        if (!(*devstr = qemuBuildVirtioInputDevStr(def, input, qemuCaps)))
            return -1;
        break;
    }
    return 0;
}


4061 4062 4063 4064 4065 4066 4067 4068 4069
static int
qemuBuildInputCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i;

    for (i = 0; i < def->ninputs; i++) {
        virDomainInputDefPtr input = def->inputs[i];
J
Ján Tomko 已提交
4070
        char *devstr = NULL;
4071

J
Ján Tomko 已提交
4072 4073 4074 4075
        if (qemuBuildInputDevStr(&devstr, def, input, qemuCaps) < 0)
            return -1;

        if (devstr) {
4076
            virCommandAddArg(cmd, "-device");
J
Ján Tomko 已提交
4077
            virCommandAddArg(cmd, devstr);
4078
        }
J
Ján Tomko 已提交
4079 4080

        VIR_FREE(devstr);
4081 4082 4083 4084 4085 4086
    }

    return 0;
}


4087 4088
static char *
qemuBuildSoundDevStr(const virDomainDef *def,
4089
                     virDomainSoundDefPtr sound,
4090
                     virQEMUCapsPtr qemuCaps)
4091 4092
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
4093
    const char *model = NULL;
4094

4095
    /* Hack for devices with different names in QEMU and libvirt */
4096
    switch ((virDomainSoundModel) sound->model) {
4097
    case VIR_DOMAIN_SOUND_MODEL_ES1370:
4098
        model = "ES1370";
4099 4100
        break;
    case VIR_DOMAIN_SOUND_MODEL_AC97:
4101
        model = "AC97";
4102 4103
        break;
    case VIR_DOMAIN_SOUND_MODEL_ICH6:
4104
        model = "intel-hda";
4105
        break;
4106 4107 4108 4109 4110 4111 4112 4113 4114
    case VIR_DOMAIN_SOUND_MODEL_USB:
        model = "usb-audio";
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_USB_AUDIO)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("usb-audio controller is not supported "
                             "by this QEMU binary"));
            goto error;
        }
        break;
4115 4116 4117 4118 4119 4120 4121 4122 4123
    case VIR_DOMAIN_SOUND_MODEL_ICH9:
        model = "ich9-intel-hda";
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_ICH9_INTEL_HDA)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("The ich9-intel-hda audio controller "
                             "is not supported in this QEMU binary"));
            goto error;
        }
        break;
4124 4125 4126 4127 4128 4129 4130 4131 4132
    case VIR_DOMAIN_SOUND_MODEL_SB16:
        model = "sb16";
        break;
    case VIR_DOMAIN_SOUND_MODEL_PCSPK: /* pc-speaker is handled separately */
    case VIR_DOMAIN_SOUND_MODEL_LAST:
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("sound card model '%s' is not supported by qemu"),
                       virDomainSoundModelTypeToString(sound->model));
        goto error;
4133
    }
4134

4135
    virBufferAsprintf(&buf, "%s,id=%s", model, sound->info.alias);
4136
    if (qemuBuildDeviceAddressStr(&buf, def, &sound->info, qemuCaps) < 0)
4137 4138
        goto error;

4139
    if (virBufferCheckError(&buf) < 0)
4140 4141 4142 4143
        goto error;

    return virBufferContentAndReset(&buf);

4144
 error:
4145 4146 4147 4148
    virBufferFreeAndReset(&buf);
    return NULL;
}

4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163

static int
qemuSoundCodecTypeToCaps(int type)
{
    switch (type) {
    case VIR_DOMAIN_SOUND_CODEC_TYPE_DUPLEX:
        return QEMU_CAPS_HDA_DUPLEX;
    case VIR_DOMAIN_SOUND_CODEC_TYPE_MICRO:
        return QEMU_CAPS_HDA_MICRO;
    default:
        return -1;
    }
}


4164 4165
static char *
qemuBuildSoundCodecStr(virDomainSoundDefPtr sound,
4166
                       virDomainSoundCodecDefPtr codec,
4167
                       virQEMUCapsPtr qemuCaps)
4168 4169
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
4170
    const char *stype;
4171
    int type, flags;
4172

4173 4174
    type = codec->type;
    stype = qemuSoundCodecTypeToString(type);
4175
    flags = qemuSoundCodecTypeToCaps(type);
4176

4177
    if (flags == -1 || !virQEMUCapsGet(qemuCaps, flags)) {
4178 4179
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("%s not supported in this QEMU binary"), stype);
4180 4181 4182
        goto error;
    }

4183 4184 4185
    virBufferAsprintf(&buf, "%s,id=%s-codec%d,bus=%s.0,cad=%d",
                      stype, sound->info.alias, codec->cad, sound->info.alias, codec->cad);

4186 4187
    return virBufferContentAndReset(&buf);

4188
 error:
4189 4190 4191
    virBufferFreeAndReset(&buf);
    return NULL;
}
4192

4193 4194 4195 4196 4197 4198 4199 4200

static int
qemuBuildSoundCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i, j;

4201 4202 4203
    for (i = 0; i < def->nsounds; i++) {
        virDomainSoundDefPtr sound = def->sounds[i];
        char *str = NULL;
4204

4205 4206 4207 4208 4209 4210 4211 4212 4213
        /* Sadly pcspk device doesn't use -device syntax. Fortunately
         * we don't need to set any PCI address on it, so we don't
         * mind too much */
        if (sound->model == VIR_DOMAIN_SOUND_MODEL_PCSPK) {
            virCommandAddArgList(cmd, "-soundhw", "pcspk", NULL);
        } else {
            virCommandAddArg(cmd, "-device");
            if (!(str = qemuBuildSoundDevStr(def, sound, qemuCaps)))
                return -1;
4214

4215 4216 4217 4218 4219
            virCommandAddArg(cmd, str);
            VIR_FREE(str);
            if (sound->model == VIR_DOMAIN_SOUND_MODEL_ICH6 ||
                sound->model == VIR_DOMAIN_SOUND_MODEL_ICH9) {
                char *codecstr = NULL;
4220

4221 4222 4223 4224 4225 4226
                for (j = 0; j < sound->ncodecs; j++) {
                    virCommandAddArg(cmd, "-device");
                    if (!(codecstr =
                          qemuBuildSoundCodecStr(sound, sound->codecs[j],
                                                 qemuCaps))) {
                        return -1;
4227 4228

                    }
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241
                    virCommandAddArg(cmd, codecstr);
                    VIR_FREE(codecstr);
                }
                if (j == 0) {
                    virDomainSoundCodecDef codec = {
                        VIR_DOMAIN_SOUND_CODEC_TYPE_DUPLEX,
                        0
                    };
                    virCommandAddArg(cmd, "-device");
                    if (!(codecstr =
                          qemuBuildSoundCodecStr(sound, &codec,
                                                 qemuCaps))) {
                        return -1;
4242 4243

                    }
4244 4245
                    virCommandAddArg(cmd, codecstr);
                    VIR_FREE(codecstr);
4246 4247 4248 4249 4250 4251 4252 4253 4254
                }
            }
        }
    }
    return 0;
}



4255
static char *
4256
qemuBuildDeviceVideoStr(const virDomainDef *def,
4257
                        virDomainVideoDefPtr video,
4258
                        virQEMUCapsPtr qemuCaps)
4259 4260
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
4261
    const char *model;
4262

4263 4264 4265 4266 4267
    /* We try to chose the best model for primary video device by preferring
     * model with VGA compatibility mode.  For some video devices on some
     * architectures there might not be such model so fallback to one
     * without VGA compatibility mode. */
    if (video->primary && qemuDomainSupportsVideoVga(video, qemuCaps))
4268
        model = qemuDeviceVideoTypeToString(video->type);
4269 4270 4271 4272 4273 4274 4275 4276
    else
        model = qemuDeviceVideoSecondaryTypeToString(video->type);

    if (!model || STREQ(model, "")) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("invalid model for video type '%s'"),
                       virDomainVideoTypeToString(video->type));
        goto error;
4277 4278
    }

4279 4280 4281 4282 4283 4284 4285 4286 4287 4288
    if (STREQ(model, "virtio-gpu")) {
        if (video->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW)
            virBufferAsprintf(&buf, "%s-ccw", model);
        else
            virBufferAsprintf(&buf, "%s-pci", model);
    } else {
        virBufferAsprintf(&buf, "%s", model);
    }

    virBufferAsprintf(&buf, ",id=%s", video->info.alias);
4289

4290 4291 4292 4293 4294 4295
    if (video->accel && video->accel->accel3d == VIR_TRISTATE_SWITCH_ON) {
        virBufferAsprintf(&buf, ",virgl=%s",
                          virTristateSwitchTypeToString(video->accel->accel3d));
    }

    if (video->type == VIR_DOMAIN_VIDEO_TYPE_QXL) {
4296 4297 4298 4299
        if (video->ram) {
            /* QEMU accepts bytes for ram_size. */
            virBufferAsprintf(&buf, ",ram_size=%u", video->ram * 1024);
        }
4300

4301 4302 4303 4304
        if (video->vram) {
            /* QEMU accepts bytes for vram_size. */
            virBufferAsprintf(&buf, ",vram_size=%u", video->vram * 1024);
        }
4305

4306
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_VRAM64)) {
4307 4308 4309 4310
            /* QEMU accepts mebibytes for vram64_size_mb. */
            virBufferAsprintf(&buf, ",vram64_size_mb=%u", video->vram64 / 1024);
        }

4311
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_VGAMEM)) {
4312 4313 4314
            /* QEMU accepts mebibytes for vgamem_mb. */
            virBufferAsprintf(&buf, ",vgamem_mb=%u", video->vgamem / 1024);
        }
4315

4316
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_MAX_OUTPUTS)) {
4317 4318 4319
            if (video->heads)
                virBufferAsprintf(&buf, ",max_outputs=%u", video->heads);
        }
4320 4321 4322 4323 4324
    } else if (video->type == VIR_DOMAIN_VIDEO_TYPE_VIRTIO) {
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_VIRTIO_GPU_MAX_OUTPUTS)) {
            if (video->heads)
                virBufferAsprintf(&buf, ",max_outputs=%u", video->heads);
        }
4325 4326 4327 4328 4329 4330 4331
    } else if (video->vram &&
        ((video->type == VIR_DOMAIN_VIDEO_TYPE_VGA &&
          virQEMUCapsGet(qemuCaps, QEMU_CAPS_VGA_VGAMEM)) ||
         (video->type == VIR_DOMAIN_VIDEO_TYPE_VMVGA &&
          virQEMUCapsGet(qemuCaps, QEMU_CAPS_VMWARE_SVGA_VGAMEM)))) {

        virBufferAsprintf(&buf, ",vgamem_mb=%u", video->vram / 1024);
4332 4333
    }

4334
    if (qemuBuildDeviceAddressStr(&buf, def, &video->info, qemuCaps) < 0)
4335 4336
        goto error;

4337 4338 4339
    if (qemuBuildVirtioOptionsStr(&buf, video->virtio, qemuCaps) < 0)
        goto error;

4340
    if (virBufferCheckError(&buf) < 0)
4341 4342 4343 4344
        goto error;

    return virBufferContentAndReset(&buf);

4345
 error:
4346 4347 4348 4349 4350
    virBufferFreeAndReset(&buf);
    return NULL;
}


4351 4352
static int
qemuBuildVgaVideoCommand(virCommandPtr cmd,
4353
                         virDomainVideoDefPtr video,
4354 4355
                         virQEMUCapsPtr qemuCaps)
{
4356
    const char *vgastr = qemuVideoTypeToString(video->type);
4357 4358 4359
    if (!vgastr || STREQ(vgastr, "")) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("invalid model for video type '%s'"),
4360
                       virDomainVideoTypeToString(video->type));
4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376
        return -1;
    }

    virCommandAddArgList(cmd, "-vga", vgastr, NULL);

    /* If we cannot use --device option to specify the video device
     * in QEMU we will fallback to the old --vga option. To get the
     * correct device name for the --vga option the 'qemuVideo' is
     * used, but to set some device attributes we need to use the
     * --global option and for that we need to specify the device
     * name the same as for --device option and for that we need to
     * use 'qemuDeviceVideo'.
     *
     * See 'Graphics Devices' section in docs/qdev-device-use.txt in
     * QEMU repository.
     */
4377
    const char *dev = qemuDeviceVideoTypeToString(video->type);
4378

4379 4380 4381 4382 4383 4384
    if (video->type == VIR_DOMAIN_VIDEO_TYPE_QXL &&
        (video->vram || video->ram)) {
        unsigned int ram = video->ram;
        unsigned int vram = video->vram;
        unsigned int vram64 = video->vram64;
        unsigned int vgamem = video->vgamem;
4385
        unsigned int heads = video->heads;
4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408

        if (ram) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.ram_size=%u",
                                   dev, ram * 1024);
        }
        if (vram) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.vram_size=%u",
                                   dev, vram * 1024);
        }
        if (vram64 &&
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_VRAM64)) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.vram64_size_mb=%u",
                                   dev, vram64 / 1024);
        }
        if (vgamem &&
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_VGAMEM)) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.vgamem_mb=%u",
                                   dev, vgamem / 1024);
        }
4409 4410 4411 4412 4413 4414
        if (heads &&
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_QXL_MAX_OUTPUTS)) {
            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.max_outputs=%u",
                                   dev, heads);
        }
4415 4416
    }

4417 4418
    if (video->vram &&
        ((video->type == VIR_DOMAIN_VIDEO_TYPE_VGA &&
4419
          virQEMUCapsGet(qemuCaps, QEMU_CAPS_VGA_VGAMEM)) ||
4420
         (video->type == VIR_DOMAIN_VIDEO_TYPE_VMVGA &&
4421
          virQEMUCapsGet(qemuCaps, QEMU_CAPS_VMWARE_SVGA_VGAMEM)))) {
4422
        unsigned int vram = video->vram;
4423 4424 4425 4426 4427 4428 4429 4430 4431 4432

        virCommandAddArg(cmd, "-global");
        virCommandAddArgFormat(cmd, "%s.vgamem_mb=%u",
                               dev, vram / 1024);
    }

    return 0;
}


4433 4434 4435 4436 4437 4438 4439
static int
qemuBuildVideoCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i;

4440 4441 4442
    for (i = 0; i < def->nvideos; i++) {
        char *str = NULL;
        virDomainVideoDefPtr video = def->videos[i];
4443

4444 4445
        if (video->primary) {
            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIDEO_PRIMARY)) {
4446

4447
                virCommandAddArg(cmd, "-device");
4448

4449 4450
                if (!(str = qemuBuildDeviceVideoStr(def, video, qemuCaps)))
                    return -1;
4451

4452 4453 4454 4455 4456 4457 4458
                virCommandAddArg(cmd, str);
                VIR_FREE(str);
            } else {
                if (qemuBuildVgaVideoCommand(cmd, video, qemuCaps) < 0)
                    return -1;
            }
        } else {
4459
            virCommandAddArg(cmd, "-device");
4460

4461
            if (!(str = qemuBuildDeviceVideoStr(def, video, qemuCaps)))
4462
                return -1;
4463 4464 4465

            virCommandAddArg(cmd, str);
            VIR_FREE(str);
4466 4467 4468 4469 4470 4471 4472
        }
    }

    return 0;
}


4473 4474 4475
int
qemuOpenPCIConfig(virDomainHostdevDefPtr dev)
{
4476
    virDomainHostdevSubsysPCIPtr pcisrc = &dev->source.subsys.u.pci;
4477 4478 4479 4480
    char *path = NULL;
    int configfd = -1;

    if (virAsprintf(&path, "/sys/bus/pci/devices/%04x:%02x:%02x.%01x/config",
4481 4482
                    pcisrc->addr.domain, pcisrc->addr.bus,
                    pcisrc->addr.slot, pcisrc->addr.function) < 0)
4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495
        return -1;

    configfd = open(path, O_RDWR, 0);

    if (configfd < 0)
        virReportSystemError(errno, _("Failed opening %s"), path);

    VIR_FREE(path);

    return configfd;
}

char *
4496
qemuBuildPCIHostdevDevStr(const virDomainDef *def,
4497
                          virDomainHostdevDefPtr dev,
4498
                          unsigned int bootIndex, /* used iff dev->info->bootIndex == 0 */
4499
                          const char *configfd,
4500
                          virQEMUCapsPtr qemuCaps)
4501 4502
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
4503 4504
    virDomainHostdevSubsysPCIPtr pcisrc = &dev->source.subsys.u.pci;
    int backend = pcisrc->backend;
4505

4506
    /* caller has to assign proper passthrough backend type */
4507
    switch ((virDomainHostdevSubsysPCIBackendType)backend) {
4508
    case VIR_DOMAIN_HOSTDEV_PCI_BACKEND_KVM:
4509 4510 4511
        virBufferAddLit(&buf, "pci-assign");
        if (configfd && *configfd)
            virBufferAsprintf(&buf, ",configfd=%s", configfd);
4512 4513 4514 4515 4516 4517
        break;

    case VIR_DOMAIN_HOSTDEV_PCI_BACKEND_VFIO:
        virBufferAddLit(&buf, "vfio-pci");
        break;

4518 4519 4520
    case VIR_DOMAIN_HOSTDEV_PCI_BACKEND_DEFAULT:
    case VIR_DOMAIN_HOSTDEV_PCI_BACKEND_XEN:
    case VIR_DOMAIN_HOSTDEV_PCI_BACKEND_TYPE_LAST:
4521 4522
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("invalid PCI passthrough type '%s'"),
4523
                       virDomainHostdevSubsysPCIBackendTypeToString(backend));
4524
        goto error;
4525
    }
4526

4527
    virBufferAddLit(&buf, ",host=");
4528
    if (pcisrc->addr.domain)
4529
        virBufferAsprintf(&buf, "%.4x:", pcisrc->addr.domain);
4530
    virBufferAsprintf(&buf, "%.2x:%.2x.%.1x",
4531 4532
                      pcisrc->addr.bus, pcisrc->addr.slot,
                      pcisrc->addr.function);
4533 4534
    virBufferAsprintf(&buf, ",id=%s", dev->info->alias);
    if (dev->info->bootIndex)
4535 4536
        bootIndex = dev->info->bootIndex;
    if (bootIndex)
4537
        virBufferAsprintf(&buf, ",bootindex=%u", bootIndex);
4538
    if (qemuBuildDeviceAddressStr(&buf, def, dev->info, qemuCaps) < 0)
4539
        goto error;
4540
    if (qemuBuildRomStr(&buf, dev->info) < 0)
4541
        goto error;
4542

4543
    if (virBufferCheckError(&buf) < 0)
4544 4545 4546 4547
        goto error;

    return virBufferContentAndReset(&buf);

4548
 error:
4549 4550 4551 4552 4553 4554
    virBufferFreeAndReset(&buf);
    return NULL;
}


char *
4555
qemuBuildUSBHostdevDevStr(const virDomainDef *def,
4556
                          virDomainHostdevDefPtr dev,
4557
                          virQEMUCapsPtr qemuCaps)
4558
{
4559
    virBuffer buf = VIR_BUFFER_INITIALIZER;
4560
    virDomainHostdevSubsysUSBPtr usbsrc = &dev->source.subsys.u.usb;
4561

4562
    if (!dev->missing && !usbsrc->bus && !usbsrc->device) {
4563 4564
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("USB host device is missing bus/device information"));
4565 4566 4567
        return NULL;
    }

4568 4569 4570
    virBufferAddLit(&buf, "usb-host");
    if (!dev->missing) {
        virBufferAsprintf(&buf, ",hostbus=%d,hostaddr=%d",
4571
                          usbsrc->bus, usbsrc->device);
4572 4573
    }
    virBufferAsprintf(&buf, ",id=%s", dev->info->alias);
4574
    if (dev->info->bootIndex)
4575
        virBufferAsprintf(&buf, ",bootindex=%u", dev->info->bootIndex);
4576

4577
    if (qemuBuildDeviceAddressStr(&buf, def, dev->info, qemuCaps) < 0)
4578 4579
        goto error;

4580
    if (virBufferCheckError(&buf) < 0)
4581
        goto error;
4582

4583 4584
    return virBufferContentAndReset(&buf);

4585
 error:
4586 4587
    virBufferFreeAndReset(&buf);
    return NULL;
4588 4589 4590
}


4591 4592
static char *
qemuBuildHubDevStr(const virDomainDef *def,
4593
                   virDomainHubDefPtr dev,
4594
                   virQEMUCapsPtr qemuCaps)
M
Marc-André Lureau 已提交
4595 4596 4597 4598
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (dev->type != VIR_DOMAIN_HUB_TYPE_USB) {
4599 4600 4601
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("hub type %s not supported"),
                       virDomainHubTypeToString(dev->type));
M
Marc-André Lureau 已提交
4602 4603 4604
        goto error;
    }

4605
    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_HUB)) {
4606
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
4607
                       _("usb-hub not supported by QEMU binary"));
M
Marc-André Lureau 已提交
4608 4609 4610 4611 4612
        goto error;
    }

    virBufferAddLit(&buf, "usb-hub");
    virBufferAsprintf(&buf, ",id=%s", dev->info.alias);
4613
    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
M
Marc-André Lureau 已提交
4614 4615
        goto error;

4616
    if (virBufferCheckError(&buf) < 0)
M
Marc-André Lureau 已提交
4617 4618 4619 4620
        goto error;

    return virBufferContentAndReset(&buf);

4621
 error:
M
Marc-André Lureau 已提交
4622 4623 4624 4625 4626
    virBufferFreeAndReset(&buf);
    return NULL;
}


4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648
static int
qemuBuildHubCommandLine(virCommandPtr cmd,
                        const virDomainDef *def,
                        virQEMUCapsPtr qemuCaps)
{
    size_t i;

    for (i = 0; i < def->nhubs; i++) {
        virDomainHubDefPtr hub = def->hubs[i];
        char *optstr;

        virCommandAddArg(cmd, "-device");
        if (!(optstr = qemuBuildHubDevStr(def, hub, qemuCaps)))
            return -1;
        virCommandAddArg(cmd, optstr);
        VIR_FREE(optstr);
    }

    return 0;
}


4649
static char *
J
Ján Tomko 已提交
4650
qemuBuildSCSIHostHostdevDrvStr(virDomainHostdevDefPtr dev)
4651
{
4652
    virDomainHostdevSubsysSCSIPtr scsisrc = &dev->source.subsys.u.scsi;
4653
    virDomainHostdevSubsysSCSIHostPtr scsihostsrc = &scsisrc->u.host;
J
Ján Tomko 已提交
4654 4655 4656 4657 4658 4659

    return virSCSIDeviceGetSgName(NULL,
                                  scsihostsrc->adapter,
                                  scsihostsrc->bus,
                                  scsihostsrc->target,
                                  scsihostsrc->unit);
4660 4661 4662
}

static char *
4663 4664
qemuBuildSCSIiSCSIHostdevDrvStr(virDomainHostdevDefPtr dev,
                                virQEMUCapsPtr qemuCaps)
4665 4666
{
    char *source = NULL;
4667
    char *netsource = NULL;
4668
    virJSONValuePtr srcprops = NULL;
4669 4670
    virDomainHostdevSubsysSCSIPtr scsisrc = &dev->source.subsys.u.scsi;
    virDomainHostdevSubsysSCSIiSCSIPtr iscsisrc = &scsisrc->u.iscsi;
4671 4672
    qemuDomainStorageSourcePrivatePtr srcPriv =
        QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(iscsisrc->src);
4673

4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688
    if (qemuDiskSourceNeedsProps(iscsisrc->src, qemuCaps)) {
        if (!(srcprops = qemuDiskSourceGetProps(iscsisrc->src)))
            goto cleanup;
        if (!(netsource = virQEMUBuildDriveCommandlineFromJSON(srcprops)))
            goto cleanup;
        if (virAsprintf(&source, "%s,if=none,format=raw", netsource) < 0)
            goto cleanup;
    } else {
        /* Rather than pull what we think we want - use the network disk code */
        if (!(netsource = qemuBuildNetworkDriveStr(iscsisrc->src, srcPriv ?
                                                   srcPriv->secinfo : NULL)))
            goto cleanup;
        if (virAsprintf(&source, "file=%s,if=none,format=raw", netsource) < 0)
            goto cleanup;
    }
4689

4690 4691
 cleanup:
    VIR_FREE(netsource);
4692
    virJSONValueFree(srcprops);
4693 4694 4695
    return source;
}

4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733
char *
qemuBuildSCSIVHostHostdevDevStr(const virDomainDef *def,
                           virDomainHostdevDefPtr dev,
                           virQEMUCapsPtr qemuCaps,
                           char *vhostfdName)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    virDomainHostdevSubsysSCSIVHostPtr hostsrc = &dev->source.subsys.u.scsi_host;

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VHOST_SCSI)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("This QEMU doesn't support vhost-scsi devices"));
        goto cleanup;
    }

    if (ARCH_IS_S390(def->os.arch))
        virBufferAddLit(&buf, "vhost-scsi-ccw");
    else
        virBufferAddLit(&buf, "vhost-scsi-pci");

    virBufferAsprintf(&buf, ",wwpn=%s,vhostfd=%s,id=%s",
                      hostsrc->wwpn,
                      vhostfdName,
                      dev->info->alias);

    if (qemuBuildDeviceAddressStr(&buf, def, dev->info, qemuCaps) < 0)
        goto cleanup;

    if (virBufferCheckError(&buf) < 0)
        goto cleanup;

    return virBufferContentAndReset(&buf);

 cleanup:
    virBufferFreeAndReset(&buf);
    return NULL;
}

4734
char *
4735 4736
qemuBuildSCSIHostdevDrvStr(virDomainHostdevDefPtr dev,
                           virQEMUCapsPtr qemuCaps)
4737 4738 4739
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    char *source = NULL;
J
John Ferlan 已提交
4740
    char *drivealias = NULL;
4741 4742 4743
    virDomainHostdevSubsysSCSIPtr scsisrc = &dev->source.subsys.u.scsi;

    if (scsisrc->protocol == VIR_DOMAIN_HOSTDEV_SCSI_PROTOCOL_TYPE_ISCSI) {
4744
        if (!(source = qemuBuildSCSIiSCSIHostdevDrvStr(dev, qemuCaps)))
4745
            goto error;
4746
        virBufferAdd(&buf, source, -1);
4747
    } else {
J
Ján Tomko 已提交
4748
        if (!(source = qemuBuildSCSIHostHostdevDrvStr(dev)))
4749 4750 4751
            goto error;
        virBufferAsprintf(&buf, "file=/dev/%s,if=none", source);
    }
J
John Ferlan 已提交
4752 4753 4754 4755 4756 4757
    VIR_FREE(source);

    if (!(drivealias = qemuAliasFromHostdev(dev)))
        goto error;
    virBufferAsprintf(&buf, ",id=%s", drivealias);
    VIR_FREE(drivealias);
4758

4759 4760
    if (dev->readonly)
        virBufferAddLit(&buf, ",readonly=on");
O
Osier Yang 已提交
4761

4762
    if (virBufferCheckError(&buf) < 0)
4763 4764 4765
        goto error;

    return virBufferContentAndReset(&buf);
4766
 error:
4767 4768 4769 4770 4771
    virBufferFreeAndReset(&buf);
    return NULL;
}

char *
4772
qemuBuildSCSIHostdevDevStr(const virDomainDef *def,
4773
                           virDomainHostdevDefPtr dev)
4774 4775 4776
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    int model = -1;
J
John Ferlan 已提交
4777
    char *driveAlias;
4778
    const char *contAlias;
4779

4780
    model = qemuDomainFindSCSIControllerModel(def, dev->info);
4781
    if (model < 0)
4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801
        goto error;

    if (model == VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSILOGIC) {
        if (dev->info->addr.drive.target != 0) {
           virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("target must be 0 for scsi host device "
                             "if its controller model is 'lsilogic'"));
            goto error;
        }

        if (dev->info->addr.drive.unit > 7) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("unit must be not more than 7 for scsi host "
                             "device if its controller model is 'lsilogic'"));
            goto error;
        }
    }

    virBufferAddLit(&buf, "scsi-generic");

4802 4803 4804 4805
    if (!(contAlias = virDomainControllerAliasFind(def, VIR_DOMAIN_CONTROLLER_TYPE_SCSI,
                                                   dev->info->addr.drive.controller)))
        goto error;

4806
    if (model == VIR_DOMAIN_CONTROLLER_MODEL_SCSI_LSILOGIC) {
4807 4808
        virBufferAsprintf(&buf, ",bus=%s.%d,scsi-id=%d",
                          contAlias,
4809 4810 4811
                          dev->info->addr.drive.bus,
                          dev->info->addr.drive.unit);
    } else {
4812 4813
        virBufferAsprintf(&buf, ",bus=%s.0,channel=%d,scsi-id=%d,lun=%d",
                          contAlias,
4814 4815 4816 4817
                          dev->info->addr.drive.bus,
                          dev->info->addr.drive.target,
                          dev->info->addr.drive.unit);
    }
4818

J
John Ferlan 已提交
4819 4820 4821 4822
    if (!(driveAlias = qemuAliasFromHostdev(dev)))
        goto error;
    virBufferAsprintf(&buf, ",drive=%s,id=%s", driveAlias, dev->info->alias);
    VIR_FREE(driveAlias);
4823

4824
    if (dev->info->bootIndex)
4825
        virBufferAsprintf(&buf, ",bootindex=%u", dev->info->bootIndex);
4826

4827
    if (virBufferCheckError(&buf) < 0)
4828 4829 4830
        goto error;

    return virBufferContentAndReset(&buf);
4831
 error:
4832 4833 4834
    virBufferFreeAndReset(&buf);
    return NULL;
}
4835

4836 4837 4838
static int
qemuBuildChrChardevFileStr(virLogManagerPtr logManager,
                           virCommandPtr cmd,
4839
                           const virDomainDef *def,
4840 4841 4842 4843 4844 4845 4846 4847 4848
                           virBufferPtr buf,
                           const char *filearg, const char *fileval,
                           const char *appendarg, int appendval)
{
    if (logManager) {
        char *fdset, *fdpath;
        int flags = 0;
        int logfd;

4849 4850
        if (appendval == VIR_TRISTATE_SWITCH_ABSENT ||
            appendval == VIR_TRISTATE_SWITCH_OFF)
4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885
            flags |= VIR_LOG_MANAGER_PROTOCOL_DOMAIN_OPEN_LOG_FILE_TRUNCATE;

        if ((logfd = virLogManagerDomainOpenLogFile(logManager,
                                                    "qemu",
                                                    def->uuid,
                                                    def->name,
                                                    fileval,
                                                    flags,
                                                    NULL, NULL)) < 0)
            return -1;

        virCommandPassFD(cmd, logfd, VIR_COMMAND_PASS_FD_CLOSE_PARENT);
        if (!(fdset = qemuVirCommandGetFDSet(cmd, logfd)))
            return -1;

        virCommandAddArg(cmd, "-add-fd");
        virCommandAddArg(cmd, fdset);
        VIR_FREE(fdset);

        if (!(fdpath = qemuVirCommandGetDevSet(cmd, logfd)))
            return -1;

        virBufferAsprintf(buf, ",%s=%s,%s=on", filearg, fdpath, appendarg);
        VIR_FREE(fdpath);
    } else {
        virBufferAsprintf(buf, ",%s=%s", filearg, fileval);
        if (appendval != VIR_TRISTATE_SWITCH_ABSENT) {
            virBufferAsprintf(buf, ",%s=%s", appendarg,
                              virTristateSwitchTypeToString(appendval));
        }
    }

    return 0;
}

4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898

static void
qemuBuildChrChardevReconnectStr(virBufferPtr buf,
                                const virDomainChrSourceReconnectDef *def)
{
    if (def->enabled == VIR_TRISTATE_BOOL_YES) {
        virBufferAsprintf(buf, ",reconnect=%u", def->timeout);
    } else if (def->enabled == VIR_TRISTATE_BOOL_NO) {
        virBufferAddLit(buf, ",reconnect=0");
    }
}


4899 4900
/* This function outputs a -chardev command line option which describes only the
 * host side of the character device */
4901
static char *
4902 4903
qemuBuildChrChardevStr(virLogManagerPtr logManager,
                       virCommandPtr cmd,
4904
                       virQEMUDriverConfigPtr cfg,
4905
                       const virDomainDef *def,
4906
                       const virDomainChrSourceDef *dev,
4907
                       const char *alias,
4908
                       virQEMUCapsPtr qemuCaps,
4909 4910
                       bool nowait,
                       bool chardevStdioLogd)
4911 4912 4913
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    bool telnet;
4914
    char *charAlias = NULL;
4915
    char *ret = NULL;
4916 4917

    if (!(charAlias = qemuAliasChardevFromDevAlias(alias)))
4918
        goto cleanup;
4919

4920
    switch (dev->type) {
4921
    case VIR_DOMAIN_CHR_TYPE_NULL:
4922
        virBufferAsprintf(&buf, "null,id=%s", charAlias);
4923 4924 4925
        break;

    case VIR_DOMAIN_CHR_TYPE_VC:
4926
        virBufferAsprintf(&buf, "vc,id=%s", charAlias);
4927 4928 4929
        break;

    case VIR_DOMAIN_CHR_TYPE_PTY:
4930
        virBufferAsprintf(&buf, "pty,id=%s", charAlias);
4931 4932 4933
        break;

    case VIR_DOMAIN_CHR_TYPE_DEV:
4934
        virBufferAsprintf(&buf, "%s,id=%s,path=%s",
4935
                          STRPREFIX(alias, "parallel") ? "parport" : "tty",
4936
                          charAlias, dev->data.file.path);
4937 4938 4939
        break;

    case VIR_DOMAIN_CHR_TYPE_FILE:
4940
        virBufferAsprintf(&buf, "file,id=%s", charAlias);
4941

4942 4943 4944 4945
        if (dev->data.file.append != VIR_TRISTATE_SWITCH_ABSENT &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_CHARDEV_FILE_APPEND)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("append not supported in this QEMU binary"));
4946
            goto cleanup;
4947
        }
4948 4949
        if (qemuBuildChrChardevFileStr(chardevStdioLogd ? logManager : NULL,
                                       cmd, def, &buf,
4950 4951
                                       "path", dev->data.file.path,
                                       "append", dev->data.file.append) < 0)
4952
            goto cleanup;
4953 4954 4955
        break;

    case VIR_DOMAIN_CHR_TYPE_PIPE:
4956
        virBufferAsprintf(&buf, "pipe,id=%s,path=%s", charAlias,
4957
                          dev->data.file.path);
4958 4959 4960
        break;

    case VIR_DOMAIN_CHR_TYPE_STDIO:
4961
        virBufferAsprintf(&buf, "stdio,id=%s", charAlias);
4962 4963
        break;

4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975
    case VIR_DOMAIN_CHR_TYPE_UDP: {
        const char *connectHost = dev->data.udp.connectHost;
        const char *bindHost = dev->data.udp.bindHost;
        const char *bindService = dev->data.udp.bindService;

        if (connectHost == NULL)
            connectHost = "";
        if (bindHost == NULL)
            bindHost = "";
        if (bindService == NULL)
            bindService = "0";

4976
        virBufferAsprintf(&buf,
4977
                          "udp,id=%s,host=%s,port=%s,localaddr=%s,"
4978
                          "localport=%s",
4979
                          charAlias,
4980
                          connectHost,
4981
                          dev->data.udp.connectService,
4982
                          bindHost, bindService);
4983
        break;
4984
    }
4985 4986
    case VIR_DOMAIN_CHR_TYPE_TCP:
        telnet = dev->data.tcp.protocol == VIR_DOMAIN_CHR_TCP_PROTOCOL_TELNET;
4987
        virBufferAsprintf(&buf,
4988 4989
                          "socket,id=%s,host=%s,port=%s%s",
                          charAlias,
4990 4991
                          dev->data.tcp.host,
                          dev->data.tcp.service,
4992 4993 4994 4995
                          telnet ? ",telnet" : "");

        if (dev->data.tcp.listen)
            virBufferAdd(&buf, nowait ? ",server,nowait" : ",server", -1);
4996

4997 4998
        qemuBuildChrChardevReconnectStr(&buf, &dev->data.tcp.reconnect);

4999
        if (dev->data.tcp.haveTLS == VIR_TRISTATE_BOOL_YES) {
5000 5001
            qemuDomainChrSourcePrivatePtr chrSourcePriv =
                QEMU_DOMAIN_CHR_SOURCE_PRIVATE(dev);
J
John Ferlan 已提交
5002
            char *objalias = NULL;
5003

5004 5005 5006 5007 5008 5009 5010
            /* Add the secret object first if necessary. The
             * secinfo is added only to a TCP serial device during
             * qemuDomainSecretChardevPrepare. Subsequently called
             * functions can just check the config fields */
            if (chrSourcePriv && chrSourcePriv->secinfo &&
                qemuBuildObjectSecretCommandLine(cmd,
                                                 chrSourcePriv->secinfo) < 0)
5011
                goto cleanup;
5012

J
John Ferlan 已提交
5013 5014 5015
            if (qemuBuildTLSx509CommandLine(cmd, cfg->chardevTLSx509certdir,
                                            dev->data.tcp.listen,
                                            cfg->chardevTLSx509verify,
5016
                                            !!cfg->chardevTLSx509secretUUID,
5017
                                            charAlias, qemuCaps) < 0)
5018
                goto cleanup;
5019

5020
            if (!(objalias = qemuAliasTLSObjFromSrcAlias(charAlias)))
5021
                goto cleanup;
J
John Ferlan 已提交
5022 5023 5024
            virBufferAsprintf(&buf, ",tls-creds=%s", objalias);
            VIR_FREE(objalias);
        }
5025 5026 5027
        break;

    case VIR_DOMAIN_CHR_TYPE_UNIX:
5028
        virBufferAsprintf(&buf, "socket,id=%s,path=", charAlias);
5029
        virQEMUBuildBufferEscapeComma(&buf, dev->data.nix.path);
5030
        if (dev->data.nix.listen)
5031
            virBufferAdd(&buf, nowait ? ",server,nowait" : ",server", -1);
5032 5033

        qemuBuildChrChardevReconnectStr(&buf, &dev->data.nix.reconnect);
5034
        break;
5035 5036

    case VIR_DOMAIN_CHR_TYPE_SPICEVMC:
5037
        virBufferAsprintf(&buf, "spicevmc,id=%s,name=%s", charAlias,
E
Eric Blake 已提交
5038
                          virDomainChrSpicevmcTypeToString(dev->data.spicevmc));
5039 5040
        break;

5041 5042 5043 5044
    case VIR_DOMAIN_CHR_TYPE_SPICEPORT:
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CHARDEV_SPICEPORT)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("spiceport not supported in this QEMU binary"));
5045
            goto cleanup;
5046
        }
5047
        virBufferAsprintf(&buf, "spiceport,id=%s,name=%s", charAlias,
5048 5049 5050
                          dev->data.spiceport.channel);
        break;

5051
    default:
5052 5053 5054
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("unsupported chardev '%s'"),
                       virDomainChrTypeToString(dev->type));
5055
        goto cleanup;
5056 5057
    }

5058 5059 5060 5061
    if (dev->logfile) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CHARDEV_LOGFILE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("logfile not supported in this QEMU binary"));
5062
            goto cleanup;
5063
        }
5064 5065 5066
        if (qemuBuildChrChardevFileStr(logManager, cmd, def, &buf,
                                       "logfile", dev->logfile,
                                       "logappend", dev->logappend) < 0)
5067
            goto cleanup;
5068 5069
    }

5070
    if (virBufferCheckError(&buf) < 0)
5071
        goto cleanup;
5072

5073 5074
    ret = virBufferContentAndReset(&buf);
 cleanup:
5075
    VIR_FREE(charAlias);
5076
    virBufferFreeAndReset(&buf);
5077
    return ret;
5078 5079
}

5080 5081 5082 5083 5084 5085 5086 5087
char *
qemuBuildHostdevMediatedDevStr(const virDomainDef *def,
                               virDomainHostdevDefPtr dev,
                               virQEMUCapsPtr qemuCaps)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    virDomainHostdevSubsysMediatedDevPtr mdevsrc = &dev->source.subsys.u.mdev;
    char *ret = NULL;
5088
    char *mdevPath = NULL;
5089
    const char *dev_str = NULL;
5090 5091 5092

    if (!(mdevPath = virMediatedDeviceGetSysfsPath(mdevsrc->uuidstr)))
        goto cleanup;
5093

5094 5095 5096 5097 5098 5099
    dev_str = virMediatedDeviceModelTypeToString(mdevsrc->model);

    if (!dev_str)
        goto cleanup;

    virBufferAdd(&buf, dev_str, -1);
5100
    virBufferAsprintf(&buf, ",id=%s,sysfsdev=%s", dev->info->alias, mdevPath);
5101 5102 5103 5104 5105 5106 5107 5108 5109 5110

    if (qemuBuildDeviceAddressStr(&buf, def, dev->info, qemuCaps) < 0)
        goto cleanup;

    if (virBufferCheckError(&buf) < 0)
        goto cleanup;

    ret = virBufferContentAndReset(&buf);

 cleanup:
5111
    VIR_FREE(mdevPath);
5112 5113 5114
    virBufferFreeAndReset(&buf);
    return ret;
}
5115

5116 5117 5118 5119
static int
qemuBuildHostdevCommandLine(virCommandPtr cmd,
                            const virDomainDef *def,
                            virQEMUCapsPtr qemuCaps,
5120
                            unsigned int *bootHostdevNet)
5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180
{
    size_t i;

    for (i = 0; i < def->nhostdevs; i++) {
        virDomainHostdevDefPtr hostdev = def->hostdevs[i];
        virDomainHostdevSubsysPtr subsys = &hostdev->source.subsys;
        char *devstr;

        if (hostdev->info->bootIndex) {
            if (hostdev->mode != VIR_DOMAIN_HOSTDEV_MODE_SUBSYS ||
                (subsys->type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI &&
                 subsys->type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB &&
                 subsys->type != VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_SCSI)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("booting from assigned devices is only "
                                 "supported for PCI, USB and SCSI devices"));
                return -1;
            } else {
                if (subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI) {
                    if (subsys->u.pci.backend ==
                        VIR_DOMAIN_HOSTDEV_PCI_BACKEND_VFIO) {
                        if (!virQEMUCapsGet(qemuCaps,
                                            QEMU_CAPS_VFIO_PCI_BOOTINDEX)) {
                            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                           _("booting from PCI devices assigned with VFIO "
                                             "is not supported with this version of qemu"));
                            return -1;
                        }
                    } else {
                        if (!virQEMUCapsGet(qemuCaps,
                                            QEMU_CAPS_PCI_BOOTINDEX)) {
                            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                           _("booting from assigned PCI devices is not "
                                             "supported with this version of qemu"));
                            return -1;
                        }
                    }
                }
                if (subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB &&
                    !virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_HOST_BOOTINDEX)) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("booting from assigned USB devices is not "
                                     "supported with this version of qemu"));
                    return -1;
                }
                if (subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_SCSI &&
                    !virQEMUCapsGet(qemuCaps,
                                    QEMU_CAPS_DEVICE_SCSI_GENERIC_BOOTINDEX)) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("booting from assigned SCSI devices is not"
                                     " supported with this version of qemu"));
                    return -1;
                }
            }
        }

        /* USB */
        if (hostdev->mode == VIR_DOMAIN_HOSTDEV_MODE_SUBSYS &&
            subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_USB) {

5181 5182 5183 5184 5185 5186
            virCommandAddArg(cmd, "-device");
            if (!(devstr =
                  qemuBuildUSBHostdevDevStr(def, hostdev, qemuCaps)))
                return -1;
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);
5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202
        }

        /* PCI */
        if (hostdev->mode == VIR_DOMAIN_HOSTDEV_MODE_SUBSYS &&
            subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI) {
            int backend = subsys->u.pci.backend;

            if (backend == VIR_DOMAIN_HOSTDEV_PCI_BACKEND_VFIO) {
                if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VFIO_PCI)) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("VFIO PCI device assignment is not "
                                     "supported by this version of qemu"));
                    return -1;
                }
            }

5203 5204
            char *configfd_name = NULL;
            unsigned int bootIndex = hostdev->info->bootIndex;
5205

5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216
            /* bootNet will be non-0 if boot order was set and no other
             * net devices were encountered
             */
            if (hostdev->parent.type == VIR_DOMAIN_DEVICE_NET &&
                bootIndex == 0) {
                bootIndex = *bootHostdevNet;
                *bootHostdevNet = 0;
            }
            if ((backend != VIR_DOMAIN_HOSTDEV_PCI_BACKEND_VFIO) &&
                virQEMUCapsGet(qemuCaps, QEMU_CAPS_PCI_CONFIGFD)) {
                int configfd = qemuOpenPCIConfig(hostdev);
5217

5218 5219 5220 5221
                if (configfd >= 0) {
                    if (virAsprintf(&configfd_name, "%d", configfd) < 0) {
                        VIR_FORCE_CLOSE(configfd);
                        return -1;
5222
                    }
5223 5224 5225

                    virCommandPassFD(cmd, configfd,
                                     VIR_COMMAND_PASS_FD_CLOSE_PARENT);
5226 5227
                }
            }
5228 5229 5230 5231 5232 5233 5234 5235
            virCommandAddArg(cmd, "-device");
            devstr = qemuBuildPCIHostdevDevStr(def, hostdev, bootIndex,
                                               configfd_name, qemuCaps);
            VIR_FREE(configfd_name);
            if (!devstr)
                return -1;
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);
5236 5237 5238
        }

        /* SCSI */
5239
        if (virHostdevIsSCSIDevice(hostdev)) {
5240
            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_SCSI_GENERIC)) {
5241 5242
                virDomainHostdevSubsysSCSIPtr scsisrc =
                    &hostdev->source.subsys.u.scsi;
5243 5244
                char *drvstr;

5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256
                if (scsisrc->protocol == VIR_DOMAIN_HOSTDEV_SCSI_PROTOCOL_TYPE_ISCSI) {
                    virDomainHostdevSubsysSCSIiSCSIPtr iscsisrc =
                        &scsisrc->u.iscsi;
                    qemuDomainStorageSourcePrivatePtr srcPriv =
                        QEMU_DOMAIN_STORAGE_SOURCE_PRIVATE(iscsisrc->src);

                    if (qemuBuildDiskSecinfoCommandLine(cmd, srcPriv ?
                                                        srcPriv->secinfo :
                                                        NULL) < 0)
                        return -1;
                }

5257
                virCommandAddArg(cmd, "-drive");
5258
                if (!(drvstr = qemuBuildSCSIHostdevDrvStr(hostdev, qemuCaps)))
5259 5260 5261 5262 5263
                    return -1;
                virCommandAddArg(cmd, drvstr);
                VIR_FREE(drvstr);

                virCommandAddArg(cmd, "-device");
5264
                if (!(devstr = qemuBuildSCSIHostdevDevStr(def, hostdev)))
5265 5266 5267 5268 5269 5270 5271 5272 5273
                    return -1;
                virCommandAddArg(cmd, devstr);
                VIR_FREE(devstr);
            } else {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("SCSI passthrough is not supported by this version of qemu"));
                return -1;
            }
        }
5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315

        /* SCSI_host */
        if (hostdev->mode == VIR_DOMAIN_HOSTDEV_MODE_SUBSYS &&
            subsys->type == VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_SCSI_HOST) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_SCSI_GENERIC)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("SCSI passthrough is not supported by this "
                                 "version of qemu"));
                return -1;
            }

            if (hostdev->source.subsys.u.scsi_host.protocol ==
                VIR_DOMAIN_HOSTDEV_SUBSYS_SCSI_HOST_PROTOCOL_TYPE_VHOST) {
                char *vhostfdName = NULL;
                int vhostfd = -1;

                if (virSCSIVHostOpenVhostSCSI(&vhostfd) < 0)
                    return -1;

                if (virAsprintf(&vhostfdName, "%d", vhostfd) < 0) {
                    VIR_FORCE_CLOSE(vhostfd);
                    return -1;
                }

                virCommandPassFD(cmd, vhostfd,
                                 VIR_COMMAND_PASS_FD_CLOSE_PARENT);

                virCommandAddArg(cmd, "-device");
                if (!(devstr = qemuBuildSCSIVHostHostdevDevStr(def,
                                                               hostdev,
                                                               qemuCaps,
                                                               vhostfdName))) {
                    VIR_FREE(vhostfdName);
                    VIR_FORCE_CLOSE(vhostfd);
                    return -1;
                }
                virCommandAddArg(cmd, devstr);

                VIR_FREE(vhostfdName);
                VIR_FREE(devstr);
            }
        }
5316 5317

        /* MDEV */
5318
        if (virHostdevIsMdevDevice(hostdev)) {
5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338
            switch ((virMediatedDeviceModelType) subsys->u.mdev.model) {
            case VIR_MDEV_MODEL_TYPE_VFIO_PCI:
                if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VFIO_PCI)) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("VFIO PCI device assignment is not "
                                     "supported by this version of QEMU"));
                    return -1;
                }
                break;
            case VIR_MDEV_MODEL_TYPE_VFIO_CCW:
                if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VFIO_CCW)) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                                   _("VFIO CCW device assignment is not "
                                     "supported by this version of QEMU"));
                    return -1;
                }
                break;
            case VIR_MDEV_MODEL_TYPE_LAST:
                virReportError(VIR_ERR_INTERNAL_ERROR,
                               _("unexpected vfio type '%d'"), subsys->u.mdev.model);
5339
                return -1;
5340
                break;
5341 5342 5343 5344 5345 5346 5347 5348 5349
            }

            virCommandAddArg(cmd, "-device");
            if (!(devstr =
                  qemuBuildHostdevMediatedDevStr(def, hostdev, qemuCaps)))
                return -1;
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);
        }
5350 5351 5352 5353 5354
    }

    return 0;
}

5355

5356
static int
5357 5358
qemuBuildMonitorCommandLine(virLogManagerPtr logManager,
                            virCommandPtr cmd,
5359
                            virQEMUDriverConfigPtr cfg,
5360
                            virDomainDefPtr def,
5361
                            qemuDomainObjPrivatePtr priv)
5362 5363 5364
{
    char *chrdev;

5365
    if (!priv->monConfig)
5366 5367
        return 0;

5368
    if (!(chrdev = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
5369 5370 5371
                                          priv->monConfig, "monitor",
                                          priv->qemuCaps, true,
                                          priv->chardevStdioLogd)))
5372 5373 5374 5375 5376 5377 5378 5379
        return -1;
    virCommandAddArg(cmd, "-chardev");
    virCommandAddArg(cmd, chrdev);
    VIR_FREE(chrdev);

    virCommandAddArg(cmd, "-mon");
    virCommandAddArgFormat(cmd,
                           "chardev=charmonitor,id=monitor,mode=%s",
5380
                           priv->monJSON ? "control" : "readline");
5381 5382 5383 5384 5385

    return 0;
}


5386
static char *
5387
qemuBuildVirtioSerialPortDevStr(const virDomainDef *def,
5388
                                virDomainChrDefPtr dev)
5389 5390
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
5391 5392
    const char *contAlias;

5393 5394
    switch (dev->deviceType) {
    case VIR_DOMAIN_CHR_DEVICE_TYPE_CONSOLE:
5395
        virBufferAddLit(&buf, "virtconsole");
5396 5397
        break;
    case VIR_DOMAIN_CHR_DEVICE_TYPE_CHANNEL:
5398
        virBufferAddLit(&buf, "virtserialport");
5399 5400
        break;
    default:
5401 5402
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("Cannot use virtio serial for parallel/serial devices"));
5403 5404
        return NULL;
    }
5405

5406
    if (dev->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE &&
5407
        dev->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW &&
5408
        dev->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390) {
5409
        /* Check it's a virtio-serial address */
5410
        if (dev->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_SERIAL) {
5411 5412
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           "%s", _("virtio serial device has invalid address type"));
5413 5414 5415
            goto error;
        }

5416 5417 5418 5419 5420 5421 5422
        contAlias = virDomainControllerAliasFind(def, VIR_DOMAIN_CONTROLLER_TYPE_VIRTIO_SERIAL,
                                                 dev->info.addr.vioserial.controller);
        if (!contAlias)
            goto error;

        virBufferAsprintf(&buf, ",bus=%s.%d,nr=%d", contAlias,
                          dev->info.addr.vioserial.bus,
5423 5424 5425
                          dev->info.addr.vioserial.port);
    }

5426
    if (dev->deviceType == VIR_DOMAIN_CHR_DEVICE_TYPE_CHANNEL &&
5427
        dev->source->type == VIR_DOMAIN_CHR_TYPE_SPICEVMC &&
5428 5429
        dev->target.name &&
        STRNEQ(dev->target.name, "com.redhat.spice.0")) {
5430 5431 5432
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Unsupported spicevmc target name '%s'"),
                       dev->target.name);
5433 5434
        goto error;
    }
5435

5436 5437 5438 5439 5440 5441 5442
    virBufferAsprintf(&buf, ",chardev=char%s,id=%s",
                      dev->info.alias, dev->info.alias);
    if (dev->deviceType == VIR_DOMAIN_CHR_DEVICE_TYPE_CHANNEL &&
        (dev->source->type == VIR_DOMAIN_CHR_TYPE_SPICEVMC ||
         dev->target.name)) {
        virBufferAsprintf(&buf, ",name=%s", dev->target.name
                          ? dev->target.name : "com.redhat.spice.0");
5443
    }
5444
    if (virBufferCheckError(&buf) < 0)
5445 5446 5447 5448
        goto error;

    return virBufferContentAndReset(&buf);

5449
 error:
5450 5451 5452 5453
    virBufferFreeAndReset(&buf);
    return NULL;
}

5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473
static char *
qemuBuildSclpDevStr(virDomainChrDefPtr dev)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    if (dev->deviceType == VIR_DOMAIN_CHR_DEVICE_TYPE_CONSOLE) {
        switch (dev->targetType) {
        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLP:
            virBufferAddLit(&buf, "sclpconsole");
            break;
        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLPLM:
            virBufferAddLit(&buf, "sclplmconsole");
            break;
        }
    } else {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("Cannot use slcp with devices other than console"));
        goto error;
    }
    virBufferAsprintf(&buf, ",chardev=char%s,id=%s",
                      dev->info.alias, dev->info.alias);
5474
    if (virBufferCheckError(&buf) < 0)
5475 5476 5477 5478
        goto error;

    return virBufferContentAndReset(&buf);

5479
 error:
5480 5481 5482 5483
    virBufferFreeAndReset(&buf);
    return NULL;
}

5484 5485

static int
5486 5487
qemuBuildRNGBackendChrdevStr(virLogManagerPtr logManager,
                             virCommandPtr cmd,
5488
                             virQEMUDriverConfigPtr cfg,
5489
                             const virDomainDef *def,
5490
                             virDomainRNGDefPtr rng,
5491
                             virQEMUCapsPtr qemuCaps,
5492 5493
                             char **chr,
                             bool chardevStdioLogd)
5494
{
5495 5496 5497 5498 5499 5500 5501 5502 5503
    *chr = NULL;

    switch ((virDomainRNGBackend) rng->backend) {
    case VIR_DOMAIN_RNG_BACKEND_RANDOM:
    case VIR_DOMAIN_RNG_BACKEND_LAST:
        /* no chardev backend is needed */
        return 0;

    case VIR_DOMAIN_RNG_BACKEND_EGD:
5504
        if (!(*chr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
5505
                                            rng->source.chardev,
5506 5507
                                            rng->info.alias, qemuCaps, true,
                                            chardevStdioLogd)))
5508 5509 5510 5511 5512 5513 5514
            return -1;
    }

    return 0;
}


5515
int
5516 5517 5518 5519 5520 5521
qemuBuildRNGBackendProps(virDomainRNGDefPtr rng,
                         virQEMUCapsPtr qemuCaps,
                         const char **type,
                         virJSONValuePtr *props)
{
    char *charBackendAlias = NULL;
5522 5523
    int ret = -1;

5524
    switch ((virDomainRNGBackend) rng->backend) {
5525 5526 5527 5528
    case VIR_DOMAIN_RNG_BACKEND_RANDOM:
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_RNG_RANDOM)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this qemu doesn't support the rng-random "
5529
                             "backend"));
5530 5531 5532
            goto cleanup;
        }

5533
        *type = "rng-random";
5534

5535 5536 5537
        if (virJSONValueObjectCreate(props, "s:filename", rng->source.file,
                                     NULL) < 0)
            goto cleanup;
5538 5539 5540
        break;

    case VIR_DOMAIN_RNG_BACKEND_EGD:
5541 5542 5543 5544 5545 5546 5547
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_RNG_EGD)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this qemu doesn't support the rng-egd "
                             "backend"));
            goto cleanup;
        }

5548 5549
        *type = "rng-egd";

5550
        if (!(charBackendAlias = qemuAliasChardevFromDevAlias(rng->info.alias)))
5551 5552
            goto cleanup;

5553 5554 5555
        if (virJSONValueObjectCreate(props, "s:chardev", charBackendAlias,
                                     NULL) < 0)
            goto cleanup;
5556

5557 5558 5559
        break;

    case VIR_DOMAIN_RNG_BACKEND_LAST:
5560 5561 5562
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("unknown rng-random backend"));
        goto cleanup;
5563 5564 5565 5566
    }

    ret = 0;

5567
 cleanup:
5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587
    VIR_FREE(charBackendAlias);
    return ret;
}


static char *
qemuBuildRNGBackendStr(virDomainRNGDefPtr rng,
                       virQEMUCapsPtr qemuCaps)
{
    const char *type = NULL;
    char *alias = NULL;
    virJSONValuePtr props = NULL;
    char *ret = NULL;

    if (virAsprintf(&alias, "obj%s", rng->info.alias) < 0)
        goto cleanup;

    if (qemuBuildRNGBackendProps(rng, qemuCaps, &type, &props) < 0)
        goto cleanup;

5588
    ret = virQEMUBuildObjectCommandlineFromJSON(type, alias, props);
5589 5590 5591 5592

 cleanup:
    VIR_FREE(alias);
    virJSONValueFree(props);
5593 5594 5595 5596
    return ret;
}


5597
char *
5598
qemuBuildRNGDevStr(const virDomainDef *def,
5599 5600
                   virDomainRNGDefPtr dev,
                   virQEMUCapsPtr qemuCaps)
5601 5602 5603 5604 5605 5606 5607 5608
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (dev->model != VIR_DOMAIN_RNG_MODEL_VIRTIO ||
        !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIRTIO_RNG)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("this qemu doesn't support RNG device type '%s'"),
                       virDomainRNGModelTypeToString(dev->model));
5609
        goto error;
5610 5611
    }

5612 5613
    if (!qemuDomainCheckCCWS390AddressSupport(def, dev->info, qemuCaps,
                                              dev->source.file))
5614 5615
        goto error;

5616
    if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCW)
5617 5618
        virBufferAsprintf(&buf, "virtio-rng-ccw,rng=obj%s,id=%s",
                          dev->info.alias, dev->info.alias);
5619
    else if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_S390)
5620 5621
        virBufferAsprintf(&buf, "virtio-rng-s390,rng=obj%s,id=%s",
                          dev->info.alias, dev->info.alias);
5622
    else if (dev->info.type == VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO)
5623 5624
        virBufferAsprintf(&buf, "virtio-rng-device,rng=obj%s,id=%s",
                          dev->info.alias, dev->info.alias);
5625
    else
5626 5627
        virBufferAsprintf(&buf, "virtio-rng-pci,rng=obj%s,id=%s",
                          dev->info.alias, dev->info.alias);
5628

5629 5630 5631 5632 5633 5634 5635 5636
    if (dev->rate > 0) {
        virBufferAsprintf(&buf, ",max-bytes=%u", dev->rate);
        if (dev->period)
            virBufferAsprintf(&buf, ",period=%u", dev->period);
        else
            virBufferAddLit(&buf, ",period=1000");
    }

5637 5638 5639
    if (qemuBuildVirtioOptionsStr(&buf, dev->virtio, qemuCaps) < 0)
        goto error;

5640
    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
5641 5642 5643
        goto error;
    if (virBufferCheckError(&buf) < 0)
        goto error;
5644

5645
    return virBufferContentAndReset(&buf);
5646

5647
 error:
5648
    virBufferFreeAndReset(&buf);
5649
    return NULL;
5650 5651 5652
}


5653 5654 5655
static int
qemuBuildRNGCommandLine(virLogManagerPtr logManager,
                        virCommandPtr cmd,
5656
                        virQEMUDriverConfigPtr cfg,
5657
                        const virDomainDef *def,
5658 5659
                        virQEMUCapsPtr qemuCaps,
                        bool chardevStdioLogd)
5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673
{
    size_t i;

    for (i = 0; i < def->nrngs; i++) {
        virDomainRNGDefPtr rng = def->rngs[i];
        char *tmp;

        if (!rng->info.alias) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("RNG device is missing alias"));
            return -1;
        }

        /* possibly add character device for backend */
5674
        if (qemuBuildRNGBackendChrdevStr(logManager, cmd, cfg, def,
5675 5676
                                         rng, qemuCaps, &tmp,
                                         chardevStdioLogd) < 0)
5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701
            return -1;

        if (tmp) {
            virCommandAddArgList(cmd, "-chardev", tmp, NULL);
            VIR_FREE(tmp);
        }

        /* add the RNG source backend */
        if (!(tmp = qemuBuildRNGBackendStr(rng, qemuCaps)))
            return -1;

        virCommandAddArgList(cmd, "-object", tmp, NULL);
        VIR_FREE(tmp);

        /* add the device */
        if (!(tmp = qemuBuildRNGDevStr(def, rng, qemuCaps)))
            return -1;
        virCommandAddArgList(cmd, "-device", tmp, NULL);
        VIR_FREE(tmp);
    }

    return 0;
}


5702 5703
static char *
qemuBuildSmbiosBiosStr(virSysinfoBIOSDefPtr def)
5704 5705 5706
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

5707
    if (!def)
5708
        return NULL;
5709 5710 5711 5712

    virBufferAddLit(&buf, "type=0");

    /* 0:Vendor */
5713 5714 5715 5716
    if (def->vendor) {
        virBufferAddLit(&buf, ",vendor=");
        virQEMUBuildBufferEscapeComma(&buf, def->vendor);
    }
5717
    /* 0:BIOS Version */
5718 5719 5720 5721
    if (def->version) {
        virBufferAddLit(&buf, ",version=");
        virQEMUBuildBufferEscapeComma(&buf, def->version);
    }
5722
    /* 0:BIOS Release Date */
5723 5724 5725 5726
    if (def->date) {
        virBufferAddLit(&buf, ",date=");
        virQEMUBuildBufferEscapeComma(&buf, def->date);
    }
5727
    /* 0:System BIOS Major Release and 0:System BIOS Minor Release */
5728 5729 5730 5731
    if (def->release) {
        virBufferAddLit(&buf, ",release=");
        virQEMUBuildBufferEscapeComma(&buf, def->release);
    }
5732 5733 5734 5735

    return virBufferContentAndReset(&buf);
}

5736 5737 5738 5739

static char *
qemuBuildSmbiosSystemStr(virSysinfoSystemDefPtr def,
                         bool skip_uuid)
5740 5741 5742
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

5743 5744 5745 5746
    if (!def ||
        (!def->manufacturer && !def->product && !def->version &&
         !def->serial && (!def->uuid || skip_uuid) &&
         def->sku && !def->family))
5747 5748 5749 5750 5751
        return NULL;

    virBufferAddLit(&buf, "type=1");

    /* 1:Manufacturer */
5752 5753 5754 5755
    if (def->manufacturer) {
        virBufferAddLit(&buf, ",manufacturer=");
        virQEMUBuildBufferEscapeComma(&buf, def->manufacturer);
    }
5756
     /* 1:Product Name */
5757 5758 5759 5760
    if (def->product) {
        virBufferAddLit(&buf, ",product=");
        virQEMUBuildBufferEscapeComma(&buf, def->product);
    }
5761
    /* 1:Version */
5762 5763 5764 5765
    if (def->version) {
        virBufferAddLit(&buf, ",version=");
        virQEMUBuildBufferEscapeComma(&buf, def->version);
    }
5766
    /* 1:Serial Number */
5767 5768 5769 5770
    if (def->serial) {
        virBufferAddLit(&buf, ",serial=");
        virQEMUBuildBufferEscapeComma(&buf, def->serial);
    }
5771
    /* 1:UUID */
5772 5773 5774 5775
    if (def->uuid && !skip_uuid) {
        virBufferAddLit(&buf, ",uuid=");
        virQEMUBuildBufferEscapeComma(&buf, def->uuid);
    }
5776
    /* 1:SKU Number */
5777 5778 5779 5780
    if (def->sku) {
        virBufferAddLit(&buf, ",sku=");
        virQEMUBuildBufferEscapeComma(&buf, def->sku);
    }
5781
    /* 1:Family */
5782 5783 5784 5785
    if (def->family) {
        virBufferAddLit(&buf, ",family=");
        virQEMUBuildBufferEscapeComma(&buf, def->family);
    }
5786 5787 5788 5789

    return virBufferContentAndReset(&buf);
}

5790 5791 5792

static char *
qemuBuildSmbiosBaseBoardStr(virSysinfoBaseBoardDefPtr def)
5793 5794 5795 5796 5797 5798 5799 5800 5801
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (!def)
        return NULL;

    virBufferAddLit(&buf, "type=2");

    /* 2:Manufacturer */
5802 5803
    virBufferAddLit(&buf, ",manufacturer=");
    virQEMUBuildBufferEscapeComma(&buf, def->manufacturer);
5804
    /* 2:Product Name */
5805 5806 5807 5808
    if (def->product) {
        virBufferAddLit(&buf, ",product=");
        virQEMUBuildBufferEscapeComma(&buf, def->product);
    }
5809
    /* 2:Version */
5810 5811 5812 5813
    if (def->version) {
        virBufferAddLit(&buf, ",version=");
        virQEMUBuildBufferEscapeComma(&buf, def->version);
    }
5814
    /* 2:Serial Number */
5815 5816 5817 5818
    if (def->serial) {
        virBufferAddLit(&buf, ",serial=");
        virQEMUBuildBufferEscapeComma(&buf, def->serial);
    }
5819
    /* 2:Asset Tag */
5820 5821 5822 5823
    if (def->asset) {
        virBufferAddLit(&buf, ",asset=");
        virQEMUBuildBufferEscapeComma(&buf, def->asset);
    }
5824
    /* 2:Location */
5825 5826 5827 5828
    if (def->location) {
        virBufferAddLit(&buf, ",location=");
        virQEMUBuildBufferEscapeComma(&buf, def->location);
    }
5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839

    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 error:
    virBufferFreeAndReset(&buf);
    return NULL;
}

5840

5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860
static char *
qemuBuildSmbiosOEMStringsStr(virSysinfoOEMStringsDefPtr def)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    size_t i;

    if (!def)
        return NULL;

    virBufferAddLit(&buf, "type=11");

    for (i = 0; i < def->nvalues; i++) {
        virBufferAddLit(&buf, ",value=");
        virQEMUBuildBufferEscapeComma(&buf, def->values[i]);
    }

    return virBufferContentAndReset(&buf);
}


5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905
static char *
qemuBuildSmbiosChassisStr(virSysinfoChassisDefPtr def)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (!def)
        return NULL;

    virBufferAddLit(&buf, "type=3");

    /* 3:Manufacturer */
    virBufferAddLit(&buf, ",manufacturer=");
    virQEMUBuildBufferEscapeComma(&buf, def->manufacturer);
    /* 3:Version */
    if (def->version) {
        virBufferAddLit(&buf, ",version=");
        virQEMUBuildBufferEscapeComma(&buf, def->version);
    }
    /* 3:Serial Number */
    if (def->serial) {
        virBufferAddLit(&buf, ",serial=");
        virQEMUBuildBufferEscapeComma(&buf, def->serial);
    }
    /* 3:Asset Tag */
    if (def->asset) {
        virBufferAddLit(&buf, ",asset=");
        virQEMUBuildBufferEscapeComma(&buf, def->asset);
    }
    /* 3:Sku */
    if (def->sku) {
        virBufferAddLit(&buf, ",sku=");
        virQEMUBuildBufferEscapeComma(&buf, def->sku);
    }

    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 error:
    virBufferFreeAndReset(&buf);
    return NULL;
}


5906 5907 5908
static int
qemuBuildSmbiosCommandLine(virCommandPtr cmd,
                           virQEMUDriverPtr driver,
5909
                           const virDomainDef *def)
5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967
{
    size_t i;
    virSysinfoDefPtr source = NULL;
    bool skip_uuid = false;

    if (def->os.smbios_mode == VIR_DOMAIN_SMBIOS_NONE ||
        def->os.smbios_mode == VIR_DOMAIN_SMBIOS_EMULATE)
        return 0;

    /* should we really error out or just warn in those cases ? */
    if (def->os.smbios_mode == VIR_DOMAIN_SMBIOS_HOST) {
        if (driver->hostsysinfo == NULL) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Host SMBIOS information is not available"));
            return -1;
        }
        source = driver->hostsysinfo;
        /* Host and guest uuid must differ, by definition of UUID. */
        skip_uuid = true;
    } else if (def->os.smbios_mode == VIR_DOMAIN_SMBIOS_SYSINFO) {
        if (def->sysinfo == NULL) {
            virReportError(VIR_ERR_XML_ERROR,
                           _("Domain '%s' sysinfo are not available"),
                           def->name);
            return -1;
        }
        source = def->sysinfo;
        /* domain_conf guaranteed that system_uuid matches guest uuid. */
    }
    if (source != NULL) {
        char *smbioscmd;

        smbioscmd = qemuBuildSmbiosBiosStr(source->bios);
        if (smbioscmd != NULL) {
            virCommandAddArgList(cmd, "-smbios", smbioscmd, NULL);
            VIR_FREE(smbioscmd);
        }
        smbioscmd = qemuBuildSmbiosSystemStr(source->system, skip_uuid);
        if (smbioscmd != NULL) {
            virCommandAddArgList(cmd, "-smbios", smbioscmd, NULL);
            VIR_FREE(smbioscmd);
        }

        if (source->nbaseBoard > 1) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("qemu does not support more than "
                             "one entry to Type 2 in SMBIOS table"));
            return -1;
        }

        for (i = 0; i < source->nbaseBoard; i++) {
            if (!(smbioscmd =
                  qemuBuildSmbiosBaseBoardStr(source->baseBoard + i)))
                return -1;

            virCommandAddArgList(cmd, "-smbios", smbioscmd, NULL);
            VIR_FREE(smbioscmd);
        }
5968

5969 5970 5971 5972 5973 5974
        smbioscmd = qemuBuildSmbiosChassisStr(source->chassis);
        if (smbioscmd != NULL) {
            virCommandAddArgList(cmd, "-smbios", smbioscmd, NULL);
            VIR_FREE(smbioscmd);
        }

5975 5976 5977 5978 5979 5980 5981
        if (source->oemStrings) {
            if (!(smbioscmd = qemuBuildSmbiosOEMStringsStr(source->oemStrings)))
                return -1;

            virCommandAddArgList(cmd, "-smbios", smbioscmd, NULL);
            VIR_FREE(smbioscmd);
        }
5982 5983 5984 5985 5986 5987
    }

    return 0;
}


5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011
static int
qemuBuildSgaCommandLine(virCommandPtr cmd,
                        const virDomainDef *def,
                        virQEMUCapsPtr qemuCaps)
{
    /* Serial graphics adapter */
    if (def->os.bios.useserial == VIR_TRISTATE_BOOL_YES) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SGA)) {
            virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                           _("qemu does not support SGA"));
            return -1;
        }
        if (!def->nserials) {
            virReportError(VIR_ERR_XML_ERROR, "%s",
                           _("need at least one serial port to use SGA"));
            return -1;
        }
        virCommandAddArgList(cmd, "-device", "sga", NULL);
    }

    return 0;
}


6012 6013 6014
static char *
qemuBuildClockArgStr(virDomainClockDefPtr def)
{
6015
    size_t i;
6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    switch (def->offset) {
    case VIR_DOMAIN_CLOCK_OFFSET_UTC:
        virBufferAddLit(&buf, "base=utc");
        break;

    case VIR_DOMAIN_CLOCK_OFFSET_LOCALTIME:
    case VIR_DOMAIN_CLOCK_OFFSET_TIMEZONE:
        virBufferAddLit(&buf, "base=localtime");
        break;

    case VIR_DOMAIN_CLOCK_OFFSET_VARIABLE: {
        time_t now = time(NULL);
        struct tm nowbits;

6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050
        if (def->data.variable.basis == VIR_DOMAIN_CLOCK_BASIS_LOCALTIME) {
            long localOffset;

            /* in the case of basis='localtime', rather than trying to
             * keep that basis (and associated offset from UTC) in the
             * status and deal with adding in the difference each time
             * there is an RTC_CHANGE event, it is simpler and less
             * error prone to just convert the adjustment an offset
             * from UTC right now (and change the status to
             * "basis='utc' to reflect this). This eliminates
             * potential errors in both RTC_CHANGE events and in
             * migration (in the case that the status of DST, or the
             * timezone of the destination host, changed relative to
             * startup).
             */
            if (virTimeLocalOffsetFromUTC(&localOffset) < 0)
               goto error;
            def->data.variable.adjustment += localOffset;
            def->data.variable.basis = VIR_DOMAIN_CLOCK_BASIS_UTC;
6051
        }
6052

6053 6054 6055
        now += def->data.variable.adjustment;
        gmtime_r(&now, &nowbits);

6056 6057 6058 6059 6060 6061 6062 6063
        /* when an RTC_CHANGE event is received from qemu, we need to
         * have the adjustment used at domain start time available to
         * compute the new offset from UTC. As this new value is
         * itself stored in def->data.variable.adjustment, we need to
         * save a copy of it now.
        */
        def->data.variable.adjustment0 = def->data.variable.adjustment;

6064
        virBufferAsprintf(&buf, "base=%d-%02d-%02dT%02d:%02d:%02d",
6065 6066 6067 6068 6069 6070 6071 6072 6073
                          nowbits.tm_year + 1900,
                          nowbits.tm_mon + 1,
                          nowbits.tm_mday,
                          nowbits.tm_hour,
                          nowbits.tm_min,
                          nowbits.tm_sec);
    }   break;

    default:
6074 6075 6076
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("unsupported clock offset '%s'"),
                       virDomainClockOffsetTypeToString(def->offset));
6077 6078 6079
        goto error;
    }

6080 6081
    /* Look for an 'rtc' timer element, and add in appropriate
     * clock= and driftfix= */
6082 6083 6084 6085 6086 6087
    for (i = 0; i < def->ntimers; i++) {
        if (def->timers[i]->name == VIR_DOMAIN_TIMER_NAME_RTC) {
            switch (def->timers[i]->track) {
            case -1: /* unspecified - use hypervisor default */
                break;
            case VIR_DOMAIN_TIMER_TRACK_BOOT:
6088 6089 6090
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("unsupported rtc timer track '%s'"),
                               virDomainTimerTrackTypeToString(def->timers[i]->track));
6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111
                goto error;
            case VIR_DOMAIN_TIMER_TRACK_GUEST:
                virBufferAddLit(&buf, ",clock=vm");
                break;
            case VIR_DOMAIN_TIMER_TRACK_WALL:
                virBufferAddLit(&buf, ",clock=host");
                break;
            }

            switch (def->timers[i]->tickpolicy) {
            case -1:
            case VIR_DOMAIN_TIMER_TICKPOLICY_DELAY:
                /* This is the default - missed ticks delivered when
                   next scheduled, at normal rate */
                break;
            case VIR_DOMAIN_TIMER_TICKPOLICY_CATCHUP:
                /* deliver ticks at a faster rate until caught up */
                virBufferAddLit(&buf, ",driftfix=slew");
                break;
            case VIR_DOMAIN_TIMER_TICKPOLICY_MERGE:
            case VIR_DOMAIN_TIMER_TICKPOLICY_DISCARD:
6112 6113 6114
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("unsupported rtc timer tickpolicy '%s'"),
                               virDomainTimerTickpolicyTypeToString(def->timers[i]->tickpolicy));
6115 6116 6117 6118 6119 6120
                goto error;
            }
            break; /* no need to check other timers - there is only one rtc */
        }
    }

6121
    if (virBufferCheckError(&buf) < 0)
6122 6123 6124 6125
        goto error;

    return virBufferContentAndReset(&buf);

6126
 error:
6127 6128 6129 6130
    virBufferFreeAndReset(&buf);
    return NULL;
}

6131 6132 6133 6134 6135 6136 6137 6138 6139 6140

/* NOTE: Building of commands can change def->clock->data.* values, so
 *       virDomainDef is not const here.
 */
static int
qemuBuildClockCommandLine(virCommandPtr cmd,
                          virDomainDefPtr def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i;
J
Ján Tomko 已提交
6141
    char *rtcopt;
6142

J
Ján Tomko 已提交
6143 6144 6145 6146 6147
    virCommandAddArg(cmd, "-rtc");
    if (!(rtcopt = qemuBuildClockArgStr(&def->clock)))
        return -1;
    virCommandAddArg(cmd, rtcopt);
    VIR_FREE(rtcopt);
6148 6149 6150 6151 6152 6153 6154

    if (def->clock.offset == VIR_DOMAIN_CLOCK_OFFSET_TIMEZONE &&
        def->clock.data.timezone) {
        virCommandAddEnvPair(cmd, "TZ", def->clock.data.timezone);
    }

    for (i = 0; i < def->clock.ntimers; i++) {
6155
        switch ((virDomainTimerNameType)def->clock.timers[i]->name) {
6156 6157 6158 6159 6160 6161
        case VIR_DOMAIN_TIMER_NAME_PLATFORM:
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("unsupported timer type (name) '%s'"),
                           virDomainTimerNameTypeToString(def->clock.timers[i]->name));
            return -1;

6162
        case VIR_DOMAIN_TIMER_NAME_TSC:
6163 6164 6165 6166 6167 6168 6169
        case VIR_DOMAIN_TIMER_NAME_KVMCLOCK:
        case VIR_DOMAIN_TIMER_NAME_HYPERVCLOCK:
            /* Timers above are handled when building -cpu.  */
        case VIR_DOMAIN_TIMER_NAME_LAST:
            break;

        case VIR_DOMAIN_TIMER_NAME_RTC:
6170
            /* Already handled in qemuBuildClockArgStr */
6171 6172 6173 6174 6175 6176 6177
            break;

        case VIR_DOMAIN_TIMER_NAME_PIT:
            switch (def->clock.timers[i]->tickpolicy) {
            case -1:
            case VIR_DOMAIN_TIMER_TICKPOLICY_DELAY:
                /* delay is the default if we don't have kernel
J
Ján Tomko 已提交
6178
                   (kvm-pit), otherwise, the default is catchup. */
6179 6180
                if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_KVM_PIT_TICK_POLICY))
                    virCommandAddArgList(cmd, "-global",
6181
                                         "kvm-pit.lost_tick_policy=delay", NULL);
6182 6183
                break;
            case VIR_DOMAIN_TIMER_TICKPOLICY_CATCHUP:
J
Ján Tomko 已提交
6184
                if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_KVM_PIT_TICK_POLICY)) {
6185 6186
                    /* do nothing - this is default for kvm-pit */
                } else {
J
Ján Tomko 已提交
6187
                    /* can't catchup if we don't have kvm-pit */
6188 6189 6190 6191 6192 6193 6194
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                                   _("unsupported pit tickpolicy '%s'"),
                                   virDomainTimerTickpolicyTypeToString(def->clock.timers[i]->tickpolicy));
                    return -1;
                }
                break;
            case VIR_DOMAIN_TIMER_TICKPOLICY_DISCARD:
6195 6196 6197 6198 6199 6200
                if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_KVM_PIT_TICK_POLICY))
                    virCommandAddArgList(cmd, "-global",
                                         "kvm-pit.lost_tick_policy=discard", NULL);
                break;
            case VIR_DOMAIN_TIMER_TICKPOLICY_MERGE:
                /* no way to support this mode for pit in qemu */
6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("unsupported pit tickpolicy '%s'"),
                               virDomainTimerTickpolicyTypeToString(def->clock.timers[i]->tickpolicy));
                return -1;
            }
            break;

        case VIR_DOMAIN_TIMER_NAME_HPET:
            /* the only meaningful attribute for hpet is "present". If
             * present is -1, that means it wasn't specified, and
             * should be left at the default for the
             * hypervisor. "default" when -no-hpet exists is "yes",
             * and when -no-hpet doesn't exist is "no". "confusing"?
             * "yes"! */

            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_NO_HPET)) {
                if (def->clock.timers[i]->present == 0)
                    virCommandAddArg(cmd, "-no-hpet");
            } else {
                /* no hpet timer available. The only possible action
                   is to raise an error if present="yes" */
                if (def->clock.timers[i]->present == 1) {
                    virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                                   "%s", _("hpet timer is not supported"));
                    return -1;
                }
            }
            break;
        }
    }

    return 0;
}


6236 6237 6238
static int
qemuBuildPMCommandLine(virCommandPtr cmd,
                       const virDomainDef *def,
6239
                       qemuDomainObjPrivatePtr priv)
6240
{
6241
    virQEMUCapsPtr qemuCaps = priv->qemuCaps;
6242 6243

    /* Only add -no-reboot option if each event destroys domain */
6244
    if (priv->allowReboot == VIR_TRISTATE_BOOL_NO)
6245 6246 6247 6248 6249 6250
        virCommandAddArg(cmd, "-no-reboot");

    /* If JSON monitor is enabled, we can receive an event
     * when QEMU stops. If we use no-shutdown, then we can
     * watch for this event and do a soft/warm reboot.
     */
6251
    if (priv->monJSON && priv->allowReboot == VIR_TRISTATE_BOOL_YES)
6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265
        virCommandAddArg(cmd, "-no-shutdown");

    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_NO_ACPI)) {
        if (def->features[VIR_DOMAIN_FEATURE_ACPI] != VIR_TRISTATE_SWITCH_ON)
            virCommandAddArg(cmd, "-no-acpi");
    }

    /* We fall back to PIIX4_PM even for q35, since it's what we did
       pre-q35-pm support. QEMU starts up fine (with a warning) if
       mixing PIIX PM and -M q35. Starting to reject things here
       could mean we refuse to start existing configs in the wild.*/
    if (def->pm.s3) {
        const char *pm_object = "PIIX4_PM";

6266
        if (qemuDomainIsQ35(def) &&
6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_ICH9_DISABLE_S3)) {
            pm_object = "ICH9-LPC";
        } else if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_PIIX_DISABLE_S3)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           "%s", _("setting ACPI S3 not supported"));
            return -1;
        }

        virCommandAddArg(cmd, "-global");
        virCommandAddArgFormat(cmd, "%s.disable_s3=%d",
                               pm_object, def->pm.s3 == VIR_TRISTATE_BOOL_NO);
    }

    if (def->pm.s4) {
        const char *pm_object = "PIIX4_PM";

6283
        if (qemuDomainIsQ35(def) &&
6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_ICH9_DISABLE_S4)) {
            pm_object = "ICH9-LPC";
        } else if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_PIIX_DISABLE_S4)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           "%s", _("setting ACPI S4 not supported"));
            return -1;
        }

        virCommandAddArg(cmd, "-global");
        virCommandAddArgFormat(cmd, "%s.disable_s4=%d",
                               pm_object, def->pm.s4 == VIR_TRISTATE_BOOL_NO);
    }

    return 0;
}


6301 6302 6303
static int
qemuBuildBootCommandLine(virCommandPtr cmd,
                         const virDomainDef *def,
6304
                         virQEMUCapsPtr qemuCaps)
6305 6306 6307 6308 6309 6310 6311 6312 6313
{
    size_t i;
    virBuffer boot_buf = VIR_BUFFER_INITIALIZER;
    char *boot_order_str = NULL, *boot_opts_str = NULL;

    /*
     * We prefer using explicit bootindex=N parameters for predictable
     * results even though domain XML doesn't use per device boot elements.
     */
6314
    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX)) {
6315 6316
        char boot[VIR_DOMAIN_BOOT_LAST+1];

6317 6318 6319 6320
        if (def->os.nBootDevs == 0) {
            /* def->os.nBootDevs is guaranteed to be > 0 unless per-device boot
             * configuration is used
             */
6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("hypervisor lacks deviceboot feature"));
            goto error;
        }

        for (i = 0; i < def->os.nBootDevs; i++) {
            switch (def->os.bootDevs[i]) {
            case VIR_DOMAIN_BOOT_CDROM:
                boot[i] = 'd';
                break;
            case VIR_DOMAIN_BOOT_FLOPPY:
                boot[i] = 'a';
                break;
            case VIR_DOMAIN_BOOT_DISK:
                boot[i] = 'c';
                break;
            case VIR_DOMAIN_BOOT_NET:
                boot[i] = 'n';
                break;
            default:
                boot[i] = 'c';
                break;
            }
        }
        boot[def->os.nBootDevs] = '\0';

        virBufferAsprintf(&boot_buf, "%s", boot);
        if (virBufferCheckError(&boot_buf) < 0)
            goto error;
        boot_order_str = virBufferContentAndReset(&boot_buf);
    }

    if (def->os.bootmenu) {
J
Ján Tomko 已提交
6354 6355 6356 6357
        if (def->os.bootmenu == VIR_TRISTATE_BOOL_YES)
            virBufferAddLit(&boot_buf, "menu=on,");
        else
            virBufferAddLit(&boot_buf, "menu=off,");
6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413
    }

    if (def->os.bios.rt_set) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_REBOOT_TIMEOUT)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("reboot timeout is not supported "
                             "by this QEMU binary"));
            goto error;
        }

        virBufferAsprintf(&boot_buf,
                          "reboot-timeout=%d,",
                          def->os.bios.rt_delay);
    }

    if (def->os.bm_timeout_set) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPLASH_TIMEOUT)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("splash timeout is not supported "
                             "by this QEMU binary"));
            goto error;
        }

        virBufferAsprintf(&boot_buf, "splash-time=%u,", def->os.bm_timeout);
    }

    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOT_STRICT))
        virBufferAddLit(&boot_buf, "strict=on,");

    virBufferTrim(&boot_buf, ",", -1);

    if (virBufferCheckError(&boot_buf) < 0)
        goto error;

    boot_opts_str = virBufferContentAndReset(&boot_buf);
    if (boot_order_str || boot_opts_str) {
        virCommandAddArg(cmd, "-boot");

        if (boot_order_str && boot_opts_str) {
            virCommandAddArgFormat(cmd, "order=%s,%s",
                                   boot_order_str, boot_opts_str);
        } else if (boot_order_str) {
            virCommandAddArg(cmd, boot_order_str);
        } else if (boot_opts_str) {
            virCommandAddArg(cmd, boot_opts_str);
        }
    }
    VIR_FREE(boot_opts_str);
    VIR_FREE(boot_order_str);

    if (def->os.kernel)
        virCommandAddArgList(cmd, "-kernel", def->os.kernel, NULL);
    if (def->os.initrd)
        virCommandAddArgList(cmd, "-initrd", def->os.initrd, NULL);
    if (def->os.cmdline)
        virCommandAddArgList(cmd, "-append", def->os.cmdline, NULL);
J
Ján Tomko 已提交
6414 6415
    if (def->os.dtb)
        virCommandAddArgList(cmd, "-dtb", def->os.dtb, NULL);
6416 6417 6418 6419
    if (def->os.slic_table) {
        virBuffer buf = VIR_BUFFER_INITIALIZER;
        virCommandAddArg(cmd, "-acpitable");
        virBufferAddLit(&buf, "sig=SLIC,file=");
6420
        virQEMUBuildBufferEscapeComma(&buf, def->os.slic_table);
6421 6422
        virCommandAddArgBuffer(cmd, &buf);
    }
6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433

    return 0;

 error:
    VIR_FREE(boot_order_str);
    VIR_FREE(boot_opts_str);
    virBufferFreeAndReset(&boot_buf);
    return -1;
}


6434 6435 6436 6437 6438
static int
qemuBuildIOMMUCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
6439 6440 6441 6442 6443
    virBuffer opts = VIR_BUFFER_INITIALIZER;
    const virDomainIOMMUDef *iommu = def->iommu;
    int ret = -1;

    if (!iommu)
6444 6445
        return 0;

6446 6447 6448 6449 6450 6451 6452 6453 6454
    switch (iommu->model) {
    case VIR_DOMAIN_IOMMU_MODEL_INTEL:
        if (iommu->intremap != VIR_TRISTATE_SWITCH_ABSENT &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_INTEL_IOMMU_INTREMAP)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("iommu: interrupt remapping is not supported "
                             "with this QEMU binary"));
            return -1;
        }
6455 6456 6457 6458 6459 6460 6461
        if (iommu->caching_mode != VIR_TRISTATE_SWITCH_ABSENT &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_INTEL_IOMMU_CACHING_MODE))  {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("iommu: caching mode is not supported "
                             "with this QEMU binary"));
            return -1;
        }
6462 6463 6464 6465 6466 6467 6468
        if (iommu->eim != VIR_TRISTATE_SWITCH_ABSENT &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_INTEL_IOMMU_EIM))  {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("iommu: eim is not supported "
                             "with this QEMU binary"));
            return -1;
        }
6469 6470 6471 6472 6473 6474 6475
        if (iommu->iotlb != VIR_TRISTATE_SWITCH_ABSENT &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_INTEL_IOMMU_DEVICE_IOTLB)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("iommu: device IOTLB is not supported "
                             "with this QEMU binary"));
            return -1;
        }
6476 6477 6478 6479 6480
        break;
    case VIR_DOMAIN_IOMMU_MODEL_LAST:
        break;
    }

6481 6482 6483
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_IOMMU))
        return 0; /* Already handled via -machine */

6484
    switch (iommu->model) {
6485 6486 6487 6488 6489
    case VIR_DOMAIN_IOMMU_MODEL_INTEL:
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_INTEL_IOMMU)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("IOMMU device: '%s' is not supported with "
                             "this QEMU binary"),
6490
                           virDomainIOMMUModelTypeToString(iommu->model));
6491 6492
            return -1;
        }
6493
        if (!qemuDomainIsQ35(def)) {
6494 6495 6496
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("IOMMU device: '%s' is only supported with "
                             "Q35 machines"),
6497
                           virDomainIOMMUModelTypeToString(iommu->model));
6498 6499
            return -1;
        }
6500
        virBufferAddLit(&opts, "intel-iommu");
6501 6502 6503 6504
        if (iommu->intremap != VIR_TRISTATE_SWITCH_ABSENT) {
            virBufferAsprintf(&opts, ",intremap=%s",
                              virTristateSwitchTypeToString(iommu->intremap));
        }
6505 6506 6507 6508
        if (iommu->caching_mode != VIR_TRISTATE_SWITCH_ABSENT) {
            virBufferAsprintf(&opts, ",caching-mode=%s",
                              virTristateSwitchTypeToString(iommu->caching_mode));
        }
6509 6510 6511 6512
        if (iommu->eim != VIR_TRISTATE_SWITCH_ABSENT) {
            virBufferAsprintf(&opts, ",eim=%s",
                              virTristateSwitchTypeToString(iommu->eim));
        }
6513 6514 6515 6516
        if (iommu->iotlb != VIR_TRISTATE_SWITCH_ABSENT) {
            virBufferAsprintf(&opts, ",device-iotlb=%s",
                              virTristateSwitchTypeToString(iommu->iotlb));
        }
6517 6518 6519
    case VIR_DOMAIN_IOMMU_MODEL_LAST:
        break;
    }
6520 6521 6522 6523 6524 6525
    virCommandAddArg(cmd, "-device");
    virCommandAddArgBuffer(cmd, &opts);

    ret = 0;
    virBufferFreeAndReset(&opts);
    return ret;
6526 6527 6528
}


6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543
static int
qemuBuildGlobalControllerCommandLine(virCommandPtr cmd,
                                     const virDomainDef *def,
                                     virQEMUCapsPtr qemuCaps)
{
    size_t i;

    for (i = 0; i < def->ncontrollers; i++) {
        virDomainControllerDefPtr cont = def->controllers[i];
        if (cont->type == VIR_DOMAIN_CONTROLLER_TYPE_PCI &&
            cont->opts.pciopts.pcihole64) {
            const char *hoststr = NULL;
            bool cap = false;
            bool machine = false;

6544
            switch (cont->model) {
6545 6546 6547
            case VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT:
                hoststr = "i440FX-pcihost";
                cap = virQEMUCapsGet(qemuCaps, QEMU_CAPS_I440FX_PCI_HOLE64_SIZE);
6548
                machine = qemuDomainIsI440FX(def);
6549 6550 6551 6552 6553
                break;

            case VIR_DOMAIN_CONTROLLER_MODEL_PCIE_ROOT:
                hoststr = "q35-pcihost";
                cap = virQEMUCapsGet(qemuCaps, QEMU_CAPS_Q35_PCI_HOLE64_SIZE);
6554
                machine = qemuDomainIsQ35(def);
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586
                break;

            default:
                virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                               _("64-bit PCI hole setting is only for root"
                                 " PCI controllers"));
                return -1;
            }

            if (!machine) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                             _("Setting the 64-bit PCI hole size is not "
                             "supported for machine '%s'"), def->os.machine);
                return -1;
            }
            if (!cap) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("64-bit PCI hole size setting is not supported "
                                 "with this QEMU binary"));
                return -1;
            }

            virCommandAddArg(cmd, "-global");
            virCommandAddArgFormat(cmd, "%s.pci-hole64-size=%luK", hoststr,
                                   cont->opts.pciopts.pcihole64size);
        }
    }

    return 0;
}


6587
static int
6588 6589 6590
qemuBuildCpuModelArgStr(virQEMUDriverPtr driver,
                        const virDomainDef *def,
                        virBufferPtr buf,
6591
                        virQEMUCapsPtr qemuCaps)
6592
{
6593 6594
    int ret = -1;
    size_t i;
6595
    virCapsPtr caps = NULL;
6596
    virCPUDefPtr cpu = def->cpu;
6597

6598 6599 6600
    if (!(caps = virQEMUDriverGetCapabilities(driver, false)))
        goto cleanup;

6601 6602
    switch ((virCPUMode) cpu->mode) {
    case VIR_CPU_MODE_HOST_PASSTHROUGH:
6603
        virBufferAddLit(buf, "host");
6604

6605
        if (def->os.arch == VIR_ARCH_ARMV7L &&
6606
            caps->host.arch == VIR_ARCH_AARCH64) {
6607 6608 6609 6610 6611 6612 6613 6614 6615
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CPU_AARCH64_OFF)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("QEMU binary does not support CPU "
                                 "host-passthrough for armv7l on "
                                 "aarch64 host"));
                goto cleanup;
            }
            virBufferAddLit(buf, ",aarch64=off");
        }
6616
        break;
6617

6618 6619 6620
    case VIR_CPU_MODE_HOST_MODEL:
        if (ARCH_IS_PPC64(def->os.arch)) {
            virBufferAddLit(buf, "host");
6621 6622 6623
            if (cpu->model &&
                !(qemuDomainIsPSeries(def) &&
                  virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_PSERIES_MAX_CPU_COMPAT))) {
6624
                virBufferAsprintf(buf, ",compat=%s", cpu->model);
6625
            }
6626
        } else {
6627 6628 6629
            virReportError(VIR_ERR_INTERNAL_ERROR,
                           _("unexpected host-model CPU for %s architecture"),
                           virArchToString(def->os.arch));
6630
            goto cleanup;
6631 6632
        }
        break;
6633

6634 6635 6636
    case VIR_CPU_MODE_CUSTOM:
        virBufferAdd(buf, cpu->model, -1);
        break;
6637

6638 6639 6640
    case VIR_CPU_MODE_LAST:
        break;
    }
6641

6642 6643 6644 6645 6646 6647 6648 6649
    if (ARCH_IS_S390(def->os.arch) && cpu->features &&
        !virQEMUCapsGet(qemuCaps, QEMU_CAPS_QUERY_CPU_MODEL_EXPANSION)) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("CPU features not supported by hypervisor for %s "
                         "architecture"), virArchToString(def->os.arch));
        goto cleanup;
    }

6650 6651
    if (cpu->vendor_id)
        virBufferAsprintf(buf, ",vendor=%s", cpu->vendor_id);
6652

6653 6654 6655 6656
    for (i = 0; i < cpu->nfeatures; i++) {
        switch ((virCPUFeaturePolicy) cpu->features[i].policy) {
        case VIR_CPU_FEATURE_FORCE:
        case VIR_CPU_FEATURE_REQUIRE:
6657 6658 6659 6660
            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QUERY_CPU_MODEL_EXPANSION))
                virBufferAsprintf(buf, ",%s=on", cpu->features[i].name);
            else
                virBufferAsprintf(buf, ",+%s", cpu->features[i].name);
6661
            break;
6662

6663 6664
        case VIR_CPU_FEATURE_DISABLE:
        case VIR_CPU_FEATURE_FORBID:
6665 6666 6667 6668
            if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_QUERY_CPU_MODEL_EXPANSION))
                virBufferAsprintf(buf, ",%s=off", cpu->features[i].name);
            else
                virBufferAsprintf(buf, ",-%s", cpu->features[i].name);
6669
            break;
6670

6671 6672 6673
        case VIR_CPU_FEATURE_OPTIONAL:
        case VIR_CPU_FEATURE_LAST:
            break;
6674
        }
6675
    }
6676

6677
    ret = 0;
6678
 cleanup:
6679 6680 6681
    virObjectUnref(caps);
    return ret;
}
6682

6683
static int
6684 6685 6686
qemuBuildCpuCommandLine(virCommandPtr cmd,
                        virQEMUDriverPtr driver,
                        const virDomainDef *def,
6687
                        virQEMUCapsPtr qemuCaps)
6688
{
6689
    virArch hostarch = virArchFromHost();
6690
    char *cpu = NULL, *cpu_flags = NULL;
6691
    int ret = -1;
6692
    virBuffer cpu_buf = VIR_BUFFER_INITIALIZER;
6693 6694
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    size_t i;
6695

6696 6697
    if (def->cpu &&
        (def->cpu->mode != VIR_CPU_MODE_CUSTOM || def->cpu->model)) {
6698
        if (qemuBuildCpuModelArgStr(driver, def, &cpu_buf, qemuCaps) < 0)
6699
            goto cleanup;
6700
    } else {
6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712
        /*
         * Need to force a 32-bit guest CPU type if
         *
         *  1. guest OS is i686
         *  2. host OS is x86_64
         *  3. emulator is qemu-kvm or kvm
         *
         * Or
         *
         *  1. guest OS is i686
         *  2. emulator is qemu-system-x86_64
         */
6713
        if (def->os.arch == VIR_ARCH_I686 &&
6714
            ((hostarch == VIR_ARCH_X86_64 &&
J
John Ferlan 已提交
6715 6716
              strstr(def->emulator, "kvm")) ||
             strstr(def->emulator, "x86_64"))) {
6717
            virBufferAddLit(&cpu_buf, "qemu32");
6718 6719 6720
        }
    }

6721
    /* Handle paravirtual timers  */
6722
    for (i = 0; i < def->clock.ntimers; i++) {
6723 6724
        virDomainTimerDefPtr timer = def->clock.timers[i];

6725 6726
        if (timer->name == VIR_DOMAIN_TIMER_NAME_KVMCLOCK &&
            timer->present != -1) {
6727
            virBufferAsprintf(&buf, ",%ckvmclock",
6728 6729
                              timer->present ? '+' : '-');
        } else if (timer->name == VIR_DOMAIN_TIMER_NAME_HYPERVCLOCK &&
6730
                   timer->present == 1) {
6731
            virBufferAddLit(&buf, ",hv_time");
6732 6733
        } else if (timer->name == VIR_DOMAIN_TIMER_NAME_TSC &&
                   timer->frequency > 0) {
6734
            virBufferAsprintf(&buf, ",tsc-frequency=%lu", timer->frequency);
6735
        }
6736 6737
    }

6738 6739
    if (def->apic_eoi) {
        char sign;
J
Ján Tomko 已提交
6740
        if (def->apic_eoi == VIR_TRISTATE_SWITCH_ON)
6741 6742 6743 6744
            sign = '+';
        else
            sign = '-';

6745
        virBufferAsprintf(&buf, ",%ckvm_pv_eoi", sign);
6746 6747
    }

6748 6749
    if (def->features[VIR_DOMAIN_FEATURE_PVSPINLOCK]) {
        char sign;
6750 6751
        if (def->features[VIR_DOMAIN_FEATURE_PVSPINLOCK] ==
            VIR_TRISTATE_SWITCH_ON)
6752 6753 6754 6755
            sign = '+';
        else
            sign = '-';

6756
        virBufferAsprintf(&buf, ",%ckvm_pv_unhalt", sign);
6757 6758
    }

J
Ján Tomko 已提交
6759
    if (def->features[VIR_DOMAIN_FEATURE_HYPERV] == VIR_TRISTATE_SWITCH_ON) {
6760
        for (i = 0; i < VIR_DOMAIN_HYPERV_LAST; i++) {
6761
            switch ((virDomainHyperv) i) {
6762
            case VIR_DOMAIN_HYPERV_RELAXED:
6763
            case VIR_DOMAIN_HYPERV_VAPIC:
6764 6765 6766 6767 6768
            case VIR_DOMAIN_HYPERV_VPINDEX:
            case VIR_DOMAIN_HYPERV_RUNTIME:
            case VIR_DOMAIN_HYPERV_SYNIC:
            case VIR_DOMAIN_HYPERV_STIMER:
            case VIR_DOMAIN_HYPERV_RESET:
J
Ján Tomko 已提交
6769
                if (def->hyperv_features[i] == VIR_TRISTATE_SWITCH_ON)
6770 6771 6772 6773
                    virBufferAsprintf(&buf, ",hv_%s",
                                      virDomainHypervTypeToString(i));
                break;

6774
            case VIR_DOMAIN_HYPERV_SPINLOCKS:
J
Ján Tomko 已提交
6775
                if (def->hyperv_features[i] == VIR_TRISTATE_SWITCH_ON)
6776 6777
                    virBufferAsprintf(&buf, ",hv_spinlocks=0x%x",
                                      def->hyperv_spinlocks);
6778 6779
                break;

6780 6781 6782 6783 6784 6785
            case VIR_DOMAIN_HYPERV_VENDOR_ID:
                if (def->hyperv_features[i] == VIR_TRISTATE_SWITCH_ON)
                    virBufferAsprintf(&buf, ",hv_vendor_id=%s",
                                      def->hyperv_vendor_id);
                break;

6786
            /* coverity[dead_error_begin] */
6787 6788 6789 6790 6791 6792
            case VIR_DOMAIN_HYPERV_LAST:
                break;
            }
        }
    }

D
Dmitry Andreev 已提交
6793 6794 6795 6796 6797
    for (i = 0; i < def->npanics; i++) {
        if (def->panics[i]->model == VIR_DOMAIN_PANIC_MODEL_HYPERV) {
            virBufferAddLit(&buf, ",hv_crash");
            break;
        }
6798 6799
    }

6800 6801 6802 6803 6804 6805 6806 6807
    if (def->features[VIR_DOMAIN_FEATURE_KVM] == VIR_TRISTATE_SWITCH_ON) {
        for (i = 0; i < VIR_DOMAIN_KVM_LAST; i++) {
            switch ((virDomainKVM) i) {
            case VIR_DOMAIN_KVM_HIDDEN:
                if (def->kvm_features[i] == VIR_TRISTATE_SWITCH_ON)
                    virBufferAddLit(&buf, ",kvm=off");
                break;

J
John Ferlan 已提交
6808
            /* coverity[dead_error_begin] */
6809 6810 6811 6812 6813 6814
            case VIR_DOMAIN_KVM_LAST:
                break;
            }
        }
    }

6815 6816 6817 6818 6819 6820
    if (def->features[VIR_DOMAIN_FEATURE_PMU]) {
        virTristateSwitch pmu = def->features[VIR_DOMAIN_FEATURE_PMU];
        virBufferAsprintf(&buf, ",pmu=%s",
                          virTristateSwitchTypeToString(pmu));
    }

6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854
    if (def->cpu && def->cpu->cache) {
        virCPUCacheDefPtr cache = def->cpu->cache;
        bool hostOff = false;
        bool l3Off = false;

        switch (cache->mode) {
        case VIR_CPU_CACHE_MODE_EMULATE:
            virBufferAddLit(&buf, ",l3-cache=on");
            hostOff = true;
            break;

        case VIR_CPU_CACHE_MODE_PASSTHROUGH:
            virBufferAddLit(&buf, ",host-cache-info=on");
            l3Off = true;
            break;

        case VIR_CPU_CACHE_MODE_DISABLE:
            hostOff = l3Off = true;
            break;

        case VIR_CPU_CACHE_MODE_LAST:
            break;
        }

        if (hostOff &&
            def->cpu->mode == VIR_CPU_MODE_HOST_PASSTHROUGH &&
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_CPU_CACHE))
            virBufferAddLit(&buf, ",host-cache-info=off");

        if (l3Off &&
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_CPU_CACHE))
            virBufferAddLit(&buf, ",l3-cache=off");
    }

6855 6856
    if (virBufferCheckError(&cpu_buf) < 0)
        goto cleanup;
6857
    if (virBufferCheckError(&buf) < 0)
6858
        goto cleanup;
6859

6860 6861 6862 6863
    cpu = virBufferContentAndReset(&cpu_buf);
    cpu_flags = virBufferContentAndReset(&buf);

    if (cpu_flags && !cpu) {
6864 6865
        const char *default_model;

6866
        switch ((int)def->os.arch) {
6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880
        case VIR_ARCH_I686:
            default_model = "qemu32";
            break;
        case VIR_ARCH_X86_64:
            default_model = "qemu64";
            break;
        default:
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("CPU flags requested but can't determine "
                             "default CPU for arch %s"),
                           virArchToString(def->os.arch));
            goto cleanup;
        }

6881 6882 6883
        if (VIR_STRDUP(cpu, default_model) < 0)
            goto cleanup;
    }
6884 6885

    if (cpu) {
6886 6887
        virCommandAddArg(cmd, "-cpu");
        virCommandAddArgFormat(cmd, "%s%s", cpu, cpu_flags ? cpu_flags : "");
6888
    }
6889 6890 6891

    ret = 0;

6892
 cleanup:
6893
    VIR_FREE(cpu);
6894
    VIR_FREE(cpu_flags);
6895
    virBufferFreeAndReset(&buf);
6896
    virBufferFreeAndReset(&cpu_buf);
6897 6898 6899
    return ret;
}

6900

6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933
static bool
qemuAppendKeyWrapMachineParm(virBuffer *buf, virQEMUCapsPtr qemuCaps,
                             int flag, const char *pname, int pstate)
{
    if (pstate != VIR_TRISTATE_SWITCH_ABSENT) {
        if (!virQEMUCapsGet(qemuCaps, flag)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("%s is not available with this QEMU binary"), pname);
            return false;
        }

        virBufferAsprintf(buf, ",%s=%s", pname,
                          virTristateSwitchTypeToString(pstate));
    }

    return true;
}

static bool
qemuAppendKeyWrapMachineParms(virBuffer *buf, virQEMUCapsPtr qemuCaps,
                              const virDomainKeyWrapDef *keywrap)
{
    if (!qemuAppendKeyWrapMachineParm(buf, qemuCaps, QEMU_CAPS_AES_KEY_WRAP,
                                      "aes-key-wrap", keywrap->aes))
        return false;

    if (!qemuAppendKeyWrapMachineParm(buf, qemuCaps, QEMU_CAPS_DEA_KEY_WRAP,
                                      "dea-key-wrap", keywrap->dea))
        return false;

    return true;
}

6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961

static void
qemuAppendLoadparmMachineParm(virBuffer *buf,
                              const virDomainDef *def)
{
    size_t i = 0;

    for (i = 0; i < def->ndisks; i++) {
        virDomainDiskDefPtr disk = def->disks[i];

        if (disk->info.bootIndex == 1 && disk->info.loadparm) {
            virBufferAsprintf(buf, ",loadparm=%s", disk->info.loadparm);
            return;
        }
    }

    /* Network boot device */
    for (i = 0; i < def->nnets; i++) {
        virDomainNetDefPtr net = def->nets[i];

        if (net->info.bootIndex == 1 && net->info.loadparm) {
            virBufferAsprintf(buf, ",loadparm=%s", net->info.loadparm);
            return;
        }
    }
}


M
Marc-André Lureau 已提交
6962 6963 6964 6965 6966 6967 6968 6969 6970 6971
static int
qemuBuildNameCommandLine(virCommandPtr cmd,
                         virQEMUDriverConfigPtr cfg,
                         const virDomainDef *def,
                         virQEMUCapsPtr qemuCaps)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    virCommandAddArg(cmd, "-name");

6972 6973 6974 6975
    /* The 'guest' option let's us handle a name with '=' embedded in it */
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_NAME_GUEST))
        virBufferAddLit(&buf, "guest=");

6976
    virQEMUBuildBufferEscapeComma(&buf, def->name);
M
Marc-André Lureau 已提交
6977

6978
    if (cfg->setProcessName)
M
Marc-André Lureau 已提交
6979 6980 6981 6982 6983 6984 6985 6986 6987 6988
        virBufferAsprintf(&buf, ",process=qemu:%s", def->name);

    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_NAME_DEBUG_THREADS))
        virBufferAddLit(&buf, ",debug-threads=on");

    virCommandAddArgBuffer(cmd, &buf);

    return 0;
}

6989
static int
6990
qemuBuildMachineCommandLine(virCommandPtr cmd,
6991
                            virQEMUDriverConfigPtr cfg,
6992 6993
                            const virDomainDef *def,
                            virQEMUCapsPtr qemuCaps)
6994
{
6995 6996 6997
    virTristateSwitch vmport = def->features[VIR_DOMAIN_FEATURE_VMPORT];
    virTristateSwitch smm = def->features[VIR_DOMAIN_FEATURE_SMM];
    virCPUDefPtr cpu = def->cpu;
6998
    virBuffer buf = VIR_BUFFER_INITIALIZER;
M
Michal Privoznik 已提交
6999
    size_t i;
7000
    int ret = -1;
7001

7002 7003 7004 7005 7006 7007 7008
    /* This should *never* be NULL, since we always provide
     * a machine in the capabilities data for QEMU. So this
     * check is just here as a safety in case the unexpected
     * happens */
    if (!def->os.machine)
        return 0;

7009 7010 7011
    virCommandAddArg(cmd, "-machine");
    virBufferAdd(&buf, def->os.machine, -1);

7012 7013
    switch (def->virtType) {
    case VIR_DOMAIN_VIRT_QEMU:
7014
        virBufferAddLit(&buf, ",accel=tcg");
7015 7016 7017
        break;

    case VIR_DOMAIN_VIRT_KVM:
7018
        virBufferAddLit(&buf, ",accel=kvm");
7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034
        break;

    case VIR_DOMAIN_VIRT_KQEMU:
    case VIR_DOMAIN_VIRT_XEN:
    case VIR_DOMAIN_VIRT_LXC:
    case VIR_DOMAIN_VIRT_UML:
    case VIR_DOMAIN_VIRT_OPENVZ:
    case VIR_DOMAIN_VIRT_TEST:
    case VIR_DOMAIN_VIRT_VMWARE:
    case VIR_DOMAIN_VIRT_HYPERV:
    case VIR_DOMAIN_VIRT_VBOX:
    case VIR_DOMAIN_VIRT_PHYP:
    case VIR_DOMAIN_VIRT_PARALLELS:
    case VIR_DOMAIN_VIRT_BHYVE:
    case VIR_DOMAIN_VIRT_VZ:
    case VIR_DOMAIN_VIRT_NONE:
7035 7036 7037 7038
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("the QEMU binary does not support %s"),
                       virDomainVirtTypeToString(def->virtType));
        return -1;
7039 7040 7041 7042 7043

    case VIR_DOMAIN_VIRT_LAST:
    default:
        virReportEnumRangeError(virDomainVirtType, def->virtType);
        return -1;
7044
    }
7045 7046 7047 7048

    /* To avoid the collision of creating USB controllers when calling
     * machine->init in QEMU, it needs to set usb=off
     */
7049
    virBufferAddLit(&buf, ",usb=off");
7050 7051 7052

    if (vmport) {
        if (!virQEMUCapsSupportsVmport(qemuCaps, def)) {
7053
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7054
                           _("vmport is not available "
7055
                             "with this QEMU binary"));
7056
            goto cleanup;
7057
        }
7058

7059 7060 7061 7062 7063 7064
        virBufferAsprintf(&buf, ",vmport=%s",
                          virTristateSwitchTypeToString(vmport));
    }

    if (smm) {
        if (!virQEMUCapsSupportsSMM(qemuCaps, def)) {
7065
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7066 7067
                           _("smm is not available with this QEMU binary"));
            goto cleanup;
7068 7069
        }

7070 7071 7072
        virBufferAsprintf(&buf, ",smm=%s",
                          virTristateSwitchTypeToString(smm));
    }
7073

7074 7075 7076
    if (def->mem.dump_core) {
        virBufferAsprintf(&buf, ",dump-guest-core=%s",
                          virTristateSwitchTypeToString(def->mem.dump_core));
7077
    } else {
7078 7079
        virBufferAsprintf(&buf, ",dump-guest-core=%s",
                          cfg->dumpGuestCore ? "on" : "off");
7080
    }
M
Michal Privoznik 已提交
7081

7082 7083 7084 7085 7086 7087
    if (def->mem.nosharepages) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_MEM_MERGE)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("disable shared memory is not available "
                             "with this QEMU binary"));
            goto cleanup;
M
Michal Privoznik 已提交
7088
        }
7089

7090 7091
        virBufferAddLit(&buf, ",mem-merge=off");
    }
7092

7093 7094 7095
    if (def->keywrap &&
        !qemuAppendKeyWrapMachineParms(&buf, qemuCaps, def->keywrap))
        goto cleanup;
7096

7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112
    if (def->features[VIR_DOMAIN_FEATURE_GIC] == VIR_TRISTATE_SWITCH_ON) {
        bool hasGICVersionOption = virQEMUCapsGet(qemuCaps,
                                                  QEMU_CAPS_MACH_VIRT_GIC_VERSION);

        switch ((virGICVersion) def->gic_version) {
        case VIR_GIC_VERSION_2:
            if (!hasGICVersionOption) {
                /* If the gic-version option is not available, we can't
                 * configure the GIC; however, we know that before the
                 * option was introduced the guests would always get a
                 * GICv2, so in order to maintain compatibility with
                 * those old QEMU versions all we need to do is stop
                 * early instead of erroring out */
                break;
            }
            ATTRIBUTE_FALLTHROUGH;
L
Li Zhang 已提交
7113

7114 7115 7116
        case VIR_GIC_VERSION_3:
        case VIR_GIC_VERSION_HOST:
            if (!hasGICVersionOption) {
7117
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7118
                               _("gic-version option is not available "
7119
                                 "with this QEMU binary"));
7120
                goto cleanup;
7121 7122
            }

7123 7124 7125
            virBufferAsprintf(&buf, ",gic-version=%s",
                              virGICVersionTypeToString(def->gic_version));
            break;
M
Michal Privoznik 已提交
7126

7127 7128 7129 7130
        case VIR_GIC_VERSION_NONE:
        case VIR_GIC_VERSION_LAST:
        default:
            break;
M
Michal Privoznik 已提交
7131
        }
7132
    }
M
Michal Privoznik 已提交
7133

7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144
    /* We don't report errors on missing cap here - -device code will do that */
    if (def->iommu &&
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_IOMMU)) {
        switch (def->iommu->model) {
        case VIR_DOMAIN_IOMMU_MODEL_INTEL:
            if (!qemuDomainIsQ35(def)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("IOMMU device: '%s' is only supported with "
                                 "Q35 machines"),
                               virDomainIOMMUModelTypeToString(def->iommu->model));
                return -1;
7145
            }
7146 7147 7148 7149
            virBufferAddLit(&buf, ",iommu=on");
            break;
        case VIR_DOMAIN_IOMMU_MODEL_LAST:
            break;
7150
        }
7151
    }
7152

7153 7154 7155
    for (i = 0; i < def->nmems; i++) {
        if (def->mems[i]->model == VIR_DOMAIN_MEMORY_MODEL_NVDIMM) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_NVDIMM)) {
7156
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7157
                               _("nvdimm isn't supported by this QEMU binary"));
7158
                goto cleanup;
7159
            }
7160 7161
            virBufferAddLit(&buf, ",nvdimm=on");
            break;
7162
        }
7163
    }
7164

7165 7166 7167 7168 7169
    if (def->features[VIR_DOMAIN_FEATURE_IOAPIC] != VIR_DOMAIN_IOAPIC_NONE) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_KERNEL_IRQCHIP)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("I/O APIC tuning is not supported by this "
                             "QEMU binary"));
7170
            goto cleanup;
M
Michal Privoznik 已提交
7171
        }
7172 7173 7174
        switch ((virDomainIOAPIC) def->features[VIR_DOMAIN_FEATURE_IOAPIC]) {
        case VIR_DOMAIN_IOAPIC_QEMU:
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_KERNEL_IRQCHIP_SPLIT)) {
7175
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7176
                               _("split I/O APIC is not supported by this "
7177 7178 7179
                                 "QEMU binary"));
                goto cleanup;
            }
7180 7181 7182 7183 7184 7185 7186 7187
            virBufferAddLit(&buf, ",kernel_irqchip=split");
            break;
        case VIR_DOMAIN_IOAPIC_KVM:
            virBufferAddLit(&buf, ",kernel_irqchip=on");
            break;
        case VIR_DOMAIN_IOAPIC_NONE:
        case VIR_DOMAIN_IOAPIC_LAST:
            break;
7188
        }
7189
    }
7190

7191 7192
    if (def->features[VIR_DOMAIN_FEATURE_HPT] != VIR_DOMAIN_HPT_RESIZING_NONE) {
        const char *str;
7193

7194 7195 7196 7197 7198
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_PSERIES_RESIZE_HPT)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("HTP resizing is not supported by this "
                             "QEMU binary"));
            goto cleanup;
7199 7200
        }

7201 7202 7203 7204 7205
        str = virDomainHPTResizingTypeToString(def->features[VIR_DOMAIN_FEATURE_HPT]);
        if (!str) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Invalid setting for HPT resizing"));
            goto cleanup;
7206 7207
        }

7208 7209
        virBufferAsprintf(&buf, ",resize-hpt=%s", str);
    }
7210

7211 7212 7213 7214 7215
    if (cpu && cpu->model &&
        cpu->mode == VIR_CPU_MODE_HOST_MODEL &&
        qemuDomainIsPSeries(def) &&
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_MACHINE_PSERIES_MAX_CPU_COMPAT)) {
        virBufferAsprintf(&buf, ",max-cpu-compat=%s", cpu->model);
7216 7217
    }

7218 7219 7220 7221 7222 7223
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX) &&
        virQEMUCapsGet(qemuCaps, QEMU_CAPS_LOADPARM))
        qemuAppendLoadparmMachineParm(&buf, def);

    virCommandAddArgBuffer(cmd, &buf);

7224 7225 7226 7227
    ret = 0;
 cleanup:
    virBufferFreeAndReset(&buf);
    return ret;
7228 7229
}

7230 7231
static int
qemuBuildSmpCommandLine(virCommandPtr cmd,
7232
                        virDomainDefPtr def)
7233
{
7234
    char *smp;
7235
    virBuffer buf = VIR_BUFFER_INITIALIZER;
7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247
    unsigned int maxvcpus = virDomainDefGetVcpusMax(def);
    unsigned int nvcpus = 0;
    virDomainVcpuDefPtr vcpu;
    size_t i;

    /* count non-hotpluggable enabled vcpus. Hotpluggable ones will be added
     * in a different way */
    for (i = 0; i < maxvcpus; i++) {
        vcpu = virDomainDefGetVcpu(def, i);
        if (vcpu->online && vcpu->hotpluggable == VIR_TRISTATE_BOOL_NO)
            nvcpus++;
    }
7248

7249 7250
    virCommandAddArg(cmd, "-smp");

7251
    virBufferAsprintf(&buf, "%u", nvcpus);
7252

7253 7254
    if (nvcpus != maxvcpus)
        virBufferAsprintf(&buf, ",maxcpus=%u", maxvcpus);
7255 7256 7257 7258 7259 7260 7261 7262 7263 7264
    /* sockets, cores, and threads are either all zero
     * or all non-zero, thus checking one of them is enough */
    if (def->cpu && def->cpu->sockets) {
        virBufferAsprintf(&buf, ",sockets=%u", def->cpu->sockets);
        virBufferAsprintf(&buf, ",cores=%u", def->cpu->cores);
        virBufferAsprintf(&buf, ",threads=%u", def->cpu->threads);
    } else {
        virBufferAsprintf(&buf, ",sockets=%u", virDomainDefGetVcpusMax(def));
        virBufferAsprintf(&buf, ",cores=%u", 1);
        virBufferAsprintf(&buf, ",threads=%u", 1);
7265 7266
    }

7267
    if (virBufferCheckError(&buf) < 0)
7268
        return -1;
7269

7270 7271 7272 7273 7274
    smp = virBufferContentAndReset(&buf);
    virCommandAddArg(cmd, smp);
    VIR_FREE(smp);

    return 0;
7275 7276
}

7277

7278 7279
static int
qemuBuildMemPathStr(virQEMUDriverConfigPtr cfg,
7280
                    const virDomainDef *def,
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298
                    virCommandPtr cmd)
{
    const long system_page_size = virGetSystemPageSizeKB();
    char *mem_path = NULL;

    /*
     *  No-op if hugepages were not requested.
     */
    if (!def->mem.nhugepages)
        return 0;

    /* There is one special case: if user specified "huge"
     * pages of regular system pages size.
     * And there is nothing to do in this case.
     */
    if (def->mem.hugepages[0].size == system_page_size)
        return 0;

7299
    if (qemuGetDomainHupageMemPath(def, cfg, def->mem.hugepages[0].size, &mem_path) < 0)
7300
        return -1;
7301

7302 7303 7304 7305
    if (def->mem.allocation != VIR_DOMAIN_MEMORY_ALLOCATION_IMMEDIATE)
        virCommandAddArgList(cmd, "-mem-prealloc", NULL);

    virCommandAddArgList(cmd, "-mem-path", mem_path, NULL);
7306 7307 7308 7309 7310
    VIR_FREE(mem_path);

    return 0;
}

7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334

static int
qemuBuildMemCommandLine(virCommandPtr cmd,
                        virQEMUDriverConfigPtr cfg,
                        const virDomainDef *def,
                        virQEMUCapsPtr qemuCaps)
{
    if (qemuDomainDefValidateMemoryHotplug(def, qemuCaps, NULL) < 0)
        return -1;

    virCommandAddArg(cmd, "-m");

    if (virDomainDefHasMemoryHotplug(def)) {
        /* Use the 'k' suffix to let qemu handle the units */
        virCommandAddArgFormat(cmd, "size=%lluk,slots=%u,maxmem=%lluk",
                               virDomainDefGetMemoryInitial(def),
                               def->mem.memory_slots,
                               def->mem.max_memory);

    } else {
       virCommandAddArgFormat(cmd, "%llu",
                              virDomainDefGetMemoryInitial(def) / 1024);
    }

7335 7336 7337
    if (def->mem.allocation == VIR_DOMAIN_MEMORY_ALLOCATION_IMMEDIATE)
        virCommandAddArgList(cmd, "-mem-prealloc", NULL);

7338
    /*
7339 7340
     * Add '-mem-path' (and '-mem-prealloc') parameter here if
     * the hugepages and no numa node is specified.
7341 7342
     */
    if (!virDomainNumaGetNodeCount(def->numa) &&
J
Ján Tomko 已提交
7343
        qemuBuildMemPathStr(cfg, def, cmd) < 0)
7344 7345
        return -1;

7346
    if (def->mem.locked && !virQEMUCapsGet(qemuCaps, QEMU_CAPS_REALTIME_MLOCK)) {
7347 7348 7349 7350
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("memory locking not supported by QEMU binary"));
        return -1;
    }
7351
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_REALTIME_MLOCK)) {
7352 7353 7354 7355 7356 7357 7358 7359 7360
        virCommandAddArg(cmd, "-realtime");
        virCommandAddArgFormat(cmd, "mlock=%s",
                               def->mem.locked ? "on" : "off");
    }

    return 0;
}


7361 7362
static int
qemuBuildIOThreadCommandLine(virCommandPtr cmd,
7363
                             const virDomainDef *def)
7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384
{
    size_t i;

    if (def->niothreadids == 0)
        return 0;

    /* Create iothread objects using the defined iothreadids list
     * and the defined id and name from the list. These may be used
     * by a disk definition which will associate to an iothread by
     * supplying a value of an id from the list
     */
    for (i = 0; i < def->niothreadids; i++) {
        virCommandAddArg(cmd, "-object");
        virCommandAddArgFormat(cmd, "iothread,id=iothread%u",
                               def->iothreadids[i]->iothread_id);
    }

    return 0;
}


B
Bharata B Rao 已提交
7385
static int
7386
qemuBuildNumaArgStr(virQEMUDriverConfigPtr cfg,
7387
                    virDomainDefPtr def,
7388
                    virCommandPtr cmd,
7389
                    qemuDomainObjPrivatePtr priv)
B
Bharata B Rao 已提交
7390
{
7391
    size_t i, j;
7392
    virQEMUCapsPtr qemuCaps = priv->qemuCaps;
B
Bharata B Rao 已提交
7393
    virBuffer buf = VIR_BUFFER_INITIALIZER;
7394
    char *cpumask = NULL, *tmpmask = NULL, *next = NULL;
7395 7396 7397
    char **nodeBackends = NULL;
    bool needBackend = false;
    int rc;
7398
    int ret = -1;
7399
    size_t ncells = virDomainNumaGetNodeCount(def->numa);
7400
    const long system_page_size = virGetSystemPageSizeKB();
7401
    bool numa_distances = false;
B
Bharata B Rao 已提交
7402

7403
    if (virDomainNumatuneHasPerNodeBinding(def->numa) &&
7404 7405
        !(virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_RAM) ||
          virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_FILE))) {
7406 7407 7408 7409 7410 7411
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("Per-node memory binding is not supported "
                         "with this QEMU"));
        goto cleanup;
    }

7412 7413
    if (def->mem.nhugepages &&
        def->mem.hugepages[0].size != system_page_size &&
7414 7415 7416 7417 7418 7419 7420
        !virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_FILE)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("huge pages per NUMA node are not "
                         "supported with this QEMU"));
        goto cleanup;
    }

7421
    if (!virDomainNumatuneNodesetIsAvailable(def->numa, priv->autoNodeset))
7422 7423
        goto cleanup;

7424 7425 7426 7427 7428 7429 7430 7431 7432
    for (i = 0; i < def->mem.nhugepages; i++) {
        ssize_t next_bit, pos = 0;

        if (!def->mem.hugepages[i].nodemask) {
            /* This is the master hugepage to use. Skip it as it has no
             * nodemask anyway. */
            continue;
        }

7433
        if (ncells) {
7434 7435
            /* Fortunately, we allow only guest NUMA nodes to be continuous
             * starting from zero. */
7436
            pos = ncells - 1;
7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447
        }

        next_bit = virBitmapNextSetBit(def->mem.hugepages[i].nodemask, pos);
        if (next_bit >= 0) {
            virReportError(VIR_ERR_XML_DETAIL,
                           _("hugepages: node %zd not found"),
                           next_bit);
            goto cleanup;
        }
    }

7448
    if (VIR_ALLOC_N(nodeBackends, ncells) < 0)
7449 7450 7451 7452
        goto cleanup;

    /* using of -numa memdev= cannot be combined with -numa mem=, thus we
     * need to check which approach to use */
7453
    for (i = 0; i < ncells; i++) {
7454 7455
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_RAM) ||
            virQEMUCapsGet(qemuCaps, QEMU_CAPS_OBJECT_MEMORY_FILE)) {
7456
            if ((rc = qemuBuildMemoryCellBackendStr(def, cfg, i, priv,
7457
                                                    &nodeBackends[i])) < 0)
7458 7459
                goto cleanup;

7460 7461
            if (rc == 0)
                needBackend = true;
7462
        } else {
7463
            if (virDomainNumaGetNodeMemoryAccessMode(def->numa, i)) {
7464 7465 7466 7467 7468
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("Shared memory mapping is not supported "
                                 "with this QEMU"));
                goto cleanup;
            }
7469
        }
7470 7471
    }

7472
    if (!needBackend &&
J
Ján Tomko 已提交
7473
        qemuBuildMemPathStr(cfg, def, cmd) < 0)
7474 7475
        goto cleanup;

7476
    for (i = 0; i < ncells; i++) {
7477
        VIR_FREE(cpumask);
7478
        if (!(cpumask = virBitmapFormat(virDomainNumaGetNodeCpumask(def->numa, i))))
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490
            goto cleanup;

        if (strchr(cpumask, ',') &&
            !virQEMUCapsGet(qemuCaps, QEMU_CAPS_NUMA)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("disjoint NUMA cpu ranges are not supported "
                             "with this QEMU"));
            goto cleanup;
        }

        if (needBackend)
            virCommandAddArgList(cmd, "-object", nodeBackends[i], NULL);
7491

B
Bharata B Rao 已提交
7492
        virCommandAddArg(cmd, "-numa");
7493
        virBufferAsprintf(&buf, "node,nodeid=%zu", i);
7494

7495 7496 7497 7498 7499 7500 7501
        for (tmpmask = cpumask; tmpmask; tmpmask = next) {
            if ((next = strchr(tmpmask, ',')))
                *(next++) = '\0';
            virBufferAddLit(&buf, ",cpus=");
            virBufferAdd(&buf, tmpmask, -1);
        }

7502
        if (needBackend)
7503
            virBufferAsprintf(&buf, ",memdev=ram-node%zu", i);
7504
        else
7505
            virBufferAsprintf(&buf, ",mem=%llu",
7506
                              virDomainNumaGetNodeMemorySize(def->numa, i) / 1024);
B
Bharata B Rao 已提交
7507 7508 7509

        virCommandAddArgBuffer(cmd, &buf);
    }
7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545

    /* If NUMA node distance is specified for at least one pair
     * of nodes, we have to specify all the distances. Even
     * though they might be the default ones. */
    for (i = 0; i < ncells; i++) {
        for (j = 0; j < ncells; j++) {
            if (virDomainNumaNodeDistanceIsUsingDefaults(def->numa, i, j))
                continue;

            numa_distances = true;
            break;
        }
        if (numa_distances)
            break;
    }

    if (numa_distances) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_NUMA_DIST)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("setting NUMA distances is not "
                             "supported with this qemu"));
            goto cleanup;
        }

        for (i = 0; i < ncells; i++) {
            for (j = 0; j < ncells; j++) {
                size_t distance = virDomainNumaGetNodeDistance(def->numa, i, j);

                virCommandAddArg(cmd, "-numa");
                virBufferAsprintf(&buf, "dist,src=%zu,dst=%zu,val=%zu", i, j, distance);

                virCommandAddArgBuffer(cmd, &buf);
            }
        }
    }

7546
    ret = 0;
B
Bharata B Rao 已提交
7547

7548
 cleanup:
7549
    VIR_FREE(cpumask);
7550 7551

    if (nodeBackends) {
7552
        for (i = 0; i < ncells; i++)
7553 7554 7555 7556 7557
            VIR_FREE(nodeBackends[i]);

        VIR_FREE(nodeBackends);
    }

B
Bharata B Rao 已提交
7558
    virBufferFreeAndReset(&buf);
7559
    return ret;
B
Bharata B Rao 已提交
7560
}
7561

7562

7563
static int
7564 7565 7566
qemuBuildMemoryDeviceCommandLine(virCommandPtr cmd,
                                 virQEMUDriverConfigPtr cfg,
                                 virDomainDefPtr def,
7567
                                 qemuDomainObjPrivatePtr priv)
7568 7569 7570 7571 7572 7573 7574 7575 7576 7577
{
    size_t i;

    /* memory hotplug requires NUMA to be enabled - we already checked
     * that memory devices are present only when NUMA is */
    for (i = 0; i < def->nmems; i++) {
        char *backStr;
        char *dimmStr;

        if (!(backStr = qemuBuildMemoryDimmBackendStr(def->mems[i], def,
7578
                                                      cfg, priv)))
7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595
            return -1;

        if (!(dimmStr = qemuBuildMemoryDeviceStr(def->mems[i]))) {
            VIR_FREE(backStr);
            return -1;
        }

        virCommandAddArgList(cmd, "-object", backStr, "-device", dimmStr, NULL);

        VIR_FREE(backStr);
        VIR_FREE(dimmStr);
    }

    return 0;
}


7596 7597 7598 7599 7600 7601
static int
qemuBuildGraphicsSDLCommandLine(virQEMUDriverConfigPtr cfg ATTRIBUTE_UNUSED,
                                virCommandPtr cmd,
                                virQEMUCapsPtr qemuCaps ATTRIBUTE_UNUSED,
                                virDomainGraphicsDefPtr graphics)
{
7602 7603 7604 7605
    int ret = -1;
    virBuffer opt = VIR_BUFFER_INITIALIZER;
    const char *optContent;

7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620
    if (graphics->data.sdl.xauth)
        virCommandAddEnvPair(cmd, "XAUTHORITY", graphics->data.sdl.xauth);
    if (graphics->data.sdl.display)
        virCommandAddEnvPair(cmd, "DISPLAY", graphics->data.sdl.display);
    if (graphics->data.sdl.fullscreen)
        virCommandAddArg(cmd, "-full-screen");

    /* If using SDL for video, then we should just let it
     * use QEMU's host audio drivers, possibly SDL too
     * User can set these two before starting libvirtd
     */
    virCommandAddEnvPassBlockSUID(cmd, "QEMU_AUDIO_DRV", NULL);
    virCommandAddEnvPassBlockSUID(cmd, "SDL_AUDIODRIVER", NULL);

    virCommandAddArg(cmd, "-sdl");
7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640

    if (graphics->data.sdl.gl == VIR_TRISTATE_BOOL_YES) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SDL_GL)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("This QEMU doesn't support SDL OpenGL"));
            goto cleanup;
        }

        virBufferAsprintf(&opt, "gl=%s",
                          virTristateSwitchTypeToString(graphics->data.sdl.gl));
    }

    optContent = virBufferCurrentContent(&opt);
    if (optContent && STRNEQ(optContent, ""))
        virCommandAddArgBuffer(cmd, &opt);

    ret = 0;
 cleanup:
    virBufferFreeAndReset(&opt);
    return ret;
7641 7642 7643
}


7644 7645 7646 7647
static int
qemuBuildGraphicsVNCCommandLine(virQEMUDriverConfigPtr cfg,
                                virCommandPtr cmd,
                                virQEMUCapsPtr qemuCaps,
7648
                                virDomainGraphicsDefPtr graphics)
7649 7650
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;
7651
    virDomainGraphicsListenDefPtr glisten = NULL;
7652 7653 7654 7655 7656 7657 7658 7659
    bool escapeAddr;

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VNC)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("vnc graphics are not supported with this QEMU"));
        goto error;
    }

7660 7661 7662 7663 7664
    if (!(glisten = virDomainGraphicsGetListen(graphics, 0))) {
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("missing listen element"));
        goto error;
    }
7665

7666 7667
    switch (glisten->type) {
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_SOCKET:
7668 7669 7670 7671
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_VNC_MULTI_SERVERS))
            virBufferAddLit(&opt, "vnc=unix:");
        else
            virBufferAddLit(&opt, "unix:");
7672
        virQEMUBuildBufferEscapeComma(&opt, glisten->socket);
7673
        break;
7674

7675 7676
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_ADDRESS:
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NETWORK:
7677 7678 7679 7680 7681 7682 7683
        if (!graphics->data.vnc.autoport &&
            (graphics->data.vnc.port < 5900 ||
             graphics->data.vnc.port > 65535)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("vnc port must be in range [5900,65535]"));
            goto error;
        }
7684

7685
        if (glisten->address) {
7686 7687 7688 7689 7690
            escapeAddr = strchr(glisten->address, ':') != NULL;
            if (escapeAddr)
                virBufferAsprintf(&opt, "[%s]", glisten->address);
            else
                virBufferAdd(&opt, glisten->address, -1);
7691 7692 7693
        }
        virBufferAsprintf(&opt, ":%d",
                          graphics->data.vnc.port - 5900);
7694

7695 7696 7697 7698 7699 7700 7701 7702
        if (graphics->data.vnc.websocket) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_VNC_WEBSOCKET)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("VNC WebSockets are not supported "
                                 "with this QEMU binary"));
                goto error;
            }
            virBufferAsprintf(&opt, ",websocket=%d", graphics->data.vnc.websocket);
7703
        }
7704 7705 7706
        break;

    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NONE:
7707 7708 7709
        virBufferAddLit(&opt, "none");
        break;

7710 7711
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_LAST:
        break;
7712
    }
7713

7714 7715 7716
    if (graphics->data.vnc.sharePolicy) {
        virBufferAsprintf(&opt, ",share=%s",
                          virDomainGraphicsVNCSharePolicyTypeToString(
7717
                              graphics->data.vnc.sharePolicy));
7718
    }
7719

7720 7721
    if (graphics->data.vnc.auth.passwd || cfg->vncPassword)
        virBufferAddLit(&opt, ",password");
7722

7723 7724
    if (cfg->vncTLS) {
        virBufferAddLit(&opt, ",tls");
7725 7726 7727 7728 7729 7730 7731
        if (cfg->vncTLSx509verify) {
            virBufferAddLit(&opt, ",x509verify=");
            virQEMUBuildBufferEscapeComma(&opt, cfg->vncTLSx509certdir);
        } else {
            virBufferAddLit(&opt, ",x509=");
            virQEMUBuildBufferEscapeComma(&opt, cfg->vncTLSx509certdir);
        }
7732
    }
7733

7734 7735
    if (cfg->vncSASL) {
        virBufferAddLit(&opt, ",sasl");
7736

7737 7738
        if (cfg->vncSASLdir)
            virCommandAddEnvPair(cmd, "SASL_CONF_PATH", cfg->vncSASLdir);
7739

7740
        /* TODO: Support ACLs later */
7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752
    }

    virCommandAddArg(cmd, "-vnc");
    virCommandAddArgBuffer(cmd, &opt);
    if (graphics->data.vnc.keymap)
        virCommandAddArgList(cmd, "-k", graphics->data.vnc.keymap, NULL);

    /* Unless user requested it, set the audio backend to none, to
     * prevent it opening the host OS audio devices, since that causes
     * security issues and might not work when using VNC.
     */
    if (cfg->vncAllowHostAudio)
7753
        virCommandAddEnvPassBlockSUID(cmd, "QEMU_AUDIO_DRV", NULL);
7754 7755 7756 7757 7758
    else
        virCommandAddEnvString(cmd, "QEMU_AUDIO_DRV=none");

    return 0;

7759
 error:
7760 7761 7762 7763 7764
    virBufferFreeAndReset(&opt);
    return -1;
}


7765 7766 7767 7768 7769 7770 7771
static int
qemuBuildGraphicsSPICECommandLine(virQEMUDriverConfigPtr cfg,
                                  virCommandPtr cmd,
                                  virQEMUCapsPtr qemuCaps,
                                  virDomainGraphicsDefPtr graphics)
{
    virBuffer opt = VIR_BUFFER_INITIALIZER;
7772
    virDomainGraphicsListenDefPtr glisten = NULL;
7773 7774
    int port = graphics->data.spice.port;
    int tlsPort = graphics->data.spice.tlsPort;
7775
    size_t i;
7776 7777
    bool hasSecure = false;
    bool hasInsecure = false;
7778 7779 7780 7781 7782 7783 7784

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPICE)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("spice graphics are not supported with this QEMU"));
        goto error;
    }

7785 7786 7787 7788
    if (!(glisten = virDomainGraphicsGetListen(graphics, 0))) {
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("missing listen element"));
        goto error;
7789
    }
7790

7791 7792 7793
    switch (glisten->type) {
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_SOCKET:
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPICE_UNIX)) {
7794
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7795 7796
                           _("unix socket for spice graphics are not supported "
                             "with this QEMU"));
7797 7798 7799
            goto error;
        }

7800
        virBufferAddLit(&opt, "unix,addr=");
7801
        virQEMUBuildBufferEscapeComma(&opt, glisten->socket);
7802
        virBufferAddLit(&opt, ",");
7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831
        hasInsecure = true;
        break;

    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_ADDRESS:
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NETWORK:
        if (port > 0) {
            virBufferAsprintf(&opt, "port=%u,", port);
            hasInsecure = true;
        }

        if (tlsPort > 0) {
            if (!cfg->spiceTLS) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("spice TLS port set in XML configuration, "
                                 "but TLS is disabled in qemu.conf"));
                goto error;
            }
            virBufferAsprintf(&opt, "tls-port=%u,", tlsPort);
            hasSecure = true;
        }

        if (port > 0 || tlsPort > 0) {
            if (glisten->address)
                virBufferAsprintf(&opt, "addr=%s,", glisten->address);
        }

        break;

    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NONE:
P
Pavel Hrdina 已提交
7832 7833 7834 7835 7836
        /* QEMU requires either port or tls-port to be specified if there is no
         * other argument. Use a dummy port=0. */
        virBufferAddLit(&opt, "port=0,");
        hasInsecure = true;
        break;
7837 7838
    case VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_LAST:
        break;
7839
    }
7840

7841 7842 7843 7844 7845 7846 7847 7848 7849 7850
    if (cfg->spiceSASL) {
        virBufferAddLit(&opt, "sasl,");

        if (cfg->spiceSASLdir)
            virCommandAddEnvPair(cmd, "SASL_CONF_PATH",
                                 cfg->spiceSASLdir);

        /* TODO: Support ACLs later */
    }

7851 7852 7853
    if (graphics->data.spice.mousemode) {
        switch (graphics->data.spice.mousemode) {
        case VIR_DOMAIN_GRAPHICS_SPICE_MOUSE_MODE_SERVER:
7854
            virBufferAddLit(&opt, "agent-mouse=off,");
7855 7856
            break;
        case VIR_DOMAIN_GRAPHICS_SPICE_MOUSE_MODE_CLIENT:
7857
            virBufferAddLit(&opt, "agent-mouse=on,");
7858
            break;
7859
        case VIR_DOMAIN_GRAPHICS_SPICE_MOUSE_MODE_DEFAULT:
7860
            break;
7861 7862 7863 7864 7865
        case VIR_DOMAIN_GRAPHICS_SPICE_MOUSE_MODE_LAST:
        default:
            virReportEnumRangeError(virDomainGraphicsSpiceMouseMode,
                                    graphics->data.spice.mousemode);
            goto error;
7866 7867 7868 7869 7870 7871 7872 7873
        }
    }

    /* In the password case we set it via monitor command, to avoid
     * making it visible on CLI, so there's no use of password=XXX
     * in this bit of the code */
    if (!graphics->data.spice.auth.passwd &&
        !cfg->spicePassword)
7874
        virBufferAddLit(&opt, "disable-ticketing,");
7875

7876
    if (hasSecure)
7877
        virBufferAsprintf(&opt, "x509-dir=%s,", cfg->spiceTLSx509certdir);
7878

7879
    switch (graphics->data.spice.defaultMode) {
7880
    case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_SECURE:
7881 7882 7883 7884 7885 7886 7887
        if (!hasSecure) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("spice defaultMode secure requested in XML "
                             "configuration, but TLS connection is not "
                             "available"));
            goto error;
        }
7888
        virBufferAddLit(&opt, "tls-channel=default,");
7889 7890
        break;
    case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_INSECURE:
7891 7892 7893 7894 7895 7896 7897
        if (!hasInsecure) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("spice defaultMode insecure requested in XML "
                             "configuration, but plaintext connection is not "
                             "available"));
            goto error;
        }
7898
        virBufferAddLit(&opt, "plaintext-channel=default,");
7899 7900
        break;
    case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_ANY:
7901
    case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_LAST:
7902 7903 7904 7905
        /* nothing */
        break;
    }

7906
    for (i = 0; i < VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_LAST; i++) {
7907
        switch (graphics->data.spice.channels[i]) {
7908
        case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_SECURE:
7909
            if (!hasSecure) {
7910
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
7911 7912 7913
                               _("spice secure channels set in XML "
                                 "configuration, but TLS connection is not "
                                 "available"));
7914 7915
                goto error;
            }
7916
            virBufferAsprintf(&opt, "tls-channel=%s,",
7917 7918
                              virDomainGraphicsSpiceChannelNameTypeToString(i));
            break;
7919

7920
        case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_INSECURE:
7921
            if (!hasInsecure) {
7922 7923
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("spice insecure channels set in XML "
7924 7925
                                 "configuration, but plaintext connection "
                                 "is not available"));
7926 7927
                goto error;
            }
7928
            virBufferAsprintf(&opt, "plaintext-channel=%s,",
7929 7930
                              virDomainGraphicsSpiceChannelNameTypeToString(i));
            break;
7931 7932 7933

        case VIR_DOMAIN_GRAPHICS_SPICE_CHANNEL_MODE_ANY:
            break;
7934 7935
        }
    }
7936

7937
    if (graphics->data.spice.image)
7938
        virBufferAsprintf(&opt, "image-compression=%s,",
7939 7940
                          virDomainGraphicsSpiceImageCompressionTypeToString(graphics->data.spice.image));
    if (graphics->data.spice.jpeg)
7941
        virBufferAsprintf(&opt, "jpeg-wan-compression=%s,",
7942 7943
                          virDomainGraphicsSpiceJpegCompressionTypeToString(graphics->data.spice.jpeg));
    if (graphics->data.spice.zlib)
7944
        virBufferAsprintf(&opt, "zlib-glz-wan-compression=%s,",
7945 7946
                          virDomainGraphicsSpiceZlibCompressionTypeToString(graphics->data.spice.zlib));
    if (graphics->data.spice.playback)
7947
        virBufferAsprintf(&opt, "playback-compression=%s,",
J
Ján Tomko 已提交
7948
                          virTristateSwitchTypeToString(graphics->data.spice.playback));
7949
    if (graphics->data.spice.streaming)
7950
        virBufferAsprintf(&opt, "streaming-video=%s,",
7951
                          virDomainGraphicsSpiceStreamingModeTypeToString(graphics->data.spice.streaming));
J
Ján Tomko 已提交
7952
    if (graphics->data.spice.copypaste == VIR_TRISTATE_BOOL_NO)
7953 7954
        virBufferAddLit(&opt, "disable-copy-paste,");

J
Ján Tomko 已提交
7955
    if (graphics->data.spice.filetransfer == VIR_TRISTATE_BOOL_NO) {
7956 7957 7958 7959 7960
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPICE_FILE_XFER_DISABLE)) {
           virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                          _("This QEMU can't disable file transfers through spice"));
            goto error;
        } else {
7961
            virBufferAddLit(&opt, "disable-agent-file-xfer,");
7962 7963
        }
    }
7964

7965
    if (graphics->data.spice.gl == VIR_TRISTATE_BOOL_YES) {
7966 7967 7968 7969 7970 7971 7972 7973
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPICE_GL)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("This QEMU doesn't support spice OpenGL"));
            goto error;
        }

        /* spice.gl is a TristateBool, but qemu expects on/off: use
         * TristateSwitch helper */
7974
        virBufferAsprintf(&opt, "gl=%s,",
7975
                          virTristateSwitchTypeToString(graphics->data.spice.gl));
7976 7977 7978 7979 7980 7981 7982 7983 7984 7985

        if (graphics->data.spice.rendernode) {
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPICE_RENDERNODE)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("This QEMU doesn't support spice OpenGL rendernode"));
                goto error;
            }

            virBufferAsprintf(&opt, "rendernode=%s,", graphics->data.spice.rendernode);
        }
7986 7987
    }

7988 7989 7990 7991 7992
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_SEAMLESS_MIGRATION)) {
        /* If qemu supports seamless migration turn it
         * unconditionally on. If migration destination
         * doesn't support it, it fallbacks to previous
         * migration algorithm silently. */
7993
        virBufferAddLit(&opt, "seamless-migration=on,");
7994 7995
    }

7996 7997
    virBufferTrim(&opt, ",", -1);

7998
    virCommandAddArg(cmd, "-spice");
P
Pavel Hrdina 已提交
7999
    virCommandAddArgBuffer(cmd, &opt);
8000 8001 8002 8003 8004 8005 8006 8007 8008 8009
    if (graphics->data.spice.keymap)
        virCommandAddArgList(cmd, "-k",
                             graphics->data.spice.keymap, NULL);
    /* SPICE includes native support for tunnelling audio, so we
     * set the audio backend to point at SPICE's own driver
     */
    virCommandAddEnvString(cmd, "QEMU_AUDIO_DRV=spice");

    return 0;

8010
 error:
8011 8012 8013 8014
    virBufferFreeAndReset(&opt);
    return -1;
}

8015
static int
8016
qemuBuildGraphicsCommandLine(virQEMUDriverConfigPtr cfg,
8017
                             virCommandPtr cmd,
8018
                             virQEMUCapsPtr qemuCaps,
8019
                             virDomainGraphicsDefPtr graphics)
8020
{
8021
    switch (graphics->type) {
8022
    case VIR_DOMAIN_GRAPHICS_TYPE_SDL:
8023
        return qemuBuildGraphicsSDLCommandLine(cfg, cmd, qemuCaps, graphics);
8024 8025

    case VIR_DOMAIN_GRAPHICS_TYPE_VNC:
8026
        return qemuBuildGraphicsVNCCommandLine(cfg, cmd, qemuCaps, graphics);
8027 8028 8029 8030 8031 8032 8033

    case VIR_DOMAIN_GRAPHICS_TYPE_SPICE:
        return qemuBuildGraphicsSPICECommandLine(cfg, cmd, qemuCaps, graphics);

    case VIR_DOMAIN_GRAPHICS_TYPE_RDP:
    case VIR_DOMAIN_GRAPHICS_TYPE_DESKTOP:
    case VIR_DOMAIN_GRAPHICS_TYPE_LAST:
8034 8035 8036
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("unsupported graphics type '%s'"),
                       virDomainGraphicsTypeToString(graphics->type));
8037
        return -1;
8038
    }
8039

8040 8041
    return 0;
}
8042

M
Michele Paolino 已提交
8043
static int
8044 8045 8046
qemuBuildVhostuserCommandLine(virQEMUDriverPtr driver,
                              virLogManagerPtr logManager,
                              virCommandPtr cmd,
M
Michele Paolino 已提交
8047 8048
                              virDomainDefPtr def,
                              virDomainNetDefPtr net,
8049
                              virQEMUCapsPtr qemuCaps,
8050 8051
                              unsigned int bootindex,
                              bool chardevStdioLogd)
M
Michele Paolino 已提交
8052
{
8053 8054
    virQEMUDriverConfigPtr cfg = virQEMUDriverGetConfig(driver);
    char *chardev = NULL;
8055
    char *netdev = NULL;
8056
    unsigned int queues = net->driver.virtio.queues;
M
Michele Paolino 已提交
8057 8058
    char *nic = NULL;

8059
    if (!qemuDomainSupportsNicdev(def, net)) {
M
Michele Paolino 已提交
8060
        virReportError(VIR_ERR_INTERNAL_ERROR,
8061
                       "%s", _("Nicdev support unavailable"));
M
Michele Paolino 已提交
8062 8063 8064
        goto error;
    }

8065
    switch ((virDomainChrType)net->data.vhostuser->type) {
M
Michele Paolino 已提交
8066
    case VIR_DOMAIN_CHR_TYPE_UNIX:
8067 8068
        if (!(chardev = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                               net->data.vhostuser,
8069 8070
                                               net->info.alias, qemuCaps, false,
                                               chardevStdioLogd)))
8071
            goto error;
M
Michele Paolino 已提交
8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088
        break;

    case VIR_DOMAIN_CHR_TYPE_NULL:
    case VIR_DOMAIN_CHR_TYPE_VC:
    case VIR_DOMAIN_CHR_TYPE_PTY:
    case VIR_DOMAIN_CHR_TYPE_DEV:
    case VIR_DOMAIN_CHR_TYPE_FILE:
    case VIR_DOMAIN_CHR_TYPE_PIPE:
    case VIR_DOMAIN_CHR_TYPE_STDIO:
    case VIR_DOMAIN_CHR_TYPE_UDP:
    case VIR_DOMAIN_CHR_TYPE_TCP:
    case VIR_DOMAIN_CHR_TYPE_SPICEVMC:
    case VIR_DOMAIN_CHR_TYPE_SPICEPORT:
    case VIR_DOMAIN_CHR_TYPE_NMDM:
    case VIR_DOMAIN_CHR_TYPE_LAST:
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("vhost-user type '%s' not supported"),
8089
                       virDomainChrTypeToString(net->data.vhostuser->type));
M
Michele Paolino 已提交
8090 8091 8092
        goto error;
    }

8093 8094 8095 8096 8097 8098
    if (queues > 1 &&
        !virQEMUCapsGet(qemuCaps, QEMU_CAPS_VHOSTUSER_MULTIQUEUE)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("multi-queue is not supported for vhost-user "
                         "with this QEMU binary"));
        goto error;
8099 8100
    }

8101 8102 8103 8104 8105
    if (!(netdev = qemuBuildHostNetStr(net, driver,
                                       ',', -1,
                                       NULL, 0, NULL, 0)))
        goto error;

8106 8107 8108
    if (virNetDevOpenvswitchGetVhostuserIfname(net->data.vhostuser->data.nix.path,
                                               &net->ifname) < 0)
        goto error;
8109

M
Michele Paolino 已提交
8110
    virCommandAddArg(cmd, "-chardev");
8111 8112
    virCommandAddArg(cmd, chardev);
    VIR_FREE(chardev);
M
Michele Paolino 已提交
8113 8114

    virCommandAddArg(cmd, "-netdev");
8115 8116
    virCommandAddArg(cmd, netdev);
    VIR_FREE(netdev);
M
Michele Paolino 已提交
8117

8118
    if (!(nic = qemuBuildNicDevStr(def, net, -1, bootindex,
8119
                                   queues, qemuCaps))) {
M
Michele Paolino 已提交
8120 8121 8122 8123 8124 8125 8126
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       "%s", _("Error generating NIC -device string"));
        goto error;
    }

    virCommandAddArgList(cmd, "-device", nic, NULL);
    VIR_FREE(nic);
8127
    virObjectUnref(cfg);
M
Michele Paolino 已提交
8128 8129 8130 8131

    return 0;

 error:
8132
    virObjectUnref(cfg);
8133
    VIR_FREE(netdev);
8134
    VIR_FREE(chardev);
M
Michele Paolino 已提交
8135 8136 8137 8138 8139
    VIR_FREE(nic);

    return -1;
}

8140
static int
8141 8142 8143
qemuBuildInterfaceCommandLine(virQEMUDriverPtr driver,
                              virLogManagerPtr logManager,
                              virCommandPtr cmd,
8144 8145 8146 8147
                              virDomainDefPtr def,
                              virDomainNetDefPtr net,
                              virQEMUCapsPtr qemuCaps,
                              int vlan,
8148
                              unsigned int bootindex,
8149
                              virNetDevVPortProfileOp vmop,
8150
                              bool standalone,
8151
                              size_t *nnicindexes,
8152 8153
                              int **nicindexes,
                              bool chardevStdioLogd)
8154 8155 8156
{
    int ret = -1;
    char *nic = NULL, *host = NULL;
8157
    int *tapfd = NULL;
8158
    size_t tapfdSize = 0;
8159
    int *vhostfd = NULL;
8160
    size_t vhostfdSize = 0;
8161 8162
    char **tapfdName = NULL;
    char **vhostfdName = NULL;
8163
    virDomainNetType actualType = virDomainNetGetActualType(net);
8164
    virNetDevBandwidthPtr actualBandwidth;
8165
    size_t i;
8166

8167 8168 8169 8170

    if (!bootindex)
        bootindex = net->info.bootIndex;

8171 8172 8173
    /* Currently nothing besides TAP devices supports multiqueue. */
    if (net->driver.virtio.queues > 0 &&
        !(actualType == VIR_DOMAIN_NET_TYPE_NETWORK ||
8174
          actualType == VIR_DOMAIN_NET_TYPE_BRIDGE ||
8175
          actualType == VIR_DOMAIN_NET_TYPE_DIRECT ||
8176 8177
          actualType == VIR_DOMAIN_NET_TYPE_ETHERNET ||
          actualType == VIR_DOMAIN_NET_TYPE_VHOSTUSER)) {
8178 8179 8180 8181 8182 8183
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Multiqueue network is not supported for: %s"),
                       virDomainNetTypeToString(actualType));
        return -1;
    }

8184
    /* and only TAP devices support nwfilter rules */
8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203
    if (net->filter) {
        virNetDevVPortProfilePtr vport = virDomainNetGetActualVirtPortProfile(net);
        if (!(actualType == VIR_DOMAIN_NET_TYPE_NETWORK ||
              actualType == VIR_DOMAIN_NET_TYPE_BRIDGE ||
              actualType == VIR_DOMAIN_NET_TYPE_ETHERNET)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("filterref is not supported for "
                             "network interfaces of type %s"),
                           virDomainNetTypeToString(actualType));
            return -1;
        }
        if (vport && vport->virtPortType != VIR_NETDEV_VPORT_PROFILE_NONE) {
            /* currently none of the defined virtualport types support iptables */
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("filterref is not supported for "
                             "network interfaces with virtualport type %s"),
                           virNetDevVPortTypeToString(vport->virtPortType));
            return -1;
        }
8204 8205
    }

8206 8207
    if (net->backend.tap &&
        !(actualType == VIR_DOMAIN_NET_TYPE_NETWORK ||
8208 8209
          actualType == VIR_DOMAIN_NET_TYPE_BRIDGE ||
          actualType == VIR_DOMAIN_NET_TYPE_ETHERNET)) {
8210 8211 8212 8213 8214 8215
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Custom tap device path is not supported for: %s"),
                       virDomainNetTypeToString(actualType));
        return -1;
    }

8216 8217 8218
    switch (actualType) {
    case VIR_DOMAIN_NET_TYPE_NETWORK:
    case VIR_DOMAIN_NET_TYPE_BRIDGE:
8219 8220 8221 8222 8223
        tapfdSize = net->driver.virtio.queues;
        if (!tapfdSize)
            tapfdSize = 1;

        if (VIR_ALLOC_N(tapfd, tapfdSize) < 0 ||
8224
            VIR_ALLOC_N(tapfdName, tapfdSize) < 0)
8225 8226
            goto cleanup;

8227 8228
        memset(tapfd, -1, tapfdSize * sizeof(tapfd[0]));

8229
        if (qemuInterfaceBridgeConnect(def, driver, net,
8230
                                       tapfd, &tapfdSize) < 0)
8231
            goto cleanup;
8232 8233 8234
        break;

    case VIR_DOMAIN_NET_TYPE_DIRECT:
8235 8236 8237 8238 8239 8240
        tapfdSize = net->driver.virtio.queues;
        if (!tapfdSize)
            tapfdSize = 1;

        if (VIR_ALLOC_N(tapfd, tapfdSize) < 0 ||
            VIR_ALLOC_N(tapfdName, tapfdSize) < 0)
8241
            goto cleanup;
8242 8243 8244

        memset(tapfd, -1, tapfdSize * sizeof(tapfd[0]));

8245 8246
        if (qemuInterfaceDirectConnect(def, driver, net,
                                       tapfd, tapfdSize, vmop) < 0)
8247
            goto cleanup;
8248 8249 8250
        break;

    case VIR_DOMAIN_NET_TYPE_ETHERNET:
8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261
        tapfdSize = net->driver.virtio.queues;
        if (!tapfdSize)
            tapfdSize = 1;

        if (VIR_ALLOC_N(tapfd, tapfdSize) < 0 ||
            VIR_ALLOC_N(tapfdName, tapfdSize) < 0)
            goto cleanup;

        memset(tapfd, -1, tapfdSize * sizeof(tapfd[0]));

        if (qemuInterfaceEthernetConnect(def, driver, net,
8262
                                         tapfd, tapfdSize) < 0)
8263
            goto cleanup;
8264 8265 8266
        break;

    case VIR_DOMAIN_NET_TYPE_HOSTDEV:
8267 8268 8269 8270 8271
        /* NET_TYPE_HOSTDEV devices are really hostdev devices, so
         * their commandlines are constructed with other hostdevs.
         */
        ret = 0;
        goto cleanup;
8272 8273 8274
        break;

    case VIR_DOMAIN_NET_TYPE_VHOSTUSER:
8275
        ret = qemuBuildVhostuserCommandLine(driver, logManager, cmd, def,
8276 8277
                                            net, qemuCaps, bootindex,
                                            chardevStdioLogd);
8278
        goto cleanup;
8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289
        break;

    case VIR_DOMAIN_NET_TYPE_USER:
    case VIR_DOMAIN_NET_TYPE_SERVER:
    case VIR_DOMAIN_NET_TYPE_CLIENT:
    case VIR_DOMAIN_NET_TYPE_MCAST:
    case VIR_DOMAIN_NET_TYPE_INTERNAL:
    case VIR_DOMAIN_NET_TYPE_UDP:
    case VIR_DOMAIN_NET_TYPE_LAST:
        /* nada */
        break;
8290 8291
    }

8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305
    /* For types whose implementations use a netdev on the host, add
     * an entry to nicindexes for passing on to systemd.
    */
    switch ((virDomainNetType)actualType) {
    case VIR_DOMAIN_NET_TYPE_ETHERNET:
    case VIR_DOMAIN_NET_TYPE_NETWORK:
    case VIR_DOMAIN_NET_TYPE_BRIDGE:
    case VIR_DOMAIN_NET_TYPE_DIRECT:
    {
        int nicindex;

        /* network and bridge use a tap device, and direct uses a
         * macvtap device
         */
8306 8307
        if (virQEMUDriverIsPrivileged(driver) && nicindexes && nnicindexes &&
            net->ifname) {
8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319
            if (virNetDevGetIndex(net->ifname, &nicindex) < 0 ||
                VIR_APPEND_ELEMENT(*nicindexes, *nnicindexes, nicindex) < 0)
                goto cleanup;
        }
        break;
    }

    case VIR_DOMAIN_NET_TYPE_USER:
    case VIR_DOMAIN_NET_TYPE_VHOSTUSER:
    case VIR_DOMAIN_NET_TYPE_SERVER:
    case VIR_DOMAIN_NET_TYPE_CLIENT:
    case VIR_DOMAIN_NET_TYPE_MCAST:
8320
    case VIR_DOMAIN_NET_TYPE_UDP:
8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336
    case VIR_DOMAIN_NET_TYPE_INTERNAL:
    case VIR_DOMAIN_NET_TYPE_HOSTDEV:
    case VIR_DOMAIN_NET_TYPE_LAST:
       /* These types don't use a network device on the host, but
        * instead use some other type of connection to the emulated
        * device in the qemu process.
        *
        * (Note that hostdev can't be considered as "using a network
        * device", because by the time it is being used, it has been
        * detached from the hostside network driver so it doesn't show
        * up in the list of interfaces on the host - it's just some
        * PCI device.)
        */
       break;
    }

8337 8338 8339 8340
    /* Set bandwidth or warn if requested and not supported. */
    actualBandwidth = virDomainNetGetActualBandwidth(net);
    if (actualBandwidth) {
        if (virNetDevSupportBandwidth(actualType)) {
8341 8342
            if (virNetDevBandwidthSet(net->ifname, actualBandwidth, false,
                                      !virDomainNetTypeSharesHostView(net)) < 0)
8343 8344 8345 8346 8347 8348 8349
                goto cleanup;
        } else {
            VIR_WARN("setting bandwidth on interfaces of "
                     "type '%s' is not implemented yet",
                     virDomainNetTypeToString(actualType));
        }
    }
8350

8351 8352 8353 8354
    if (net->mtu &&
        virNetDevSetMTU(net->ifname, net->mtu) < 0)
        goto cleanup;

8355 8356 8357 8358 8359
    if ((actualType == VIR_DOMAIN_NET_TYPE_NETWORK ||
         actualType == VIR_DOMAIN_NET_TYPE_BRIDGE ||
         actualType == VIR_DOMAIN_NET_TYPE_ETHERNET ||
         actualType == VIR_DOMAIN_NET_TYPE_DIRECT) &&
        !standalone) {
8360 8361
        /* Attempt to use vhost-net mode for these types of
           network device */
8362 8363 8364 8365 8366
        vhostfdSize = net->driver.virtio.queues;
        if (!vhostfdSize)
            vhostfdSize = 1;

        if (VIR_ALLOC_N(vhostfd, vhostfdSize) < 0 ||
8367
            VIR_ALLOC_N(vhostfdName, vhostfdSize))
8368 8369
            goto cleanup;

8370 8371
        memset(vhostfd, -1, vhostfdSize * sizeof(vhostfd[0]));

J
Ján Tomko 已提交
8372
        if (qemuInterfaceOpenVhostNet(def, net, vhostfd, &vhostfdSize) < 0)
8373 8374 8375
            goto cleanup;
    }

8376
    for (i = 0; i < tapfdSize; i++) {
8377 8378
        if (qemuSecuritySetTapFDLabel(driver->securityManager,
                                      def, tapfd[i]) < 0)
M
Michal Privoznik 已提交
8379
            goto cleanup;
8380 8381
        virCommandPassFD(cmd, tapfd[i],
                         VIR_COMMAND_PASS_FD_CLOSE_PARENT);
8382
        if (virAsprintf(&tapfdName[i], "%d", tapfd[i]) < 0)
8383 8384 8385
            goto cleanup;
    }

8386
    for (i = 0; i < vhostfdSize; i++) {
8387 8388
        virCommandPassFD(cmd, vhostfd[i],
                         VIR_COMMAND_PASS_FD_CLOSE_PARENT);
8389
        if (virAsprintf(&vhostfdName[i], "%d", vhostfd[i]) < 0)
8390
            goto cleanup;
8391 8392 8393 8394 8395
    }

    /* Possible combinations:
     *
     *  1. Old way:   -net nic,model=e1000,vlan=1 -net tap,vlan=1
8396
     *  2. New way:   -netdev type=tap,id=netdev1 -device e1000,id=netdev1
8397
     *
8398
     * NB: The backend and frontend are reversed above
8399
     */
8400 8401

    if (qemuDomainSupportsNicdev(def, net)) {
8402
        if (!(host = qemuBuildHostNetStr(net, driver,
8403 8404 8405
                                         ',', vlan,
                                         tapfdName, tapfdSize,
                                         vhostfdName, vhostfdSize)))
8406 8407
            goto cleanup;
        virCommandAddArgList(cmd, "-netdev", host, NULL);
8408

8409
        if (!(nic = qemuBuildNicDevStr(def, net, vlan, bootindex,
8410
                                       vhostfdSize, qemuCaps)))
8411 8412 8413 8414 8415 8416
            goto cleanup;
        virCommandAddArgList(cmd, "-device", nic, NULL);
    } else {
        if (!(nic = qemuBuildNicStr(net, "nic,", vlan)))
            goto cleanup;
        virCommandAddArgList(cmd, "-net", nic, NULL);
8417

8418
        if (!(host = qemuBuildHostNetStr(net, driver,
8419 8420 8421
                                         ',', vlan,
                                         tapfdName, tapfdSize,
                                         vhostfdName, vhostfdSize)))
8422 8423 8424 8425 8426
            goto cleanup;
        virCommandAddArgList(cmd, "-net", host, NULL);
    }

    ret = 0;
8427
 cleanup:
8428 8429
    if (ret < 0) {
        virErrorPtr saved_err = virSaveLastError();
8430
        virDomainConfNWFilterTeardown(net);
8431 8432 8433
        virSetError(saved_err);
        virFreeError(saved_err);
    }
8434
    for (i = 0; tapfd && i < tapfdSize && tapfd[i] >= 0; i++) {
8435 8436
        if (ret < 0)
            VIR_FORCE_CLOSE(tapfd[i]);
8437 8438
        if (tapfdName)
            VIR_FREE(tapfdName[i]);
8439
    }
8440
    for (i = 0; vhostfd && i < vhostfdSize && vhostfd[i] >= 0; i++) {
8441 8442
        if (ret < 0)
            VIR_FORCE_CLOSE(vhostfd[i]);
8443 8444
        if (vhostfdName)
            VIR_FREE(vhostfdName[i]);
8445 8446 8447
    }
    VIR_FREE(tapfd);
    VIR_FREE(vhostfd);
8448 8449 8450 8451 8452 8453 8454
    VIR_FREE(nic);
    VIR_FREE(host);
    VIR_FREE(tapfdName);
    VIR_FREE(vhostfdName);
    return ret;
}

8455 8456

/* NOTE: Not using const virDomainDef here since eventually a call is made
8457
 *       into qemuSecuritySetTapFDLabel which calls it's driver
8458 8459 8460
 *       API domainSetSecurityTapFDLabel that doesn't use the const format.
 */
static int
8461 8462 8463
qemuBuildNetCommandLine(virQEMUDriverPtr driver,
                        virLogManagerPtr logManager,
                        virCommandPtr cmd,
8464 8465 8466 8467 8468 8469
                        virDomainDefPtr def,
                        virQEMUCapsPtr qemuCaps,
                        virNetDevVPortProfileOp vmop,
                        bool standalone,
                        size_t *nnicindexes,
                        int **nicindexes,
8470 8471
                        unsigned int *bootHostdevNet,
                        bool chardevStdioLogd)
8472 8473 8474
{
    size_t i;
    int last_good_net = -1;
8475
    virErrorPtr originalError = NULL;
8476

J
Ján Tomko 已提交
8477
    if (def->nnets) {
8478
        unsigned int bootNet = 0;
8479

8480
        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_BOOTINDEX)) {
8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495
            /* convert <boot dev='network'/> to bootindex since we didn't emit
             * -boot n
             */
            for (i = 0; i < def->os.nBootDevs; i++) {
                if (def->os.bootDevs[i] == VIR_DOMAIN_BOOT_NET) {
                    bootNet = i + 1;
                    break;
                }
            }
        }

        for (i = 0; i < def->nnets; i++) {
            virDomainNetDefPtr net = def->nets[i];
            int vlan;

8496 8497
            /* VLANs are not used with -netdev and -device, so don't record them */
            if (qemuDomainSupportsNicdev(def, net))
8498 8499 8500 8501
                vlan = -1;
            else
                vlan = i;

8502
            if (qemuBuildInterfaceCommandLine(driver, logManager, cmd, def, net,
8503 8504
                                              qemuCaps, vlan, bootNet, vmop,
                                              standalone, nnicindexes,
8505 8506
                                              nicindexes,
                                              chardevStdioLogd) < 0)
8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525
                goto error;

            last_good_net = i;
            /* if this interface is a type='hostdev' interface and we
             * haven't yet added a "bootindex" parameter to an
             * emulated network device, save the bootindex - hostdev
             * interface commandlines will be built later on when we
             * cycle through all the hostdevs, and we'll use it then.
             */
            if (virDomainNetGetActualType(net) == VIR_DOMAIN_NET_TYPE_HOSTDEV &&
                *bootHostdevNet == 0) {
                *bootHostdevNet = bootNet;
            }
            bootNet = 0;
        }
    }
    return 0;

 error:
8526 8527 8528
    /* free up any resources in the network driver
     * but don't overwrite the original error */
    originalError = virSaveLastError();
8529 8530
    for (i = 0; last_good_net != -1 && i <= last_good_net; i++)
        virDomainConfNWFilterTeardown(def->nets[i]);
8531 8532
    virSetError(originalError);
    virFreeError(originalError);
8533 8534 8535 8536
    return -1;
}


8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562
static const char *
qemuBuildSmartcardFindCCIDController(const virDomainDef *def,
                                     const virDomainSmartcardDef *smartcard)
{
    size_t i;

    /* Should never happen. But doesn't hurt to check. */
    if (smartcard->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCID)
        return NULL;

    for (i = 0; i < def->ncontrollers; i++) {
        const virDomainControllerDef *tmp = def->controllers[i];

        if (tmp->type != VIR_DOMAIN_CONTROLLER_TYPE_CCID)
            continue;

        if (tmp->idx != smartcard->info.addr.ccid.controller)
            continue;

        return tmp->info.alias;
    }

    return NULL;
}


8563 8564 8565
static int
qemuBuildSmartcardCommandLine(virLogManagerPtr logManager,
                              virCommandPtr cmd,
8566
                              virQEMUDriverConfigPtr cfg,
8567
                              const virDomainDef *def,
8568 8569
                              virQEMUCapsPtr qemuCaps,
                              bool chardevStdioLogd)
8570 8571 8572 8573 8574 8575
{
    size_t i;
    virDomainSmartcardDefPtr smartcard;
    char *devstr;
    virBuffer opt = VIR_BUFFER_INITIALIZER;
    const char *database;
8576
    const char *contAlias = NULL;
8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597

    if (!def->nsmartcards)
        return 0;

    smartcard = def->smartcards[0];

    /* -device usb-ccid was already emitted along with other
     * controllers.  For now, qemu handles only one smartcard.  */
    if (def->nsmartcards > 1 ||
        smartcard->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_CCID ||
        smartcard->info.addr.ccid.controller != 0 ||
        smartcard->info.addr.ccid.slot != 0) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("this QEMU binary lacks multiple smartcard "
                         "support"));
        virBufferFreeAndReset(&opt);
        return -1;
    }

    switch (smartcard->type) {
    case VIR_DOMAIN_SMARTCARD_TYPE_HOST:
8598
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CCID_EMULATED)) {
8599 8600 8601 8602 8603 8604 8605 8606 8607 8608
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this QEMU binary lacks smartcard host "
                             "mode support"));
            return -1;
        }

        virBufferAddLit(&opt, "ccid-card-emulated,backend=nss-emulated");
        break;

    case VIR_DOMAIN_SMARTCARD_TYPE_HOST_CERTIFICATES:
8609
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CCID_EMULATED)) {
8610 8611 8612 8613 8614 8615 8616 8617 8618 8619 8620 8621 8622 8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 8641 8642 8643
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this QEMU binary lacks smartcard host "
                             "mode support"));
            return -1;
        }

        virBufferAddLit(&opt, "ccid-card-emulated,backend=certificates");
        for (i = 0; i < VIR_DOMAIN_SMARTCARD_NUM_CERTIFICATES; i++) {
            if (strchr(smartcard->data.cert.file[i], ',')) {
                virBufferFreeAndReset(&opt);
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("invalid certificate name: %s"),
                               smartcard->data.cert.file[i]);
                return -1;
            }
            virBufferAsprintf(&opt, ",cert%zu=%s", i + 1,
                              smartcard->data.cert.file[i]);
        }
        if (smartcard->data.cert.database) {
            if (strchr(smartcard->data.cert.database, ',')) {
                virBufferFreeAndReset(&opt);
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("invalid database name: %s"),
                               smartcard->data.cert.database);
                return -1;
            }
            database = smartcard->data.cert.database;
        } else {
            database = VIR_DOMAIN_SMARTCARD_DEFAULT_DATABASE;
        }
        virBufferAsprintf(&opt, ",db=%s", database);
        break;

    case VIR_DOMAIN_SMARTCARD_TYPE_PASSTHROUGH:
8644
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_CCID_PASSTHRU)) {
8645 8646 8647 8648 8649 8650
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("this QEMU binary lacks smartcard "
                             "passthrough mode support"));
            return -1;
        }

8651
        if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
8652
                                              smartcard->data.passthru,
8653
                                              smartcard->info.alias,
8654 8655
                                              qemuCaps, true,
                                              chardevStdioLogd))) {
8656 8657 8658
            virBufferFreeAndReset(&opt);
            return -1;
        }
8659
        virCommandAddArg(cmd, "-chardev");
8660 8661 8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673
        virCommandAddArg(cmd, devstr);
        VIR_FREE(devstr);

        virBufferAsprintf(&opt, "ccid-card-passthru,chardev=char%s",
                          smartcard->info.alias);
        break;

    default:
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("unexpected smartcard type %d"),
                       smartcard->type);
        virBufferFreeAndReset(&opt);
        return -1;
    }
8674 8675 8676 8677 8678 8679 8680 8681 8682

    if (!(contAlias = qemuBuildSmartcardFindCCIDController(def,
                                                           smartcard))) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("Unable to find controller for %s"),
                       smartcard->info.alias);
        return -1;
    }

8683
    virCommandAddArg(cmd, "-device");
8684
    virBufferAsprintf(&opt, ",id=%s,bus=%s.0", smartcard->info.alias, contAlias);
8685 8686 8687 8688 8689 8690
    virCommandAddArgBuffer(cmd, &opt);

    return 0;
}


8691
static char *
8692 8693 8694
qemuBuildShmemDevLegacyStr(virDomainDefPtr def,
                           virDomainShmemDefPtr shmem,
                           virQEMUCapsPtr qemuCaps)
8695 8696 8697 8698 8699 8700 8701
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_IVSHMEM)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("ivshmem device is not supported "
                         "with this QEMU binary"));
8702
        return NULL;
8703 8704 8705
    }

    virBufferAddLit(&buf, "ivshmem");
8706 8707
    virBufferAsprintf(&buf, ",id=%s", shmem->info.alias);

8708
    if (shmem->size)
M
Martin Kletzander 已提交
8709
        virBufferAsprintf(&buf, ",size=%llum", shmem->size >> 20);
8710 8711

    if (!shmem->server.enabled) {
8712
        virBufferAsprintf(&buf, ",shm=%s", shmem->name);
8713
    } else {
8714
        virBufferAsprintf(&buf, ",chardev=char%s", shmem->info.alias);
8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730
        if (shmem->msi.enabled) {
            virBufferAddLit(&buf, ",msi=on");
            if (shmem->msi.vectors)
                virBufferAsprintf(&buf, ",vectors=%u", shmem->msi.vectors);
            if (shmem->msi.ioeventfd)
                virBufferAsprintf(&buf, ",ioeventfd=%s",
                                  virTristateSwitchTypeToString(shmem->msi.ioeventfd));
        }
    }

    if (qemuBuildDeviceAddressStr(&buf, def, &shmem->info, qemuCaps) < 0)
        goto error;

    if (virBufferCheckError(&buf) < 0)
        goto error;

8731
    return virBufferContentAndReset(&buf);
8732 8733 8734

 error:
    virBufferFreeAndReset(&buf);
8735 8736 8737
    return NULL;
}

8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794
char *
qemuBuildShmemDevStr(virDomainDefPtr def,
                     virDomainShmemDefPtr shmem,
                     virQEMUCapsPtr qemuCaps)
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;

    if ((shmem->model == VIR_DOMAIN_SHMEM_MODEL_IVSHMEM_PLAIN &&
         !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_IVSHMEM_PLAIN)) ||
        (shmem->model == VIR_DOMAIN_SHMEM_MODEL_IVSHMEM_DOORBELL &&
         !virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_IVSHMEM_DOORBELL))) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("shmem model '%s' is not supported "
                             "by this QEMU binary"),
                           virDomainShmemModelTypeToString(shmem->model));
        return NULL;
    }

    virBufferAdd(&buf, virDomainShmemModelTypeToString(shmem->model), -1);
    virBufferAsprintf(&buf, ",id=%s", shmem->info.alias);

    if (shmem->server.enabled)
        virBufferAsprintf(&buf, ",chardev=char%s", shmem->info.alias);
    else
        virBufferAsprintf(&buf, ",memdev=shmmem-%s", shmem->info.alias);

    if (shmem->msi.vectors)
        virBufferAsprintf(&buf, ",vectors=%u", shmem->msi.vectors);
    if (shmem->msi.ioeventfd) {
        virBufferAsprintf(&buf, ",ioeventfd=%s",
                          virTristateSwitchTypeToString(shmem->msi.ioeventfd));
    }

    if (qemuBuildDeviceAddressStr(&buf, def, &shmem->info, qemuCaps) < 0) {
        virBufferFreeAndReset(&buf);
        return NULL;
    }

    if (virBufferCheckError(&buf) < 0)
        return NULL;

    return virBufferContentAndReset(&buf);
}


virJSONValuePtr
qemuBuildShmemBackendMemProps(virDomainShmemDefPtr shmem)
{
    char *mem_path = NULL;
    virJSONValuePtr ret = NULL;

    if (virAsprintf(&mem_path, "/dev/shm/%s", shmem->name) < 0)
        return NULL;

    virJSONValueObjectCreate(&ret,
                             "s:mem-path", mem_path,
                             "U:size", shmem->size,
8795
                             "b:share", true,
8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822 8823 8824 8825 8826
                             NULL);

    VIR_FREE(mem_path);
    return ret;
}


static char *
qemuBuildShmemBackendMemStr(virDomainShmemDefPtr shmem)
{
    char *ret = NULL;
    char *alias = NULL;
    virJSONValuePtr props = qemuBuildShmemBackendMemProps(shmem);

    if (!props)
        return NULL;

    if (virAsprintf(&alias, "shmmem-%s", shmem->info.alias) < 0)
        goto cleanup;

    ret = virQEMUBuildObjectCommandlineFromJSON("memory-backend-file",
                                                alias,
                                                props);
 cleanup:
    VIR_FREE(alias);
    virJSONValueFree(props);

    return ret;
}


8827
static int
8828 8829
qemuBuildShmemCommandLine(virLogManagerPtr logManager,
                          virCommandPtr cmd,
8830
                          virQEMUDriverConfigPtr cfg,
8831 8832
                          virDomainDefPtr def,
                          virDomainShmemDefPtr shmem,
8833 8834
                          virQEMUCapsPtr qemuCaps,
                          bool chardevStdioLogd)
8835
{
8836 8837
    char *devstr = NULL;

8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863
    if (shmem->size) {
        /*
         * Thanks to our parsing code, we have a guarantee that the
         * size is power of two and is at least a mebibyte in size.
         * But because it may change in the future, the checks are
         * doubled in here.
         */
        if (shmem->size & (shmem->size - 1)) {
            virReportError(VIR_ERR_XML_ERROR, "%s",
                           _("shmem size must be a power of two"));
            return -1;
        }
        if (shmem->size < 1024 * 1024) {
            virReportError(VIR_ERR_XML_ERROR, "%s",
                           _("shmem size must be at least 1 MiB (1024 KiB)"));
            return -1;
        }
    }

    if (shmem->info.type != VIR_DOMAIN_DEVICE_ADDRESS_TYPE_PCI) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("only 'pci' addresses are supported for the "
                         "shared memory device"));
        return -1;
    }

8864 8865 8866 8867 8868
    switch ((virDomainShmemModel)shmem->model) {
    case VIR_DOMAIN_SHMEM_MODEL_IVSHMEM:
        devstr = qemuBuildShmemDevLegacyStr(def, shmem, qemuCaps);
        break;

8869
    case VIR_DOMAIN_SHMEM_MODEL_IVSHMEM_PLAIN:
8870 8871 8872 8873 8874 8875
        if (!(devstr = qemuBuildShmemBackendMemStr(shmem)))
            return -1;

        virCommandAddArgList(cmd, "-object", devstr, NULL);
        VIR_FREE(devstr);

M
Marc Hartmayer 已提交
8876
        ATTRIBUTE_FALLTHROUGH;
8877
    case VIR_DOMAIN_SHMEM_MODEL_IVSHMEM_DOORBELL:
8878
        devstr = qemuBuildShmemDevStr(def, shmem, qemuCaps);
8879 8880
        break;

8881 8882 8883 8884 8885
    case VIR_DOMAIN_SHMEM_MODEL_LAST:
        break;
    }

    if (!devstr)
8886
        return -1;
8887 8888
    virCommandAddArgList(cmd, "-device", devstr, NULL);
    VIR_FREE(devstr);
8889 8890

    if (shmem->server.enabled) {
8891 8892 8893 8894 8895
        devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                        &shmem->server.chr,
                                        shmem->info.alias, qemuCaps, true,
                                        chardevStdioLogd);
        if (!devstr)
8896 8897
            return -1;

8898
        virCommandAddArgList(cmd, "-chardev", devstr, NULL);
8899 8900 8901 8902 8903 8904
        VIR_FREE(devstr);
    }

    return 0;
}

8905 8906 8907 8908 8909

static virQEMUCapsFlags
qemuChrSerialTargetModelToCaps(virDomainChrSerialTargetModel targetModel)
{
    switch (targetModel) {
8910 8911
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_ISA_SERIAL:
        return QEMU_CAPS_DEVICE_ISA_SERIAL;
8912 8913 8914 8915
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_USB_SERIAL:
        return QEMU_CAPS_DEVICE_USB_SERIAL;
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_PCI_SERIAL:
        return QEMU_CAPS_DEVICE_PCI_SERIAL;
8916 8917
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SPAPR_VTY:
        return QEMU_CAPS_DEVICE_SPAPR_VTY;
8918 8919 8920 8921
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SCLPCONSOLE:
        return QEMU_CAPS_DEVICE_SCLPCONSOLE;
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SCLPLMCONSOLE:
        return QEMU_CAPS_DEVICE_SCLPLMCONSOLE;
8922
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_PL011:
8923
        return QEMU_CAPS_DEVICE_PL011;
8924 8925 8926 8927 8928 8929 8930 8931 8932
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_NONE:
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_LAST:
        break;
    }

    return 0;
}


8933 8934
static int
qemuBuildChrDeviceCommandLine(virCommandPtr cmd,
8935
                              const virDomainDef *def,
8936 8937 8938 8939 8940 8941 8942 8943 8944
                              virDomainChrDefPtr chr,
                              virQEMUCapsPtr qemuCaps)
{
    char *devstr = NULL;

    if (qemuBuildChrDeviceStr(&devstr, def, chr, qemuCaps) < 0)
        return -1;

    virCommandAddArgList(cmd, "-device", devstr, NULL);
8945
    VIR_FREE(devstr);
8946 8947 8948
    return 0;
}

8949

8950 8951 8952 8953 8954
static bool
qemuChrIsPlatformDevice(const virDomainDef *def,
                        virDomainChrDefPtr chr)
{
    if (def->os.arch == VIR_ARCH_ARMV7L || def->os.arch == VIR_ARCH_AARCH64) {
8955 8956

        /* pl011 (used on mach-virt) is a platform device */
8957
        if (chr->deviceType == VIR_DOMAIN_CHR_DEVICE_TYPE_SERIAL &&
8958 8959
            chr->targetType == VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_SYSTEM &&
            chr->targetModel == VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_PL011) {
8960
            return true;
8961
        }
8962 8963
    }

8964 8965 8966 8967 8968 8969 8970 8971
    /* If we got all the way here and we're still stuck with the default
     * target type for a serial device, it means we have no clue what kind of
     * device we're talking about and we must treat it as a platform device. */
    if (chr->deviceType == VIR_DOMAIN_CHR_DEVICE_TYPE_SERIAL &&
        chr->targetType == VIR_DOMAIN_CHR_SERIAL_TARGET_TYPE_NONE) {
        return true;
    }

8972 8973 8974 8975
    return false;
}


8976 8977 8978
static int
qemuBuildSerialCommandLine(virLogManagerPtr logManager,
                           virCommandPtr cmd,
8979
                           virQEMUDriverConfigPtr cfg,
8980
                           const virDomainDef *def,
8981 8982
                           virQEMUCapsPtr qemuCaps,
                           bool chardevStdioLogd)
8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997
{
    size_t i;
    bool havespice = false;

    if (def->nserials) {
        for (i = 0; i < def->ngraphics && !havespice; i++) {
            if (def->graphics[i]->type == VIR_DOMAIN_GRAPHICS_TYPE_SPICE)
                havespice = true;
        }
    }

    for (i = 0; i < def->nserials; i++) {
        virDomainChrDefPtr serial = def->serials[i];
        char *devstr;

8998
        if (serial->source->type == VIR_DOMAIN_CHR_TYPE_SPICEPORT && !havespice)
8999 9000
            continue;

9001 9002 9003 9004 9005 9006 9007 9008 9009 9010
        if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                              serial->source,
                                              serial->info.alias,
                                              qemuCaps, true,
                                              chardevStdioLogd)))
            return -1;
        virCommandAddArg(cmd, "-chardev");
        virCommandAddArg(cmd, devstr);
        VIR_FREE(devstr);

9011 9012
        /* If the device is not a platform device, build the devstr */
        if (!qemuChrIsPlatformDevice(def, serial)) {
9013 9014 9015
            if (qemuBuildChrDeviceCommandLine(cmd, def, serial, qemuCaps) < 0)
                return -1;
        } else {
9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026
            virQEMUCapsFlags caps;

            caps = qemuChrSerialTargetModelToCaps(serial->targetModel);

            if (caps && !virQEMUCapsGet(qemuCaps, caps)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                               _("'%s' is not supported in this QEMU binary"),
                               virDomainChrSerialTargetModelTypeToString(serial->targetModel));
                return -1;
            }

9027
            virCommandAddArg(cmd, "-serial");
9028
            virCommandAddArgFormat(cmd, "chardev:char%s", serial->info.alias);
9029 9030 9031 9032 9033 9034 9035
        }
    }

    return 0;
}


9036 9037 9038
static int
qemuBuildParallelsCommandLine(virLogManagerPtr logManager,
                              virCommandPtr cmd,
9039
                              virQEMUDriverConfigPtr cfg,
9040
                              const virDomainDef *def,
9041 9042
                              virQEMUCapsPtr qemuCaps,
                              bool chardevStdioLogd)
9043 9044 9045 9046 9047 9048 9049
{
    size_t i;

    for (i = 0; i < def->nparallels; i++) {
        virDomainChrDefPtr parallel = def->parallels[i];
        char *devstr;

9050 9051 9052 9053 9054 9055 9056 9057 9058
        if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                              parallel->source,
                                              parallel->info.alias,
                                              qemuCaps, true,
                                              chardevStdioLogd)))
            return -1;
        virCommandAddArg(cmd, "-chardev");
        virCommandAddArg(cmd, devstr);
        VIR_FREE(devstr);
9059

9060 9061 9062
        if (qemuBuildChrDeviceCommandLine(cmd, def, parallel,
                                          qemuCaps) < 0)
            return -1;
9063 9064 9065 9066 9067 9068
    }

    return 0;
}


9069 9070 9071
static int
qemuBuildChannelsCommandLine(virLogManagerPtr logManager,
                             virCommandPtr cmd,
9072
                             virQEMUDriverConfigPtr cfg,
9073
                             const virDomainDef *def,
9074 9075
                             virQEMUCapsPtr qemuCaps,
                             bool chardevStdioLogd)
9076 9077 9078 9079 9080 9081 9082 9083 9084
{
    size_t i;

    for (i = 0; i < def->nchannels; i++) {
        virDomainChrDefPtr channel = def->channels[i];
        char *devstr;

        switch (channel->targetType) {
        case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_GUESTFWD:
9085
            if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
9086
                                                  channel->source,
9087
                                                  channel->info.alias,
9088 9089
                                                  qemuCaps, true,
                                                  chardevStdioLogd)))
9090
                return -1;
9091
            virCommandAddArg(cmd, "-chardev");
9092 9093 9094 9095 9096 9097 9098 9099 9100 9101
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);

            if (qemuBuildChrDeviceStr(&devstr, def, channel, qemuCaps) < 0)
                return -1;
            virCommandAddArgList(cmd, "-netdev", devstr, NULL);
            VIR_FREE(devstr);
            break;

        case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_VIRTIO:
9102 9103 9104 9105 9106 9107 9108 9109 9110
            if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                                  channel->source,
                                                  channel->info.alias,
                                                  qemuCaps, true,
                                                  chardevStdioLogd)))
                return -1;
            virCommandAddArg(cmd, "-chardev");
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);
9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121

            if (qemuBuildChrDeviceCommandLine(cmd, def, channel, qemuCaps) < 0)
                return -1;
            break;
        }
    }

    return 0;
}


9122 9123 9124
static int
qemuBuildConsoleCommandLine(virLogManagerPtr logManager,
                            virCommandPtr cmd,
9125
                            virQEMUDriverConfigPtr cfg,
9126
                            const virDomainDef *def,
9127 9128
                            virQEMUCapsPtr qemuCaps,
                            bool chardevStdioLogd)
9129 9130 9131 9132 9133 9134 9135 9136 9137 9138
{
    size_t i;

    /* Explicit console devices */
    for (i = 0; i < def->nconsoles; i++) {
        virDomainChrDefPtr console = def->consoles[i];
        char *devstr;

        switch (console->targetType) {
        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLP:
9139
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_SCLPCONSOLE)) {
9140
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
9141
                               _("sclpconsole is not supported in this QEMU binary"));
9142 9143 9144
                return -1;
            }

9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162 9163 9164 9165
            if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
                                                  console->source,
                                                  console->info.alias,
                                                  qemuCaps, true,
                                                  chardevStdioLogd)))
                return -1;
            virCommandAddArg(cmd, "-chardev");
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);

            if (qemuBuildChrDeviceCommandLine(cmd, def, console, qemuCaps) < 0)
                return -1;
            break;

        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLPLM:
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_SCLPLMCONSOLE)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("sclplmconsole is not supported in this QEMU binary"));
                return -1;
            }

9166
            if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
9167
                                                  console->source,
9168
                                                  console->info.alias,
9169 9170
                                                  qemuCaps, true,
                                                  chardevStdioLogd)))
9171
                return -1;
9172
            virCommandAddArg(cmd, "-chardev");
9173 9174 9175 9176 9177 9178 9179 9180
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);

            if (qemuBuildChrDeviceCommandLine(cmd, def, console, qemuCaps) < 0)
                return -1;
            break;

        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_VIRTIO:
9181
            if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
9182
                                                  console->source,
9183
                                                  console->info.alias,
9184 9185
                                                  qemuCaps, true,
                                                  chardevStdioLogd)))
9186
                return -1;
9187
            virCommandAddArg(cmd, "-chardev");
9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209
            virCommandAddArg(cmd, devstr);
            VIR_FREE(devstr);

            if (qemuBuildChrDeviceCommandLine(cmd, def, console, qemuCaps) < 0)
                return -1;
            break;

        case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SERIAL:
            break;

        default:
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("unsupported console target type %s"),
                           NULLSTR(virDomainChrConsoleTargetTypeToString(console->targetType)));
            return -1;
        }
    }

    return 0;
}


9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280
char *
qemuBuildRedirdevDevStr(const virDomainDef *def,
                        virDomainRedirdevDefPtr dev,
                        virQEMUCapsPtr qemuCaps)
{
    size_t i;
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    virDomainRedirFilterDefPtr redirfilter = def->redirfilter;

    if (dev->bus != VIR_DOMAIN_REDIRDEV_BUS_USB) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("Redirection bus %s is not supported by QEMU"),
                       virDomainRedirdevBusTypeToString(dev->bus));
        goto error;
    }

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_REDIR)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("USB redirection is not supported "
                         "by this version of QEMU"));
        goto error;
    }

    virBufferAsprintf(&buf, "usb-redir,chardev=char%s,id=%s",
                      dev->info.alias, dev->info.alias);

    if (redirfilter && redirfilter->nusbdevs) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_REDIR_FILTER)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("USB redirection filter is not "
                             "supported by this version of QEMU"));
            goto error;
        }

        virBufferAddLit(&buf, ",filter=");

        for (i = 0; i < redirfilter->nusbdevs; i++) {
            virDomainRedirFilterUSBDevDefPtr usbdev = redirfilter->usbdevs[i];
            if (usbdev->usbClass >= 0)
                virBufferAsprintf(&buf, "0x%02X:", usbdev->usbClass);
            else
                virBufferAddLit(&buf, "-1:");

            if (usbdev->vendor >= 0)
                virBufferAsprintf(&buf, "0x%04X:", usbdev->vendor);
            else
                virBufferAddLit(&buf, "-1:");

            if (usbdev->product >= 0)
                virBufferAsprintf(&buf, "0x%04X:", usbdev->product);
            else
                virBufferAddLit(&buf, "-1:");

            if (usbdev->version >= 0)
                virBufferAsprintf(&buf, "0x%04X:", usbdev->version);
            else
                virBufferAddLit(&buf, "-1:");

            virBufferAsprintf(&buf, "%u", usbdev->allow);
            if (i < redirfilter->nusbdevs -1)
                virBufferAddLit(&buf, "|");
        }
    }

    if (dev->info.bootIndex) {
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_USB_REDIR_BOOTINDEX)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("USB redirection booting is not "
                             "supported by this version of QEMU"));
            goto error;
        }
9281
        virBufferAsprintf(&buf, ",bootindex=%u", dev->info.bootIndex);
9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 9298 9299 9300
    }

    if (qemuBuildDeviceAddressStr(&buf, def, &dev->info, qemuCaps) < 0)
        goto error;

    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 error:
    virBufferFreeAndReset(&buf);
    return NULL;
}


static int
qemuBuildRedirdevCommandLine(virLogManagerPtr logManager,
                             virCommandPtr cmd,
9301
                             virQEMUDriverConfigPtr cfg,
9302
                             const virDomainDef *def,
9303 9304
                             virQEMUCapsPtr qemuCaps,
                             bool chardevStdioLogd)
9305 9306 9307 9308 9309 9310 9311
{
    size_t i;

    for (i = 0; i < def->nredirdevs; i++) {
        virDomainRedirdevDefPtr redirdev = def->redirdevs[i];
        char *devstr;

9312
        if (!(devstr = qemuBuildChrChardevStr(logManager, cmd, cfg, def,
9313
                                              redirdev->source,
9314
                                              redirdev->info.alias,
9315 9316
                                              qemuCaps, true,
                                              chardevStdioLogd))) {
9317 9318 9319
            return -1;
        }

9320
        virCommandAddArg(cmd, "-chardev");
9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334
        virCommandAddArg(cmd, devstr);
        VIR_FREE(devstr);

        virCommandAddArg(cmd, "-device");
        if (!(devstr = qemuBuildRedirdevDevStr(def, redirdev, qemuCaps)))
            return -1;
        virCommandAddArg(cmd, devstr);
        VIR_FREE(devstr);
    }

    return 0;
}


9335
static void
9336
qemuBuildDomainLoaderCommandLine(virCommandPtr cmd,
9337
                                 virDomainDefPtr def)
9338 9339 9340 9341 9342 9343
{
    virDomainLoaderDefPtr loader = def->os.loader;
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    int unit = 0;

    if (!loader)
9344
        return;
9345 9346 9347 9348 9349 9350 9351 9352 9353

    switch ((virDomainLoader) loader->type) {
    case VIR_DOMAIN_LOADER_TYPE_ROM:
        virCommandAddArg(cmd, "-bios");
        virCommandAddArg(cmd, loader->path);
        break;

    case VIR_DOMAIN_LOADER_TYPE_PFLASH:

M
Michal Privoznik 已提交
9354 9355 9356 9357 9358 9359 9360
        if (loader->secure == VIR_TRISTATE_BOOL_YES) {
            virCommandAddArgList(cmd,
                                 "-global",
                                 "driver=cfi.pflash01,property=secure,value=on",
                                 NULL);
        }

9361 9362 9363
        virBufferAddLit(&buf, "file=");
        virQEMUBuildBufferEscapeComma(&buf, loader->path);
        virBufferAsprintf(&buf, ",if=pflash,format=raw,unit=%d", unit);
9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 9374 9375
        unit++;

        if (loader->readonly) {
            virBufferAsprintf(&buf, ",readonly=%s",
                              virTristateSwitchTypeToString(loader->readonly));
        }

        virCommandAddArg(cmd, "-drive");
        virCommandAddArgBuffer(cmd, &buf);

        if (loader->nvram) {
            virBufferFreeAndReset(&buf);
9376 9377 9378
            virBufferAddLit(&buf, "file=");
            virQEMUBuildBufferEscapeComma(&buf, loader->nvram);
            virBufferAsprintf(&buf, ",if=pflash,format=raw,unit=%d", unit);
9379 9380 9381 9382 9383 9384 9385 9386 9387 9388 9389 9390 9391 9392

            virCommandAddArg(cmd, "-drive");
            virCommandAddArgBuffer(cmd, &buf);
        }
        break;

    case VIR_DOMAIN_LOADER_TYPE_LAST:
        /* nada */
        break;
    }

    virBufferFreeAndReset(&buf);
}

J
John Ferlan 已提交
9393

J
John Ferlan 已提交
9394 9395
static char *
qemuBuildTPMDevStr(const virDomainDef *def,
9396
                   virQEMUCapsPtr qemuCaps)
J
John Ferlan 已提交
9397 9398 9399 9400
{
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    const virDomainTPMDef *tpm = def->tpm;
    const char *model = virDomainTPMModelTypeToString(tpm->model);
9401
    virQEMUCapsFlags flag;
J
John Ferlan 已提交
9402

9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416
    switch (tpm->model) {
    case VIR_DOMAIN_TPM_MODEL_TIS:
        flag = QEMU_CAPS_DEVICE_TPM_TIS;
        break;
    case VIR_DOMAIN_TPM_MODEL_CRB:
        flag = QEMU_CAPS_DEVICE_TPM_CRB;
        break;
    case VIR_DOMAIN_TPM_MODEL_LAST:
    default:
        virReportEnumRangeError(virDomainTPMModel, tpm->model);
        goto error;
    }

    if (!virQEMUCapsGet(qemuCaps, flag)) {
J
John Ferlan 已提交
9417 9418 9419
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("The QEMU executable %s does not support TPM "
                       "model %s"),
9420
                       def->emulator, model);
J
John Ferlan 已提交
9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 9437
        goto error;
    }

    virBufferAsprintf(&buf, "%s,tpmdev=tpm-%s,id=%s",
                      model, tpm->info.alias, tpm->info.alias);

    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 error:
    virBufferFreeAndReset(&buf);
    return NULL;
}


J
John Ferlan 已提交
9438 9439 9440 9441 9442 9443 9444 9445 9446 9447 9448 9449 9450 9451 9452 9453 9454 9455 9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 9479 9480 9481 9482 9483 9484 9485 9486 9487 9488 9489 9490 9491 9492 9493 9494
static char *
qemuBuildTPMBackendStr(const virDomainDef *def,
                       virCommandPtr cmd,
                       virQEMUCapsPtr qemuCaps,
                       int *tpmfd,
                       int *cancelfd)
{
    const virDomainTPMDef *tpm = def->tpm;
    virBuffer buf = VIR_BUFFER_INITIALIZER;
    const char *type = virDomainTPMBackendTypeToString(tpm->type);
    char *cancel_path = NULL, *devset = NULL;
    const char *tpmdev;

    *tpmfd = -1;
    *cancelfd = -1;

    virBufferAsprintf(&buf, "%s,id=tpm-%s", type, tpm->info.alias);

    switch (tpm->type) {
    case VIR_DOMAIN_TPM_TYPE_PASSTHROUGH:
        if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_TPM_PASSTHROUGH))
            goto no_support;

        tpmdev = tpm->data.passthrough.source.data.file.path;
        if (!(cancel_path = virTPMCreateCancelPath(tpmdev)))
            goto error;

        if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_ADD_FD)) {
            *tpmfd = open(tpmdev, O_RDWR);
            if (*tpmfd < 0) {
                virReportSystemError(errno, _("Could not open TPM device %s"),
                                     tpmdev);
                goto error;
            }

            virCommandPassFD(cmd, *tpmfd,
                             VIR_COMMAND_PASS_FD_CLOSE_PARENT);
            devset = qemuVirCommandGetDevSet(cmd, *tpmfd);
            if (devset == NULL)
                goto error;

            *cancelfd = open(cancel_path, O_WRONLY);
            if (*cancelfd < 0) {
                virReportSystemError(errno,
                                     _("Could not open TPM device's cancel "
                                       "path %s"), cancel_path);
                goto error;
            }
            VIR_FREE(cancel_path);

            virCommandPassFD(cmd, *cancelfd,
                             VIR_COMMAND_PASS_FD_CLOSE_PARENT);
            cancel_path = qemuVirCommandGetDevSet(cmd, *cancelfd);
            if (cancel_path == NULL)
                goto error;
        }
        virBufferAddLit(&buf, ",path=");
9495
        virQEMUBuildBufferEscapeComma(&buf, devset ? devset : tpmdev);
J
John Ferlan 已提交
9496 9497

        virBufferAddLit(&buf, ",cancel-path=");
9498
        virQEMUBuildBufferEscapeComma(&buf, cancel_path);
J
John Ferlan 已提交
9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516

        VIR_FREE(devset);
        VIR_FREE(cancel_path);

        break;
    case VIR_DOMAIN_TPM_TYPE_LAST:
        goto error;
    }

    if (virBufferCheckError(&buf) < 0)
        goto error;

    return virBufferContentAndReset(&buf);

 no_support:
    virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                   _("The QEMU executable %s does not support TPM "
                     "backend type %s"),
9517
                   def->emulator, type);
J
John Ferlan 已提交
9518 9519 9520 9521 9522 9523 9524 9525 9526 9527

 error:
    VIR_FREE(devset);
    VIR_FREE(cancel_path);

    virBufferFreeAndReset(&buf);
    return NULL;
}


9528
static int
9529 9530 9531
qemuBuildTPMCommandLine(virCommandPtr cmd,
                        const virDomainDef *def,
                        virQEMUCapsPtr qemuCaps)
9532 9533
{
    char *optstr;
9534 9535 9536
    int tpmfd = -1;
    int cancelfd = -1;
    char *fdset;
9537

9538 9539 9540 9541
    if (!def->tpm)
        return 0;

    if (!(optstr = qemuBuildTPMBackendStr(def, cmd, qemuCaps,
9542
                                          &tpmfd, &cancelfd)))
9543 9544 9545 9546 9547
        return -1;

    virCommandAddArgList(cmd, "-tpmdev", optstr, NULL);
    VIR_FREE(optstr);

9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565
    if (tpmfd >= 0) {
        fdset = qemuVirCommandGetFDSet(cmd, tpmfd);
        if (!fdset)
            return -1;

        virCommandAddArgList(cmd, "-add-fd", fdset, NULL);
        VIR_FREE(fdset);
    }

    if (cancelfd >= 0) {
        fdset = qemuVirCommandGetFDSet(cmd, cancelfd);
        if (!fdset)
            return -1;

        virCommandAddArgList(cmd, "-add-fd", fdset, NULL);
        VIR_FREE(fdset);
    }

9566
    if (!(optstr = qemuBuildTPMDevStr(def, qemuCaps)))
9567 9568 9569 9570 9571 9572 9573 9574 9575
        return -1;

    virCommandAddArgList(cmd, "-device", optstr, NULL);
    VIR_FREE(optstr);

    return 0;
}


M
Marc-André Lureau 已提交
9576 9577 9578 9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597
static int
qemuBuildVMCoreInfoCommandLine(virCommandPtr cmd,
                               const virDomainDef *def,
                               virQEMUCapsPtr qemuCaps)
{
    virTristateSwitch vmci = def->features[VIR_DOMAIN_FEATURE_VMCOREINFO];

    if (vmci != VIR_TRISTATE_SWITCH_ON)
        return 0;

    if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VMCOREINFO)) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("vmcoreinfo is not available "
                         "with this QEMU binary"));
        return -1;
    }

    virCommandAddArgList(cmd, "-device", "vmcoreinfo", NULL);
    return 0;
}


9598 9599 9600 9601 9602 9603 9604 9605 9606
static int
qemuBuildPanicCommandLine(virCommandPtr cmd,
                          const virDomainDef *def,
                          virQEMUCapsPtr qemuCaps)
{
    size_t i;

    for (i = 0; i < def->npanics; i++) {
        switch ((virDomainPanicModel) def->panics[i]->model) {
9607 9608 9609 9610 9611 9612 9613 9614 9615 9616 9617 9618 9619 9620 9621 9622 9623 9624 9625
        case VIR_DOMAIN_PANIC_MODEL_S390:
            /* For s390 guests, the hardware provides the same
             * functionality as the pvpanic device. The address
             * cannot be configured by the user */
            if (!ARCH_IS_S390(def->os.arch)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("only S390 guests support "
                                 "panic device of model 's390'"));
                return -1;
            }
            if (def->panics[i]->info.type !=
                VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("setting the panic device address is not "
                                 "supported for model 's390'"));
                return -1;
            }
            break;

9626 9627 9628 9629 9630 9631 9632 9633 9634 9635 9636 9637 9638 9639 9640 9641 9642 9643 9644 9645 9646 9647 9648
        case VIR_DOMAIN_PANIC_MODEL_HYPERV:
            /* Panic with model 'hyperv' is not a device, it should
             * be configured in cpu commandline. The address
             * cannot be configured by the user */
            if (!ARCH_IS_X86(def->os.arch)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("only i686 and x86_64 guests support "
                                 "panic device of model 'hyperv'"));
                return -1;
            }
            if (def->panics[i]->info.type !=
                VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("setting the panic device address is not "
                                 "supported for model 'hyperv'"));
                return -1;
            }
            break;

        case VIR_DOMAIN_PANIC_MODEL_PSERIES:
            /* For pSeries guests, the firmware provides the same
             * functionality as the pvpanic device. The address
             * cannot be configured by the user */
9649
            if (!qemuDomainIsPSeries(def)) {
9650 9651 9652 9653 9654 9655 9656 9657 9658 9659 9660 9661 9662 9663 9664 9665 9666 9667
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("only pSeries guests support panic device "
                                 "of model 'pseries'"));
                return -1;
            }
            if (def->panics[i]->info.type !=
                VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("setting the panic device address is not "
                                 "supported for model 'pseries'"));
                return -1;
            }
            break;

        case VIR_DOMAIN_PANIC_MODEL_ISA:
            if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_PANIC)) {
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("the QEMU binary does not support the "
9668
                                 "ISA panic device"));
9669 9670 9671 9672 9673 9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 9685 9686 9687 9688 9689 9690 9691 9692 9693 9694 9695 9696 9697 9698 9699 9700
                return -1;
            }

            switch (def->panics[i]->info.type) {
            case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_ISA:
                virCommandAddArg(cmd, "-device");
                virCommandAddArgFormat(cmd, "pvpanic,ioport=%d",
                                       def->panics[i]->info.addr.isa.iobase);
                break;

            case VIR_DOMAIN_DEVICE_ADDRESS_TYPE_NONE:
                virCommandAddArgList(cmd, "-device", "pvpanic", NULL);
                break;

            default:
                virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                               _("panic is supported only "
                                 "with ISA address type"));
                return -1;
            }

        /* default model value was changed before in post parse */
        case VIR_DOMAIN_PANIC_MODEL_DEFAULT:
        case VIR_DOMAIN_PANIC_MODEL_LAST:
            break;
        }
    }

    return 0;
}


9701 9702
/**
 * qemuBuildPRManagerInfoProps:
9703 9704
 * @disk: disk definition
 * @propsret: Returns JSON object containing properties of the pr-manager-helper object
9705 9706 9707 9708 9709 9710 9711
 *
 * Build the JSON properties for the pr-manager object.
 *
 * Returns: 0 on success (@propsret is NULL if no properties are needed),
 *         -1 on failure (with error message set).
 */
int
9712
qemuBuildPRManagerInfoProps(const virDomainDiskDef *disk,
9713
                            virJSONValuePtr *propsret)
9714 9715 9716 9717 9718 9719
{
    int ret = -1;

    *propsret = NULL;

    if (virJSONValueObjectCreate(propsret,
9720
                                 "s:path", disk->src->pr->path,
9721 9722 9723 9724 9725 9726 9727 9728 9729 9730
                                 NULL) < 0)
        goto cleanup;

    ret = 0;
 cleanup:
    return ret;
}


static int
9731
qemuBuildMasterPRCommandLine(virCommandPtr cmd,
9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742
                             const virDomainDef *def)
{
    size_t i;
    bool managedAdded = false;
    virJSONValuePtr props = NULL;
    char *tmp = NULL;
    int ret = -1;

    for (i = 0; i < def->ndisks; i++) {
        const virDomainDiskDef *disk = def->disks[i];

9743 9744 9745
        if (!disk->src->pr)
            continue;

9746 9747 9748 9749 9750 9751 9752
        if (virStoragePRDefIsManaged(disk->src->pr)) {
            if (managedAdded)
                continue;

            managedAdded = true;
        }

9753
        if (qemuBuildPRManagerInfoProps(disk, &props) < 0)
9754 9755 9756
            goto cleanup;

        if (!(tmp = virQEMUBuildObjectCommandlineFromJSON("pr-manager-helper",
9757
                                                          disk->src->pr->mgralias,
9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773
                                                          props)))
            goto cleanup;
        virJSONValueFree(props);
        props = NULL;

        virCommandAddArgList(cmd, "-object", tmp, NULL);
        VIR_FREE(tmp);
    }

    ret = 0;
 cleanup:
    virJSONValueFree(props);
    return ret;
}


9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 9785 9786 9787 9788 9789 9790 9791 9792 9793 9794 9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 9805 9806 9807 9808 9809 9810
/**
 * qemuBuildCommandLineValidate:
 *
 * Prior to taking the plunge and building a long command line only
 * to find some configuration option isn't valid, let's do a couple
 * of checks and fail early.
 *
 * Returns 0 on success, returns -1 and messages what the issue is.
 */
static int
qemuBuildCommandLineValidate(virQEMUDriverPtr driver,
                             const virDomainDef *def)
{
    size_t i;
    int sdl = 0;
    int vnc = 0;
    int spice = 0;

    if (!virQEMUDriverIsPrivileged(driver)) {
        /* If we have no cgroups then we can have no tunings that
         * require them */

        if (virMemoryLimitIsSet(def->mem.hard_limit) ||
            virMemoryLimitIsSet(def->mem.soft_limit) ||
            virMemoryLimitIsSet(def->mem.swap_hard_limit)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Memory tuning is not available in session mode"));
            return -1;
        }

        if (def->blkio.weight) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("Block I/O tuning is not available in session mode"));
            return -1;
        }

        if (def->cputune.sharesSpecified || def->cputune.period ||
9811 9812
            def->cputune.quota || def->cputune.global_period ||
            def->cputune.global_quota || def->cputune.emulator_period ||
9813 9814
            def->cputune.emulator_quota || def->cputune.iothread_period ||
            def->cputune.iothread_quota) {
9815 9816 9817 9818 9819 9820 9821 9822 9823 9824 9825 9826 9827 9828 9829 9830 9831
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                           _("CPU tuning is not available in session mode"));
            return -1;
        }
    }

    for (i = 0; i < def->ngraphics; ++i) {
        switch (def->graphics[i]->type) {
        case VIR_DOMAIN_GRAPHICS_TYPE_SDL:
            ++sdl;
            break;
        case VIR_DOMAIN_GRAPHICS_TYPE_VNC:
            ++vnc;
            break;
        case VIR_DOMAIN_GRAPHICS_TYPE_SPICE:
            ++spice;
            break;
9832 9833 9834 9835
        case VIR_DOMAIN_GRAPHICS_TYPE_RDP:
        case VIR_DOMAIN_GRAPHICS_TYPE_DESKTOP:
        case VIR_DOMAIN_GRAPHICS_TYPE_LAST:
            break;
9836 9837 9838 9839 9840 9841 9842 9843 9844 9845 9846 9847 9848 9849 9850 9851 9852 9853 9854 9855 9856 9857 9858
        }
    }

    if (sdl > 1 || vnc > 1 || spice > 1) {
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
                       _("only 1 graphics device of each type "
                         "(sdl, vnc, spice) is supported"));
        return -1;
    }

    if (def->virtType == VIR_DOMAIN_VIRT_XEN ||
        def->os.type == VIR_DOMAIN_OSTYPE_XEN ||
        def->os.type == VIR_DOMAIN_OSTYPE_LINUX) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("qemu emulator '%s' does not support xen"),
                       def->emulator);
        return -1;
    }

    return 0;
}


9859 9860 9861 9862 9863
static int
qemuBuildSeccompSandboxCommandLine(virCommandPtr cmd,
                                   virQEMUDriverConfigPtr cfg,
                                   virQEMUCapsPtr qemuCaps ATTRIBUTE_UNUSED)
{
9864
    if (cfg->seccompSandbox == 0) {
9865
        virCommandAddArgList(cmd, "-sandbox", "off", NULL);
9866 9867 9868
        return 0;
    }

9869 9870 9871 9872 9873 9874 9875 9876 9877 9878
    /* Use blacklist by default if supported */
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_SECCOMP_BLACKLIST)) {
        virCommandAddArgList(cmd, "-sandbox",
                             "on,obsolete=deny,elevateprivileges=deny,"
                             "spawn=deny,resourcecontrol=deny",
                             NULL);
        return 0;
    }

    /* Seccomp whitelist is opt-in */
9879
    if (cfg->seccompSandbox > 0)
9880 9881 9882 9883 9884 9885 9886
        virCommandAddArgList(cmd, "-sandbox", "on", NULL);

    return 0;

}


9887 9888 9889 9890 9891
/*
 * Constructs a argv suitable for launching qemu with config defined
 * for a given virtual machine.
 */
virCommandPtr
9892
qemuBuildCommandLine(virQEMUDriverPtr driver,
9893
                     virLogManagerPtr logManager,
9894
                     virDomainObjPtr vm,
9895
                     const char *migrateURI,
9896
                     virDomainSnapshotObjPtr snapshot,
9897
                     virNetDevVPortProfileOp vmop,
9898
                     bool standalone,
9899
                     bool enableFips,
9900
                     size_t *nnicindexes,
9901
                     int **nicindexes)
9902
{
9903
    size_t i;
9904 9905
    char uuid[VIR_UUID_STRING_BUFLEN];
    virCommandPtr cmd = NULL;
9906
    virQEMUDriverConfigPtr cfg = virQEMUDriverGetConfig(driver);
9907
    unsigned int bootHostdevNet = 0;
9908 9909 9910 9911
    qemuDomainObjPrivatePtr priv = vm->privateData;
    virDomainDefPtr def = vm->def;
    virQEMUCapsPtr qemuCaps = priv->qemuCaps;
    bool chardevStdioLogd = priv->chardevStdioLogd;
9912

9913
    VIR_DEBUG("driver=%p def=%p mon=%p json=%d "
9914
              "qemuCaps=%p migrateURI=%s snapshot=%p vmop=%d",
9915
              driver, def, priv->monConfig, priv->monJSON,
9916
              qemuCaps, migrateURI, snapshot, vmop);
9917

9918 9919
    if (qemuBuildCommandLineValidate(driver, def) < 0)
        goto error;
9920

9921 9922
    /*
     * do not use boot=on for drives when not using KVM since this
J
Ján Tomko 已提交
9923
     * is not supported at all in upstream QEMU.
9924
     */
9925
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_KVM) &&
9926
        (def->virtType == VIR_DOMAIN_VIRT_QEMU))
9927
        virQEMUCapsClear(qemuCaps, QEMU_CAPS_DRIVE_BOOT);
9928

J
John Ferlan 已提交
9929
    cmd = virCommandNew(def->emulator);
9930

9931
    virCommandAddEnvPassCommon(cmd);
9932

M
Marc-André Lureau 已提交
9933 9934
    if (qemuBuildNameCommandLine(cmd, cfg, def, qemuCaps) < 0)
        goto error;
C
Cole Robinson 已提交
9935 9936 9937 9938

    if (!standalone)
        virCommandAddArg(cmd, "-S"); /* freeze CPU */

9939
    if (qemuBuildMasterKeyCommandLine(cmd, priv) < 0)
9940 9941
        goto error;

9942
    if (qemuBuildMasterPRCommandLine(cmd, def) < 0)
9943 9944
        goto error;

9945
    if (enableFips)
9946
        virCommandAddArg(cmd, "-enable-fips");
9947

9948
    if (qemuBuildMachineCommandLine(cmd, cfg, def, qemuCaps) < 0)
9949
        goto error;
9950

9951
    if (qemuBuildCpuCommandLine(cmd, driver, def, qemuCaps) < 0)
9952
        goto error;
9953

9954
    qemuBuildDomainLoaderCommandLine(cmd, def);
9955

9956
    if (!migrateURI && !snapshot && qemuDomainAlignMemorySizes(def) < 0)
9957
        goto error;
9958

9959
    if (qemuBuildMemCommandLine(cmd, cfg, def, qemuCaps) < 0)
9960 9961
        goto error;

9962
    if (qemuBuildSmpCommandLine(cmd, def) < 0)
9963 9964
        goto error;

9965
    if (qemuBuildIOThreadCommandLine(cmd, def) < 0)
9966
        goto error;
J
John Ferlan 已提交
9967

9968
    if (virDomainNumaGetNodeCount(def->numa) &&
9969
        qemuBuildNumaArgStr(cfg, def, cmd, priv) < 0)
9970 9971
        goto error;

9972
    if (qemuBuildMemoryDeviceCommandLine(cmd, cfg, def, priv) < 0)
9973
        goto error;
9974

9975
    virUUIDFormat(def->uuid, uuid);
9976
    virCommandAddArgList(cmd, "-uuid", uuid, NULL);
9977

9978
    if (qemuBuildSmbiosCommandLine(cmd, driver, def) < 0)
9979
        goto error;
9980

9981 9982 9983 9984 9985 9986 9987
    /*
     * NB, -nographic *MUST* come before any serial, or monitor
     * or parallel port flags due to QEMU craziness, where it
     * decides to change the serial port & monitor to be on stdout
     * if you ask for nographic. So we have to make sure we override
     * these defaults ourselves...
     */
9988
    if (!def->ngraphics) {
J
Ján Tomko 已提交
9989 9990
        virCommandAddArg(cmd, "-display");
        virCommandAddArg(cmd, "none");
9991

9992
        if (cfg->nogfxAllowHostAudio)
9993
            virCommandAddEnvPassBlockSUID(cmd, "QEMU_AUDIO_DRV", NULL);
9994 9995 9996 9997
        else
            virCommandAddEnvString(cmd, "QEMU_AUDIO_DRV=none");
    }

J
Ján Tomko 已提交
9998
    /* Disable global config files and default devices */
9999
    virCommandAddArg(cmd, "-no-user-config");
J
Ján Tomko 已提交
10000
    virCommandAddArg(cmd, "-nodefaults");
10001

10002 10003
    if (qemuBuildSgaCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10004

10005
    if (qemuBuildMonitorCommandLine(logManager, cmd, cfg, def, priv) < 0)
10006
        goto error;
10007

10008 10009
    if (qemuBuildClockCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10010

10011
    if (qemuBuildPMCommandLine(cmd, def, priv) < 0)
10012
        goto error;
10013

10014
    if (qemuBuildBootCommandLine(cmd, def, qemuCaps) < 0)
10015
        goto error;
J
Ján Tomko 已提交
10016

10017 10018 10019
    if (qemuBuildIOMMUCommandLine(cmd, def, qemuCaps) < 0)
        goto error;

10020 10021
    if (qemuBuildGlobalControllerCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10022

10023 10024
    if (qemuBuildControllerDevCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10025

10026 10027
    if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10028

10029
    if (qemuBuildDiskDriveCommandLine(cmd, def, qemuCaps) < 0)
10030
        goto error;
E
Eric Blake 已提交
10031

10032 10033
    if (qemuBuildFSDevCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10034

10035 10036
    if (qemuBuildNetCommandLine(driver, logManager, cmd, def,
                                qemuCaps, vmop, standalone,
10037 10038
                                nnicindexes, nicindexes, &bootHostdevNet,
                                chardevStdioLogd) < 0)
10039
        goto error;
10040

10041 10042
    if (qemuBuildSmartcardCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                      chardevStdioLogd) < 0)
10043
        goto error;
10044

10045 10046
    if (qemuBuildSerialCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                   chardevStdioLogd) < 0)
10047
        goto error;
M
Martin Kletzander 已提交
10048

10049 10050
    if (qemuBuildParallelsCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                      chardevStdioLogd) < 0)
10051
        goto error;
10052

10053 10054
    if (qemuBuildChannelsCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                     chardevStdioLogd) < 0)
10055
        goto error;
10056

10057 10058
    if (qemuBuildConsoleCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                    chardevStdioLogd) < 0)
10059
        goto error;
10060

10061 10062
    if (qemuBuildTPMCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10063

10064 10065
    if (qemuBuildInputCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10066

10067
    for (i = 0; i < def->ngraphics; ++i) {
J
Ján Tomko 已提交
10068
        if (qemuBuildGraphicsCommandLine(cfg, cmd, qemuCaps,
10069
                                         def->graphics[i]) < 0)
10070 10071
            goto error;
    }
10072

10073 10074
    if (qemuBuildVideoCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10075

10076 10077
    if (qemuBuildSoundCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10078

10079 10080
    if (qemuBuildWatchdogCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10081

10082 10083
    if (qemuBuildRedirdevCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                     chardevStdioLogd) < 0)
10084
        goto error;
10085

10086
    if (qemuBuildHostdevCommandLine(cmd, def, qemuCaps, &bootHostdevNet) < 0)
10087
        goto error;
10088

10089
    if (migrateURI)
10090
        virCommandAddArgList(cmd, "-incoming", migrateURI, NULL);
10091

10092 10093
    if (qemuBuildMemballoonCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10094

10095 10096
    if (qemuBuildRNGCommandLine(logManager, cmd, cfg, def, qemuCaps,
                                chardevStdioLogd) < 0)
10097
        goto error;
10098

10099 10100
    if (qemuBuildNVRAMCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
10101

M
Marc-André Lureau 已提交
10102 10103 10104
    if (qemuBuildVMCoreInfoCommandLine(cmd, def, qemuCaps) < 0)
        goto error;

10105 10106
    if (snapshot)
        virCommandAddArgList(cmd, "-loadvm", snapshot->def->name, NULL);
10107 10108 10109 10110 10111 10112 10113 10114 10115 10116 10117 10118 10119

    if (def->namespaceData) {
        qemuDomainCmdlineDefPtr qemucmd;

        qemucmd = def->namespaceData;
        for (i = 0; i < qemucmd->num_args; i++)
            virCommandAddArg(cmd, qemucmd->args[i]);
        for (i = 0; i < qemucmd->num_env; i++)
            virCommandAddEnvPair(cmd, qemucmd->env_name[i],
                                 qemucmd->env_value[i]
                                 ? qemucmd->env_value[i] : "");
    }

10120 10121
    if (qemuBuildSeccompSandboxCommandLine(cmd, cfg, qemuCaps) < 0)
        goto error;
10122

10123 10124
    if (qemuBuildPanicCommandLine(cmd, def, qemuCaps) < 0)
        goto error;
H
Hu Tao 已提交
10125

10126
    for (i = 0; i < def->nshmems; i++) {
10127
        if (qemuBuildShmemCommandLine(logManager, cmd, cfg,
10128 10129
                                      def, def->shmems[i], qemuCaps,
                                      chardevStdioLogd))
10130 10131 10132
            goto error;
    }

10133 10134
    /* In some situations, eg. VFIO passthrough, QEMU might need to lock a
     * significant amount of memory, so we need to set the limit accordingly */
10135
    virCommandSetMaxMemLock(cmd, qemuDomainGetMemLockLimitBytes(def));
10136

10137 10138 10139 10140
    if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_MSG_TIMESTAMP) &&
        cfg->logTimestamp)
        virCommandAddArgList(cmd, "-msg", "timestamp=on", NULL);

10141
    virObjectUnref(cfg);
10142 10143
    return cmd;

10144
 error:
10145
    virObjectUnref(cfg);
10146 10147 10148 10149
    virCommandFree(cmd);
    return NULL;
}

10150

10151 10152 10153
/* This function generates the correct '-device' string for character
 * devices of each architecture.
 */
10154 10155
static int
qemuBuildSerialChrDeviceStr(char **deviceStr,
10156
                            const virDomainDef *def,
10157
                            virDomainChrDefPtr serial,
10158
                            virQEMUCapsPtr qemuCaps)
10159 10160
{
    virBuffer cmd = VIR_BUFFER_INITIALIZER;
10161
    virQEMUCapsFlags caps;
10162

10163
    switch ((virDomainChrSerialTargetModel) serial->targetModel) {
10164
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_ISA_SERIAL:
10165 10166 10167
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_USB_SERIAL:
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_PCI_SERIAL:
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SPAPR_VTY:
10168 10169
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SCLPCONSOLE:
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_SCLPLMCONSOLE:
10170

10171
        caps = qemuChrSerialTargetModelToCaps(serial->targetModel);
M
Michal Privoznik 已提交
10172

10173 10174 10175 10176
        if (caps && !virQEMUCapsGet(qemuCaps, caps)) {
            virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                           _("'%s' is not supported in this QEMU binary"),
                           virDomainChrSerialTargetModelTypeToString(serial->targetModel));
10177
            goto error;
G
Guannan Ren 已提交
10178
        }
10179
        break;
10180

10181
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_PL011:
10182 10183 10184 10185 10186 10187 10188 10189 10190
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_NONE:
    case VIR_DOMAIN_CHR_SERIAL_TARGET_MODEL_LAST:
        /* Except from _LAST, which is just a guard value and will never
         * be used, all of the above are platform devices, which means
         * qemuBuildSerialCommandLine() will have taken the appropriate
         * branch and we will not have ended up here. */
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("Invalid target model for serial device"));
        goto error;
G
Guannan Ren 已提交
10191 10192
    }

10193 10194 10195 10196
    virBufferAsprintf(&cmd, "%s,chardev=char%s,id=%s",
                      virDomainChrSerialTargetModelTypeToString(serial->targetModel),
                      serial->info.alias, serial->info.alias);

10197 10198 10199
    if (qemuBuildDeviceAddressStr(&cmd, def, &serial->info, qemuCaps) < 0)
        goto error;

10200
    if (virBufferCheckError(&cmd) < 0)
10201 10202
        goto error;

10203 10204
    *deviceStr = virBufferContentAndReset(&cmd);
    return 0;
10205

10206
 error:
10207
    virBufferFreeAndReset(&cmd);
10208 10209 10210 10211 10212 10213 10214 10215
    return -1;
}

static int
qemuBuildParallelChrDeviceStr(char **deviceStr,
                              virDomainChrDefPtr chr)
{
    if (virAsprintf(deviceStr, "isa-parallel,chardev=char%s,id=%s",
J
Ján Tomko 已提交
10216
                    chr->info.alias, chr->info.alias) < 0)
10217 10218
        return -1;
    return 0;
10219
}
10220

10221 10222
static int
qemuBuildChannelChrDeviceStr(char **deviceStr,
10223
                             const virDomainDef *def,
10224
                             virDomainChrDefPtr chr)
10225 10226 10227 10228 10229
{
    int ret = -1;
    char *addr = NULL;
    int port;

10230
    switch ((virDomainChrChannelTargetType)chr->targetType) {
10231 10232 10233 10234 10235 10236 10237 10238
    case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_GUESTFWD:

        addr = virSocketAddrFormat(chr->target.addr);
        if (!addr)
            return ret;
        port = virSocketAddrGetPort(chr->target.addr);

        if (virAsprintf(deviceStr,
10239
                        "user,guestfwd=tcp:%s:%i-chardev:char%s,id=user-%s",
J
Ján Tomko 已提交
10240
                        addr, port, chr->info.alias, chr->info.alias) < 0)
10241 10242 10243 10244
            goto cleanup;
        break;

    case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_VIRTIO:
10245
        if (!(*deviceStr = qemuBuildVirtioSerialPortDevStr(def, chr)))
10246
            goto cleanup;
10247 10248
        break;

J
Joao Martins 已提交
10249
    case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_XEN:
10250 10251 10252 10253 10254 10255
    case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_NONE:
    case VIR_DOMAIN_CHR_CHANNEL_TARGET_TYPE_LAST:
        return ret;
    }

    ret = 0;
10256
 cleanup:
10257 10258 10259 10260 10261 10262
    VIR_FREE(addr);
    return ret;
}

static int
qemuBuildConsoleChrDeviceStr(char **deviceStr,
10263
                             const virDomainDef *def,
10264
                             virDomainChrDefPtr chr)
10265 10266 10267
{
    int ret = -1;

10268
    switch ((virDomainChrConsoleTargetType)chr->targetType) {
10269 10270 10271 10272 10273 10274 10275
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLP:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SCLPLM:
        if (!(*deviceStr = qemuBuildSclpDevStr(chr)))
            goto cleanup;
        break;

    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_VIRTIO:
10276
        if (!(*deviceStr = qemuBuildVirtioSerialPortDevStr(def, chr)))
10277 10278 10279 10280
            goto cleanup;
        break;

    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_SERIAL:
10281 10282
        break;

10283 10284 10285 10286 10287 10288
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_NONE:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_XEN:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_UML:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_LXC:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_OPENVZ:
    case VIR_DOMAIN_CHR_CONSOLE_TARGET_TYPE_LAST:
10289 10290 10291 10292
        virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
                       _("unsupported console target type %s"),
                       NULLSTR(virDomainChrConsoleTargetTypeToString(chr->targetType)));
        goto cleanup;
10293 10294 10295
    }

    ret = 0;
10296
 cleanup:
10297 10298 10299 10300 10301
    return ret;
}

int
qemuBuildChrDeviceStr(char **deviceStr,
10302
                      const virDomainDef *vmdef,
10303 10304 10305 10306 10307
                      virDomainChrDefPtr chr,
                      virQEMUCapsPtr qemuCaps)
{
    int ret = -1;

10308
    switch ((virDomainChrDeviceType)chr->deviceType) {
10309
    case VIR_DOMAIN_CHR_DEVICE_TYPE_SERIAL:
10310
        ret = qemuBuildSerialChrDeviceStr(deviceStr, vmdef, chr, qemuCaps);
10311 10312 10313 10314 10315 10316 10317
        break;

    case VIR_DOMAIN_CHR_DEVICE_TYPE_PARALLEL:
        ret = qemuBuildParallelChrDeviceStr(deviceStr, chr);
        break;

    case VIR_DOMAIN_CHR_DEVICE_TYPE_CHANNEL:
10318
        ret = qemuBuildChannelChrDeviceStr(deviceStr, vmdef, chr);
10319 10320 10321
        break;

    case VIR_DOMAIN_CHR_DEVICE_TYPE_CONSOLE:
10322
        ret = qemuBuildConsoleChrDeviceStr(deviceStr, vmdef, chr);
10323 10324 10325 10326 10327 10328 10329 10330
        break;

    case VIR_DOMAIN_CHR_DEVICE_TYPE_LAST:
        return ret;
    }

    return ret;
}
10331 10332 10333 10334 10335 10336 10337 10338 10339 10340 10341 10342 10343 10344 10345 10346 10347 10348 10349 10350 10351 10352 10353 10354


virJSONValuePtr
qemuBuildHotpluggableCPUProps(const virDomainVcpuDef *vcpu)
{
    qemuDomainVcpuPrivatePtr vcpupriv = QEMU_DOMAIN_VCPU_PRIVATE(vcpu);
    virJSONValuePtr ret = NULL;

    if (virJSONValueObjectCreate(&ret, "s:driver", vcpupriv->type,
                                       "s:id", vcpupriv->alias, NULL) < 0)
        goto error;

    if (vcpupriv->socket_id != -1 &&
        virJSONValueObjectAdd(ret, "i:socket-id", vcpupriv->socket_id, NULL) < 0)
        goto error;

    if (vcpupriv->core_id != -1 &&
        virJSONValueObjectAdd(ret, "i:core-id", vcpupriv->core_id, NULL) < 0)
        goto error;

    if (vcpupriv->thread_id != -1 &&
        virJSONValueObjectAdd(ret, "i:thread-id", vcpupriv->thread_id, NULL) < 0)
        goto error;

10355 10356 10357 10358
    if (vcpupriv->node_id != -1 &&
        virJSONValueObjectAdd(ret, "i:node-id", vcpupriv->node_id, NULL) < 0)
        goto error;

10359 10360 10361 10362 10363 10364
    return ret;

 error:
    virJSONValueFree(ret);
    return NULL;
}