1. 06 9月, 2017 2 次提交
    • M
      conf: Validate device on update-device · c57f3fd2
      Michal Privoznik 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1439991
      
      Whenever a device is being updated via
      virDomainUpdateDeviceFlags() API, we parse the device XML and
      ideally run some generic checks to validate the configuration
      (e.g. if device defines per-device boot order but the domain has
      os/boot element already). Well, that's the theory - due to a
      missing check we've jumped early from that check function.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NErik Skultety <eskultet@redhat.com>
      c57f3fd2
    • A
      m4: Disable -Wdisabled-optimization · fbe315bd
      Andrea Bolognani 提交于
      After b4f7793c, qemuxml2xmltest has apparently become big enough
      to trigger a compilation error when using --enable-test-coverage on
      aarch64:
      
          CC       qemuxml2xmltest.o
        qemuxml2xmltest.c: In function 'mymain':
        qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization]
         }
         ^
        qemuxml2xmltest.c:1216:1: error: PRE disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization]
        qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization]
        qemuxml2xmltest.c:1216:1: error: const/copy propagation disabled: 4361 basic blocks and 99285 registers [-Werror=disabled-optimization]
      
      However, as the GCC documentation states, this warning is not really
      caused by issues in our code, so it makes sense to disable it.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NDaniel P. Berrange <berrange@redhat.com>
      fbe315bd
  2. 05 9月, 2017 6 次提交
  3. 04 9月, 2017 8 次提交
  4. 02 9月, 2017 3 次提交
  5. 01 9月, 2017 4 次提交
  6. 31 8月, 2017 4 次提交
  7. 30 8月, 2017 9 次提交
  8. 29 8月, 2017 4 次提交