You need to sign in or sign up before continuing.
  1. 11 3月, 2019 1 次提交
  2. 06 3月, 2019 1 次提交
  3. 05 3月, 2019 10 次提交
  4. 24 2月, 2019 1 次提交
  5. 19 2月, 2019 1 次提交
  6. 08 2月, 2019 1 次提交
  7. 02 1月, 2019 3 次提交
  8. 18 12月, 2018 2 次提交
  9. 03 12月, 2018 1 次提交
  10. 28 11月, 2018 1 次提交
  11. 19 11月, 2018 1 次提交
  12. 16 11月, 2018 1 次提交
    • M
      qemu: add memfd source type · 24b74d18
      Marc-André Lureau 提交于
      Add a new memoryBacking source type "memfd", supported by QEMU (when
      the capability is available).
      
      A memfd is a specialized anonymous memory kind. As such, an anonymous
      source type could be automatically using a memfd. However, there are
      some complications when migrating from different memory backends in
      qemu (mainly due to the internal object naming at this point, but
      there could be more). For now, it is simpler and safer to simply
      introduce a new source type "memfd". Eventually, the "anonymous" type
      could learn to use memfd transparently in a separate change.
      
      The main benefits are that it doesn't need to create filesystem files,
      and it also enforces sealing, providing a bit more safety.
      Signed-off-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      24b74d18
  13. 15 11月, 2018 6 次提交
  14. 30 10月, 2018 1 次提交
  15. 25 9月, 2018 1 次提交
  16. 13 9月, 2018 1 次提交
  17. 28 8月, 2018 1 次提交
    • A
      qemu: Introduce 16550A serial console model · 9610eaa4
      Andrea Bolognani 提交于
      None of the existing models is suitable for use with
      RISC-V virt guests, and we don't want information about
      the serial console to be missing from the XML.
      
      The name is based on comments in qemu/hw/riscv/virt.c:
      
        RISC-V machine with 16550a UART and VirtIO MMIO
      
      and in qemu/hw/char/serial.c:
      
        QEMU 16550A UART emulation
      
      along with the output of dmesg in the guest:
      
        Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
        10000000.uart: ttyS0 at MMIO 0x10000000 (irq = 13,
          base_baud= 230400) is a 16550A
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      9610eaa4
  18. 21 8月, 2018 1 次提交
  19. 17 8月, 2018 3 次提交
  20. 14 8月, 2018 1 次提交
  21. 08 8月, 2018 1 次提交