1. 13 10月, 2013 5 次提交
  2. 12 10月, 2013 6 次提交
    • A
      Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into staging · 1cdae457
      Anthony Liguori 提交于
      # By Mark Wu (2) and Tomoki Sekiyama (1)
      # Via Michael Roth
      * mdroth/qga-pull-2013-10-10:
        qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
        qemu-ga: Add interface to traverse the qmp command list by QmpCommand
        qemu-ga: execute fsfreeze-freeze in reverse order of mounts
      
      Message-id: 1381435782-25524-1-git-send-email-mdroth@linux.vnet.ibm.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      1cdae457
    • A
      Merge remote-tracking branch 'rth/tcg-pull' into staging · ab1eb72b
      Anthony Liguori 提交于
      # By Richard Henderson
      # Via Richard Henderson
      * rth/tcg-pull:
        exec: Add both big- and little-endian memory helpers
        tcg: Add qemu_ld_st_i32/64
        tcg: Add TCGMemOp
        configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
        tcg: Add tcg-be-ldst.h
        tcg: Add tcg-be-null.h
        exec: Delete is_tcg_gen_code and GETRA_EXT
        tcg-aarch64: Update to helper_ret_*_mmu routines
        tcg: Merge tcg_register_helper into tcg_context_init
        tcg: Add tcg-runtime.c helpers to all_helpers
        tcg: Put target helper data into an array.
        tcg: Remove stray semi-colons from target-*/helper.h
        tcg: Move helper registration into tcg_context_init
        target-m68k: Rename helpers.h to helper.h
        tcg: Use a GHashTable for tcg_find_helper
        tcg: Delete tcg_helper_get_name declaration
        tcg-hppa: Remove tcg backend
      
      Message-id: 1381440525-6666-1-git-send-email-rth@twiddle.net
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      ab1eb72b
    • M
      qdev-monitor: Group "device_add help" and "info qdm" by category · a3400aee
      Markus Armbruster 提交于
      Output is a long, unsorted list.  Not very helpful.  Print one list
      per device category instead, with a header line identifying the
      category, plus a list of uncategorized devices.  Print each list in
      case-insenitive alphabetical order.
      
      Devices with multiple categories are listed multiple times.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NMarcel Apfelbaum <marcel.a@redhat.com>
      Message-id: 1381410021-1538-3-git-send-email-armbru@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      a3400aee
    • M
      Mostly revert "qemu-help: Sort devices by logical functionality" · 1fc224b4
      Markus Armbruster 提交于
      This reverts most of commit 3d1237fb.
      
      The commit claims to sort the output of "-device help" "by
      functionality rather than alphabetical".  Issues:
      
      * The output was unsorted before, not alphabetically sorted.
        Misleading, but harmless enough.
      
      * The commit doesn't just sort the output of "-device help" as it
        claims, it adds categories to each line of "-device help", and it
        prints devices once per category.  In particular, devices without a
        category aren't shown anymore.  Maybe such devices should not exist,
        but they do.  Regression.
      
      * Categories are also added to the output of "info qdm".  Silent
        change, not nice.  Output remains unsorted, unlike "-device help".
      
      I'm going to reimplement the feature we actually want, without the
      warts.  Reverting the flawed commit first should make it easier to
      review.  However, I can't revert it completely, since DeviceClass
      member categories has been put to use.  So leave that part in.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NMarcel Apfelbaum <marcel.a@redhat.com>
      Message-id: 1381410021-1538-2-git-send-email-armbru@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      1fc224b4
    • S
      Use qemu-project.org domain name · 85938981
      Stefan Hajnoczi 提交于
      qemu.org is held by a third-party and no core community contributor has
      access to the DNS configuration.  This leaves the website exposed to
      outages due to DNS issues or IP address changes.  For example, if the
      web server IP address needs to change we cannot guarantee qemu.org will
      point to it!
      
      The newer qemu-project.org domain name is owned by Anthony Liguori
      <anthony@codemonkey.ws>.  You can confirm this by querying the whois
      information.  Also note that the #qemu IRC channel topic already
      references qemu-project.org.
      
      Short of having a dedicated legal entity to hold the domain name on
      behalf of the community, qemu-project.org seems like the safest bet.
      
      Let's replace references to qemu.org with qemu-project.org.
      
      Note that git-submodule(1) does not detect URL changes.  The following
      commands clear out and re-initialize all submodules to ensure you are
      using the latest URLs:
      
        $ git submodule deinit . # you'll be warned if you have local changes
        $ rm -rf .git/modules    # also clear cached .git/ directories
        $ git submodule update --init
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      85938981
    • A
      Merge remote-tracking branch 'kwolf/for-anthony' into staging · 33c6cae4
      Anthony Liguori 提交于
      # By Max Reitz (30) and others
      # Via Kevin Wolf
      * kwolf/for-anthony: (61 commits)
        qemu-iotests: Add test for inactive L2 overlap
        qemu-io: Let "open" pass options to block driver
        vmdk: Fix vmdk_parse_extents
        blockdev: blockdev_init() error conversion
        blockdev: Don't disable COR automatically with blockdev-add
        blockdev: Remove 'media' parameter from blockdev_init()
        qemu-iotests: Check autodel behaviour for device_del
        blockdev: Remove IF_* check for read-only blockdev_init
        blockdev: Move virtio-blk device creation to drive_init
        blockdev: Move bus/unit/index processing to drive_init
        blockdev: Move parsing of 'boot' option to drive_init
        blockdev: Moving parsing of geometry options to drive_init
        blockdev: Move parsing of 'if' option to drive_init
        blockdev: Move parsing of 'media' option to drive_init
        blockdev: Pass QDict to blockdev_init()
        blockdev: Separate ID generation from DriveInfo creation
        blockdev: 'blockdev-add' QMP command
        blockdev: Introduce DriveInfo.enable_auto_del
        qapi-types/visit.py: Inheritance for structs
        qapi-types/visit.py: Pass whole expr dict for structs
        ...
      
      Message-id: 1381503951-27985-1-git-send-email-kwolf@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      33c6cae4
  3. 11 10月, 2013 29 次提交