1. 17 1月, 2017 1 次提交
  2. 10 1月, 2017 2 次提交
  3. 25 11月, 2016 2 次提交
  4. 22 10月, 2016 1 次提交
  5. 25 5月, 2016 1 次提交
  6. 19 4月, 2016 1 次提交
  7. 15 1月, 2016 2 次提交
  8. 15 12月, 2015 1 次提交
    • J
      security_dac: remove extra Security from function names · be33e965
      Ján Tomko 提交于
      Many of the functions follow the pattern:
      virSecurity.*Security.*Label
      
      Remove the second 'Security' from the names, it should be obvious
      that the virSecurity* functions deal with security labels even
      without it.
      be33e965
  9. 09 12月, 2015 1 次提交
  10. 30 11月, 2015 1 次提交
  11. 12 11月, 2015 1 次提交
  12. 16 10月, 2015 6 次提交
  13. 24 8月, 2015 2 次提交
  14. 11 12月, 2014 2 次提交
  15. 25 9月, 2014 1 次提交
  16. 10 9月, 2014 1 次提交
    • M
      qemu: Implement extended loader and nvram · 54289916
      Michal Privoznik 提交于
      QEMU now supports UEFI with the following command line:
      
        -drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,readonly=on \
        -drive file=/usr/share/OVMF/OVMF_VARS.fd,if=pflash,format=raw,unit=1 \
      
      where the first line reflects <loader> and the second one <nvram>.
      Moreover, these two lines obsolete the -bios argument.
      
      Note that UEFI is unusable without ACPI. This is handled properly now.
      Among with this extension, the variable file is expected to be
      writable and hence we need security drivers to label it.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Acked-by: NLaszlo Ersek <lersek@redhat.com>
      54289916
  17. 24 7月, 2014 8 次提交
  18. 11 7月, 2014 2 次提交
  19. 09 7月, 2014 2 次提交
  20. 08 7月, 2014 1 次提交
  21. 26 6月, 2014 1 次提交