1. 12 6月, 2015 1 次提交
  2. 10 6月, 2015 1 次提交
    • G
      fw_cfg: insert fw_cfg file blobs via qemu cmdline · 81b2b810
      Gabriel L. Somlo 提交于
      Allow user supplied files to be inserted into the fw_cfg
      device before starting the guest. Since fw_cfg_add_file()
      already disallows duplicate fw_cfg file names, qemu will
      exit with an error message if the user supplies multiple
      blobs with the same fw_cfg file name, or if a blob name
      collides with a fw_cfg name programmatically added from
      within the QEMU source code. A warning message will be
      printed if the fw_cfg item name does not begin with the
      prefix "opt/", which is recommended for external, user
      provided blobs.
      Signed-off-by: NGabriel Somlo <somlo@cmu.edu>
      Reviewed-by: NLaszlo Ersek <lersek@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      81b2b810
  3. 08 6月, 2015 1 次提交
  4. 05 6月, 2015 2 次提交
  5. 03 6月, 2015 1 次提交
  6. 01 6月, 2015 1 次提交
  7. 29 5月, 2015 1 次提交
  8. 27 5月, 2015 1 次提交
    • T
      net: Change help text to list -netdev instead of -net by default · 6a8b4a5b
      Thomas Huth 提交于
      Looking at the output of "qemu-system-xxx -help", you easily get
      the impression that "-net" is the preferred way instead of "-netdev"
      to specify host network interface, since the "-net" option is
      omnipresent but the "-netdev" option is only listed as a one-liner
      at the end. This is ugly since "-net" is considered as legacy and
      even might be removed one day. Thus, this patch switches the output
      to explain the host network interfaces with the "-netdev" option
      instead, moving the old "-net" option into some few lines at
      the end.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Message-id: 1431701904-12230-1-git-send-email-thuth@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      6a8b4a5b
  9. 30 4月, 2015 1 次提交
  10. 19 3月, 2015 2 次提交
  11. 16 3月, 2015 2 次提交
    • A
      migration: Allow to suppress vmdesc submission · 9850c604
      Alexander Graf 提交于
      We now always send a JSON blob describing the migration file format as part
      of the migration stream. However, some tools built around QEMU have proven
      to stumble over this.
      
      This patch gives the user the chance to disable said self-describing part of
      the migration stream. To disable vmdesc submission, just add
      
        -machine suppress-vmdesc=on
      
      to your QEMU command line.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      9850c604
    • T
      s390x: CPACF: Handle key wrap machine options · 2eb1cd07
      Tony Krowiak 提交于
      Check for the aes_key_wrap and dea_key_wrap machine options and set the
      appropriate KVM device attribute(s) to tell the kernel to enable or disable
      the AES/DEA protected key functions for the guest domain.
      
      This patch introduces two new machine options for indicating the state of
      AES/DEA key wrapping functions.  This controls whether the guest will
      have access to the AES/DEA crypto functions.
      
      aes_key_wrap="on | off" is changed to aes-key-wrap="on | off"
      dea_key_wrap="on | off" is changed to dea-key-wrap="on | off"
      
      Check for the aes-key-wrap and dea-key-wrap machine options and set the
      appropriate KVM device attribute(s) to tell the kernel to enable or disable
      the AES/DEA protected key functions for the guest domain.
      Reviewed-by: NDavid Hildenbrand <dahi@linux.vnet.ibm.com>
      Signed-off-by: NTony Krowiak <akrowiak@linux.vnet.ibm.com>
      Signed-off-by: NJens Freimann <jfrei@linux.vnet.ibm.com>
      Message-Id: <1426164834-38648-4-git-send-email-jfrei@linux.vnet.ibm.com>
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      2eb1cd07
  12. 10 3月, 2015 2 次提交
  13. 05 3月, 2015 1 次提交
  14. 22 1月, 2015 1 次提交
  15. 11 12月, 2014 1 次提交
    • L
      Add the "-semihosting-config" option. · a38bb079
      Liviu Ionescu 提交于
      The usual semihosting behaviour is to process the system calls locally and
      return; unfortuantelly the initial implementation dinamically changed the
      target to GDB during debug sessions, which, for the usual arm-none-eabi-gdb,
      is not implemented. The result was that during debug sessions the semihosting
      calls were discarded.
      
      This patch adds a configuration variable and an option to set it on the
      command line:
      
          -semihosting-config [enable=on|off,]target=native|gdb|auto
      
      This option enables semihosting and defines where the semihosting calls will
      be addressed, to QEMU ('native') or to GDB ('gdb'). The default is auto, which
      means 'gdb' during debug sessions and 'native' otherwise.
      Signed-off-by: NLiviu Ionescu <ilg@livius.net>
      Message-id: 1416341957-9796-1-git-send-email-ilg@livius.net
      [PMM: moved declaration and definition of semihosting_target to
       gdbstub.h and gdbstub.c to fix build failure on linux-user]
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a38bb079
  16. 10 12月, 2014 1 次提交
  17. 26 11月, 2014 1 次提交
  18. 02 11月, 2014 1 次提交
  19. 31 10月, 2014 1 次提交
  20. 27 10月, 2014 1 次提交
    • M
      aio / timers: De-document -clock · e218052f
      Markus Armbruster 提交于
      Commit 6d327171 "aio / timers: Remove alarm timers" has issues:
      
      1. It silently ignores -clock for backward compatibility.
      Incompatible change: -clock help no longer terminates the program.
      Tolerable.
      
      2. Failed to update option documentation.  In particular, -help still
      advises users to try -clock help for available timers.  Drop all
      documentation on -clock.
      
      3. The 'query-alarm-clock' example in docs/writing-commands.txt no
      longer works, and needs to be redone.  Can't do that right now, so I
      just stick in a FIXME.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      e218052f
  21. 04 10月, 2014 1 次提交
  22. 01 9月, 2014 1 次提交
  23. 29 8月, 2014 3 次提交
  24. 16 8月, 2014 1 次提交
  25. 15 8月, 2014 2 次提交
  26. 06 8月, 2014 2 次提交
  27. 26 7月, 2014 1 次提交
  28. 27 6月, 2014 1 次提交
    • A
      net: L2TPv3 transport · 3fb69aa1
      Anton Ivanov 提交于
      This transport allows to connect a QEMU nic to a static Ethernet
      over L2TPv3 tunnel. The transport supports all options present
      in the Linux kernel implementation. It allows QEMU to connect
      to any Linux host running kernel 3.3+, most routers and network
      devices as well as other QEMU instances.
      
      [Fixed up net_client_init1() switch statement to support -netdev
      --Stefan]
      Signed-off-by: NAnton Ivanov <antivano@cisco.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      3fb69aa1
  29. 24 6月, 2014 1 次提交
  30. 19 6月, 2014 3 次提交