1. 21 4月, 2017 2 次提交
  2. 28 2月, 2017 1 次提交
  3. 24 2月, 2017 2 次提交
    • H
      virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues · b1914b82
      Halil Pasic 提交于
      The maximal number of virtqueues per device can be limited on a per
      transport basis. For virtio-ccw this limit is defined by
      VIRTIO_CCW_QUEUE_MAX, however the limitation used to come form the
      number of adapter routes supported by flic (via notifiers).
      
      Recently the limitation of the flic was adjusted so that it can
      accommodate VIRTIO_QUEUE_MAX queues, and is in the meanwhile checked for
      separately too.
      
      Let us remove the transport specific limitation of virtio-ccw by
      dropping VIRTIO_CCW_QUEUE_MAX and using VIRTIO_QUEUE_MAX instead.
      Signed-off-by: NHalil Pasic <pasic@linux.vnet.ibm.com>
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      b1914b82
    • H
      s390x: bump ADAPTER_ROUTES_MAX_GSI · 069097da
      Halil Pasic 提交于
      Let's increase ADAPTER_ROUTES_MAX_GSI to VIRTIO_QUEUE_MAX which is the
      largest demand foreseeable at the moment. Let us add a compatibility
      macro for the previous machines so client code can maintain backwards
      migration compatibility
      
      To not mess up migration compatibility for virtio-ccw
      VIRTIO_CCW_QUEUE_MAX is left at it's current value, and will be dropped
      when virtio-ccw is converted to use the capability of the flic
      introduced by this patch.
      Signed-off-by: NHalil Pasic <pasic@linux.vnet.ibm.com>
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      069097da
  4. 20 1月, 2017 2 次提交
  5. 19 9月, 2016 1 次提交
  6. 06 9月, 2016 1 次提交
  7. 05 9月, 2016 1 次提交
  8. 20 7月, 2016 1 次提交
  9. 11 7月, 2016 2 次提交
  10. 20 6月, 2016 1 次提交
  11. 14 6月, 2016 1 次提交
  12. 21 5月, 2016 1 次提交
  13. 19 5月, 2016 1 次提交
  14. 17 5月, 2016 3 次提交
  15. 23 3月, 2016 2 次提交
    • P
      hw: explicitly include qemu-common.h and cpu.h · 4771d756
      Paolo Bonzini 提交于
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      4771d756
    • M
      include/qemu/osdep.h: Don't include qapi/error.h · da34e65c
      Markus Armbruster 提交于
      Commit 57cb38b3 included qapi/error.h into qemu/osdep.h to get the
      Error typedef.  Since then, we've moved to include qemu/osdep.h
      everywhere.  Its file comment explains: "To avoid getting into
      possible circular include dependencies, this file should not include
      any other QEMU headers, with the exceptions of config-host.h,
      compiler.h, os-posix.h and os-win32.h, all of which are doing a
      similar job to this file and are under similar constraints."
      qapi/error.h doesn't do a similar job, and it doesn't adhere to
      similar constraints: it includes qapi-types.h.  That's in excess of
      100KiB of crap most .c files don't actually need.
      
      Add the typedef to qemu/typedefs.h, and include that instead of
      qapi/error.h.  Include qapi/error.h in .c files that need it and don't
      get it now.  Include qapi-types.h in qom/object.h for uint16List.
      
      Update scripts/clean-includes accordingly.  Update it further to match
      reality: replace config.h by config-target.h, add sysemu/os-posix.h,
      sysemu/os-win32.h.  Update the list of includes in the qemu/osdep.h
      comment quoted above similarly.
      
      This reduces the number of objects depending on qapi/error.h from "all
      of them" to less than a third.  Unfortunately, the number depending on
      qapi-types.h shrinks only a little.  More work is needed for that one.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      [Fix compilation without the spice devel packages. - Paolo]
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      da34e65c
  16. 17 3月, 2016 1 次提交
    • E
      machine: Use type_init() to register machine classes · 0e6aac87
      Eduardo Habkost 提交于
      Change all machine_init() users that simply call type_register*()
      to use type_init().
      
      Cc: Evgeny Voevodin <e.voevodin@samsung.com>
      Cc: Maksim Kozlov <m.kozlov@samsung.com>
      Cc: Igor Mitsyanko <i.mitsyanko@gmail.com>
      Cc: Dmitry Solodkiy <d.solodkiy@samsung.com>
      Cc: Peter Maydell <peter.maydell@linaro.org>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Andrzej Zaborowski <balrogg@gmail.com>
      Cc: Michael Walle <michael@walle.cc>
      Cc: "Hervé Poussineau" <hpoussin@reactos.org>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Cc: Leon Alrae <leon.alrae@imgtec.com>
      Cc: Alexander Graf <agraf@suse.de>
      Cc: David Gibson <david@gibson.dropbear.id.au>
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
      Cc: Max Filippov <jcmvbkbc@gmail.com>
      Cc: "Michael S. Tsirkin" <mst@redhat.com>
      Acked-by: NMarcel Apfelbaum <marcel@redhat.com>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Acked-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      0e6aac87
  17. 10 3月, 2016 5 次提交
  18. 29 1月, 2016 1 次提交
  19. 13 1月, 2016 2 次提交
  20. 12 11月, 2015 1 次提交
  21. 30 10月, 2015 1 次提交
  22. 21 10月, 2015 2 次提交
  23. 20 10月, 2015 1 次提交
  24. 02 10月, 2015 1 次提交
  25. 24 9月, 2015 1 次提交
  26. 19 9月, 2015 2 次提交