aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar3-0/+119
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar3-8/+219
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar4-13/+214
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar3-8/+414
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar3-23/+313
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar3-9/+368
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar4-0/+331
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar7-1/+426
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar3-194/+434
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar5-323/+401
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V7-61/+83
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori27-415/+703
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity2-12/+0
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity1-1/+4
2012-01-03virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity1-4/+9
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity2-8/+41
2012-01-03kvm: avoid cpu_get_physical_page_desc()Avi Kivity1-17/+10
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity5-208/+5
2012-01-03xen: convert to MemoryListener APIAvi Kivity2-59/+83
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity4-18/+86
2011-12-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori5-143/+174
2011-12-27Merge remote-tracking branch 'bonzini/nbd-for-anthony' into stagingAnthony Liguori19-530/+1087
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov1-4/+13
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis2-5/+5
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2-9/+9
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-22nbd: add myself as maintainerPaolo Bonzini1-0/+7
2011-12-22qemu-nbd: throttle requestsPaolo Bonzini1-3/+22
2011-12-22qemu-nbd: asynchronous operationPaolo Bonzini1-21/+53
2011-12-22qemu-nbd: add client pointer to NBDRequestPaolo Bonzini1-21/+27
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini3-15/+66
2011-12-22qemu-nbd: use common main loopPaolo Bonzini1-67/+45
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini7-68/+80
2011-12-22qemu-nbd: introduce NBDRequestPaolo Bonzini1-14/+51
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini3-29/+61
2011-12-22qemu-nbd: introduce nbd_do_receive_requestPaolo Bonzini1-21/+47
2011-12-22qemu-nbd: more robust handling of invalid requestsPaolo Bonzini1-27/+30
2011-12-22qemu-nbd: introduce nbd_do_send_replyPaolo Bonzini1-14/+32
2011-12-22qemu-nbd: simplify nbd_tripPaolo Bonzini1-17/+8
2011-12-22move corking functions to osdep.cPaolo Bonzini3-18/+12
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini3-7/+7
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini3-8/+5
2011-12-22Update ioctl order in nbd_init() to detect EBUSYChunyan Liu1-18/+9
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini2-2/+38
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini2-9/+51
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini2-2/+15
2011-12-22nbd: fix error handling in the serverPaolo Bonzini1-9/+12
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini1-13/+56
2011-12-22nbd: split requestsPaolo Bonzini1-6/+46