summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-09kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost1-4/+9
2014-10-09accel: Create accel object when initializing machineEduardo Habkost2-0/+9
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost8-13/+14
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost5-8/+8
2014-10-04accel: Move accel init/allowed code to separate functionEduardo Habkost1-3/+12
2014-10-04accel: Remove tcg_available() functionEduardo Habkost3-7/+0
2014-10-04accel: Move qtest accel registration to qtest.cEduardo Habkost3-20/+26
2014-10-04accel: Move Xen registration code to xen-common.cEduardo Habkost4-26/+24
2014-10-04accel: Move KVM accel registration to kvm-all.cEduardo Habkost4-26/+25
2014-10-04accel: Report unknown accelerator as "not found" instead of "does not exist"Eduardo Habkost1-1/+1
2014-10-04accel: Make AccelClass.available() optionalEduardo Habkost1-1/+1
2014-10-04accel: Use QOM classes for accel typesEduardo Habkost2-24/+123
2014-10-04accel: Move accel name lookup to separate functionEduardo Habkost1-24/+33
2014-10-04accel: Simplify configure_accelerator() using AccelType *acc variableEduardo Habkost1-8/+10
2014-10-04accel: Create AccelType typedefEduardo Habkost1-2/+4
2014-10-04accel: Move accel code to accel.cEduardo Habkost4-80/+147
2014-10-04vl.c: Small coding style fixEduardo Habkost1-1/+1
2014-10-04qemu-char: Print the remote and local addresses for a socketCorey Minyard1-9/+18
2014-10-04qemu-char: Add reconnecting to client socketsCorey Minyard3-17/+96
2014-10-04qemu-char: set socket filename to disconnected when not connectedCorey Minyard1-38/+72
2014-10-04qemu-char: Move some items into TCPCharDriverCorey Minyard1-14/+51
2014-10-04qemu-char: Rework qemu_chr_open_socket() for reconnectCorey Minyard1-50/+68
2014-10-04qemu-char: Make the filename size for a chardev a #defineCorey Minyard1-7/+9
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell17-294/+755
2014-09-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140930-1' into...Peter Maydell1-4/+4
2014-09-30Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-38/+34
2014-09-30block/iscsi: handle failure on malloc of the allocationmapPeter Lieven1-7/+12
2014-09-30util: introduce bitmap_try_newPeter Lieven1-2/+11
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng2-9/+64
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng2-0/+29
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng4-4/+20
2014-09-30scsi: Drop SCSIReqOps.cancel_ioFam Zheng4-30/+2
2014-09-30scsi: Unify request unref in scsi_req_cancelFam Zheng2-40/+10
2014-09-30scsi-generic: Handle canceled request in scsi_command_completeFam Zheng1-4/+6
2014-09-30scsi: Drop scsi_req_abortFam Zheng3-19/+10
2014-09-30Merge remote-tracking branch 'remotes/rth/tags/tcg-next-201400729' into stagingPeter Maydell8-114/+225
2014-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929'...Peter Maydell16-145/+662
2014-09-30virtio-scsi: Process ".iothread" propertyFam Zheng1-0/+4
2014-09-30virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handlingFam Zheng1-0/+4
2014-09-30virtio-scsi: Batched prepare for cmd reqsFam Zheng3-4/+18
2014-09-30virtio-scsi: Two stages processing of cmd requestFam Zheng3-10/+17
2014-09-30virtio-scsi: Add migration state notifier for dataplane codeFam Zheng2-3/+34
2014-09-30virtio-scsi: Hook up with dataplaneFam Zheng1-4/+48
2014-09-30virtio-scsi-dataplane: Code to run virtio-scsi on iothreadFam Zheng3-1/+242
2014-09-30virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReqFam Zheng1-1/+14
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng4-0/+16
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei5-76/+71
2014-09-30virtio-9p: fix virtio-9p child refcount in transportsGonglei1-0/+1
2014-09-30virtio-9p: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei2-2/+2