1. 15 3月, 2012 37 次提交
  2. 14 3月, 2012 3 次提交
    • A
      Merge remote-tracking branch 'kiszka/queues/slirp' into staging · 3e7ecd97
      Anthony Liguori 提交于
      * kiszka/queues/slirp:
        slirp: Fix compiler warning for w64
        slirp: Cleanup resources on instance removal
        slirp: Remove unneeded if_queued
        slirp: Fix queue walking in if_start
        slirp: Prevent recursion of if_start
        slirp: Keep next_m always valid
      3e7ecd97
    • A
      Merge remote-tracking branch 'kraxel/usb.44' into staging · 684e1e04
      Anthony Liguori 提交于
      * kraxel/usb.44:
        Endian fix an assertion in usb-msd
        uhci: alloc can't fail, drop check.
        uhci: new uhci_handle_td return code for tds still in flight
        uhci: renumber uhci_handle_td return codes
        uhci: use enum for uhci_handle_td return codes
        uhci: tracing support
        uhci: cancel on schedule stop.
        uhci: fix uhci_async_cancel_all
        uhci: pass addr to uhci_async_alloc
        usb: improve packet state sanity checks
        usb-ohci: DMA writeback bug fixes
        usb-ehci: drop unused isoch_pause variable
        usb: zap hw/ush-{ohic,uhci}.h + init wrappers
        usb: the big rename
      684e1e04
    • A
      qom: Add QOM support to user emulators · ce008c1f
      Andreas Färber 提交于
      Link the Object base class and the module infrastructure for class
      registration. Introduce $(universal-obj-y) for objects that are more
      common than $(common-obj-y), so that those only get built once.
      
      Call QOM module init for type registration.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Cc: Anthony Liguori <anthony@codemonkey.ws>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ce008c1f