1. 16 6月, 2014 1 次提交
    • A
      spapr: Add support for time base offset migration · 98a8b524
      Alexey Kardashevskiy 提交于
      This allows guests to have a different timebase origin from the host.
      
      This is needed for migration, where a guest can migrate from one host
      to another and the two hosts might have a different timebase origin.
      However, the timebase seen by the guest must not go backwards, and
      should go forwards only by a small amount corresponding to the time
      taken for the migration.
      
      This is only supported for recent POWER hardware which has the TBU40
      (timebase upper 40 bits) register. That includes POWER6, 7, 8 but not
      970.
      
      This adds kvm_access_one_reg() to access a special register which is not
      in env->spr. This requires kvm_set_one_reg/kvm_get_one_reg patch.
      
      The feature must be present in the host kernel.
      
      This bumps vmstate_spapr::version_id and enables new vmstate_ppc_timebase
      only for it. Since the vmstate_spapr::minimum_version_id remains
      unchanged, migration from older QEMU is supported but without
      vmstate_ppc_timebase.
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      98a8b524
  2. 10 6月, 2014 1 次提交
  3. 02 6月, 2014 2 次提交
  4. 26 5月, 2014 3 次提交
  5. 25 5月, 2014 1 次提交
  6. 16 5月, 2014 1 次提交
    • G
      input: switch sparc32 kbd to new input api · 65e7545e
      Gerd Hoffmann 提交于
      Nasty 0xe0 logic is gone.  We map through QKeyCode now, giving us a
      nice, readable mapping table.
      
      Quick smoke test in OpenFirmware looks ok.  Careful check from arch
      maintainers would be very nice, especially on the capslock and numlock
      logic.  I'm not fully sure whenever I got it translated correctly and
      also what it is supposed to do in the first place ...
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      65e7545e
  7. 13 5月, 2014 1 次提交
  8. 05 5月, 2014 1 次提交
  9. 28 4月, 2014 2 次提交
  10. 25 4月, 2014 1 次提交
  11. 23 4月, 2014 1 次提交
    • G
      usb: mtp filesharing · 840a178c
      Gerd Hoffmann 提交于
      Implementation of a USB Media Transfer Device device for easy
      filesharing.  Read-only.  No access control inside qemu, it will
      happily export any file it is able to open to the guest, i.e.
      standard unix access rights for the qemu process apply.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      840a178c
  12. 01 4月, 2014 1 次提交
  13. 27 3月, 2014 1 次提交
  14. 25 3月, 2014 1 次提交
  15. 09 3月, 2014 2 次提交
  16. 05 3月, 2014 5 次提交
  17. 27 2月, 2014 2 次提交
  18. 19 2月, 2014 1 次提交
  19. 09 2月, 2014 1 次提交
  20. 16 1月, 2014 1 次提交
    • G
      usb: add support for microsoft os descriptors · 5319dc7b
      Gerd Hoffmann 提交于
      This patch adds support for special usb descriptors used by microsoft
      windows.  They allow more fine-grained control over driver binding and
      adding entries to the registry for configuration.
      
      As this is a guest-visible change the "msos-desc" compat property
      has been added to turn this off for 1.7 + older
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      5319dc7b
  21. 03 12月, 2013 5 次提交
  22. 28 11月, 2013 2 次提交
  23. 21 9月, 2013 2 次提交
  24. 20 9月, 2013 1 次提交