Merge remote-tracking branch 'jkiszka/queues/qemu-merge' into next
commit2b63d9ff28974c429e0861efb14318875ccf5d88
authorMarcelo Tosatti <mtosatti@redhat.com>
Thu, 19 Apr 2012 02:44:44 +0000 (18 23:44 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 19 Apr 2012 02:44:44 +0000 (18 23:44 -0300)
tree8c50239718f81625c764b5fcf9d0aba8a12a1ff5
parent07ff3ac1aa15a762ee2094644b2b8a5fde875750
parentffdcf0c6820d8bdf5757270fae8a3db46c8ca9e9
Merge remote-tracking branch 'jkiszka/queues/qemu-merge' into next

* jkiszka/queues/qemu-merge: (103 commits)
  vnc: Limit r/w access to size of allocated memory
  vnc: don't mess up with iohandlers in the vnc thread
  qom: Introduce object_class_get_list()
  qom/object.c: rename type_class_init() to type_initialize()
  qom: if @instance_size==0, assign size of object to parent object size
  kvmvapic: align start address as well as size
  qom: Add QOM support to user emulators
  qom: Register QOM infrastructure early
  kvmclock: Always register type
  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
  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
  ...

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>