1. 11 5月, 2015 8 次提交
    • S
      pci: add rocker device ID · 5dcc2637
      Scott Feldman 提交于
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Signed-off-by: NJiri Pirko <jiri@resnulli.us>
      Message-id: 1426306173-24884-5-git-send-email-sfeldma@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      5dcc2637
    • S
      rocker: add register programming guide · bbc53c7e
      Scott Feldman 提交于
      This is the register programming guide for the Rocker device.  It's intended
      for driver writers and device writers.  It covers the device's PCI space,
      the register set, DMA interface, and interrupts.
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Signed-off-by: NJiri Pirko <jiri@resnulli.us>
      Message-id: 1426306173-24884-4-git-send-email-sfeldma@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      bbc53c7e
    • S
      virtio-net: use qemu_mac_strdup_printf · b0575ba4
      Scott Feldman 提交于
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Message-id: 1426306173-24884-3-git-send-email-sfeldma@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      b0575ba4
    • S
      net: add MAC address string printer · 890ee6ab
      Scott Feldman 提交于
      We can use this in virtio-net code as well as new Rocker driver code, so
      up-level this.
      Signed-off-by: NScott Feldman <sfeldma@gmail.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Message-id: 1426306173-24884-2-git-send-email-sfeldma@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      890ee6ab
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · b951cda2
      Peter Maydell 提交于
      - build bugfix from Fam and new configure check from Emilio
      - two improvements to "info mtere" from Gerd
      - KVM support for memory transaction attributes
      - one more small step towards unlocked MMIO dispatch
      - one piece of the qemu-nbd errno fixes
      - trivial-ish patches from Denis and Thomas
      
      # gpg: Signature made Fri May  8 13:47:29 2015 BST using RSA key ID 78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini/tags/for-upstream:
        qemu-nbd: only send a limited number of errno codes on the wire
        rules.mak: Force CFLAGS for all objects in DSO
        configure: require __thread support
        exec: move rcu_read_lock/unlock to address_space_translate callers
        kvm: add support for memory transaction attributes
        mtree: also print disabled regions
        mtree: tag & indent a bit better
        apic_common: improve readability of apic_reset_common
        kvm: Silence warning from valgrind
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      b951cda2
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150508-1' into staging · ec62ad1e
      Peter Maydell 提交于
      gtk: add ui_info support, cleanups + fixes.
      
      # gpg: Signature made Fri May  8 12:47:04 2015 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-gtk-20150508-1:
        gtk: update mouse position in mouse_set()
        gtk: create gtk.h
        gtk: add ui_info support
        console: add dpy_ui_info_supported
        console: delayed ui_info guest notification
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ec62ad1e
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150508-1' into staging · 4ae740cc
      Peter Maydell 提交于
      usb: qomify, bugfixes for xhci & uhci.
      
      # gpg: Signature made Fri May  8 12:39:28 2015 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-usb-20150508-1:
        uhci: controller is halted after reset
        usb: usb-serial QOMify
        usb: usb-redir QOMify
        usb: usb-wacom-tablet QOMify
        usb: usb-uas QOMify
        usb: usb-storage QOMify
        usb: usb-ccid QOMify
        usb: usb-net QOMify
        usb-mtp: fix segmentation fault
        usb: usb-mtp QOMify
        usb: usb-hub QOMify
        usb: usb-hid QOMify
        usb: usb-bt QOMify
        usb: usb-audio QOMify
        uhci: QOMify
        xhci: fix events for setup trb.
        Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set"
        xhci: set timer to retry xfers
        usb: fix usb-net segfault
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4ae740cc
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150508' into staging · fc85cf4a
      Peter Maydell 提交于
      Assorted s390x patches:
      - updates for virtio-ccw and s390-virtio, making them more similar
        to virtio-pci
      - improvements regarding per-vcpu interrupts and migration
      
      # gpg: Signature made Fri May  8 09:45:09 2015 BST using RSA key ID C6F02FAF
      # gpg: Good signature from "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      
      * remotes/cohuck/tags/s390x-20150508:
        s390x/kvm: migrate vcpu interrupt state
        s390x: move fpu regs into a subsection of the vmstate
        s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interrupts
        virtio-ccw: implement ->device_plugged
        virtio-ccw: change realization sequence
        s390-virtio: clear {used,avail}_event_idx on reset as well
        s390-virtio: use common features
        s390-virtio: Accommodate guests using virtqueues too early
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fc85cf4a
  2. 08 5月, 2015 32 次提交