aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity
2012-01-03sparc: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03vhost: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03kvm: avoid cpu_get_physical_page_desc()Avi Kivity
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity
2012-01-03xen: convert to MemoryListener APIAvi Kivity
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity
2011-12-27Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2011-12-27Merge remote-tracking branch 'bonzini/nbd-for-anthony' into stagingAnthony Liguori
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-22nbd: add myself as maintainerPaolo Bonzini
2011-12-22qemu-nbd: throttle requestsPaolo Bonzini
2011-12-22qemu-nbd: asynchronous operationPaolo Bonzini
2011-12-22qemu-nbd: add client pointer to NBDRequestPaolo Bonzini
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini
2011-12-22qemu-nbd: use common main loopPaolo Bonzini
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDRequestPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini
2011-12-22qemu-nbd: introduce nbd_do_receive_requestPaolo Bonzini
2011-12-22qemu-nbd: more robust handling of invalid requestsPaolo Bonzini
2011-12-22qemu-nbd: introduce nbd_do_send_replyPaolo Bonzini
2011-12-22qemu-nbd: simplify nbd_tripPaolo Bonzini
2011-12-22move corking functions to osdep.cPaolo Bonzini
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini
2011-12-22Update ioctl order in nbd_init() to detect EBUSYChunyan Liu
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini
2011-12-22nbd: fix error handling in the serverPaolo Bonzini
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini
2011-12-22nbd: split requestsPaolo Bonzini
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah
2011-12-21virtio-console: Properly initialise class methodsAmit Shah
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini
2011-12-21scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.Harsh Prateek Bora
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V