summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini2-65/+131
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini5-211/+260
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah1-3/+3
2011-12-21virtio-console: Properly initialise class methodsAmit Shah1-3/+6
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah1-0/+11
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini2-0/+71
2011-12-21scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.Harsh Prateek Bora1-2/+73
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V1-23/+24
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V4-16/+17
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi1-102/+60