1. 27 1月, 2020 2 次提交
    • P
      tests: qemuxml2argv: Use 64 bit qemu binary and 1.5 machine type in 'disk-cache' case · 66cba5c0
      Peter Krempa 提交于
      The data is tested against the latest qemu binaries so we should use the
      proper architecture. Also the test is used against data from qemu 1.5.3
      and thus we should use a machine type that qemu supported.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      66cba5c0
    • D
      qemu: add support for running QEMU driver in embedded mode · 068efae5
      Daniel P. Berrangé 提交于
      This enables support for running QEMU embedded to the calling
      application process using a URI:
      
         qemu:///embed?root=/some/path
      
      Note that it is important to keep the path reasonably short to
      avoid risk of hitting the limit on UNIX socket path names
      which is 108 characters.
      
      When using the embedded mode with a root=/var/tmp/embed, the
      driver will use the following paths:
      
                      logDir: /var/tmp/embed/log/qemu
                 swtpmLogDir: /var/tmp/embed/log/swtpm
               configBaseDir: /var/tmp/embed/etc/qemu
                    stateDir: /var/tmp/embed/run/qemu
               swtpmStateDir: /var/tmp/embed/run/swtpm
                    cacheDir: /var/tmp/embed/cache/qemu
                      libDir: /var/tmp/embed/lib/qemu
             swtpmStorageDir: /var/tmp/embed/lib/swtpm
       defaultTLSx509certdir: /var/tmp/embed/etc/pki/qemu
      
      These are identical whether the embedded driver is privileged
      or unprivileged.
      
      This compares with the system instance which uses
      
                      logDir: /var/log/libvirt/qemu
                 swtpmLogDir: /var/log/swtpm/libvirt/qemu
               configBaseDir: /etc/libvirt/qemu
                    stateDir: /run/libvirt/qemu
               swtpmStateDir: /run/libvirt/qemu/swtpm
                    cacheDir: /var/cache/libvirt/qemu
                      libDir: /var/lib/libvirt/qemu
             swtpmStorageDir: /var/lib/libvirt/swtpm
       defaultTLSx509certdir: /etc/pki/qemu
      
      At this time all features present in the QEMU driver are available when
      running in embedded mode, availability matching whether the embedded
      driver is privileged or unprivileged.
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      068efae5
  2. 25 1月, 2020 2 次提交
  3. 24 1月, 2020 2 次提交
  4. 23 1月, 2020 1 次提交
  5. 22 1月, 2020 1 次提交
  6. 17 1月, 2020 7 次提交
  7. 16 1月, 2020 12 次提交
  8. 13 1月, 2020 6 次提交
  9. 10 1月, 2020 2 次提交
  10. 09 1月, 2020 1 次提交
  11. 07 1月, 2020 1 次提交
  12. 06 1月, 2020 1 次提交
  13. 03 1月, 2020 2 次提交