summaryrefslogtreecommitdiff
path: root/hw/char/virtio-serial-bus.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber1-25/+26
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-serial: Convert to QOM realizeAndreas Färber1-8/+8
2013-12-09virtio-serial: QOM realize preparationsAndreas Färber1-5/+7
2013-12-09virtio-serial: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic1-1/+2
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-6/+0
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic1-24/+26
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic1-73/+21
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-7/+88
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1018