aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-26virtio-scsi-s390: switch to the new API.KONRAD Frederic2-9/+27
2013-03-26virtio-scsi-pci: switch to new API.KONRAD Frederic2-60/+71
2013-03-26virtio-scsi: add the virtio-scsi device.KONRAD Frederic2-5/+85
2013-03-26virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic4-10/+17
2013-03-26virtio-scsi: allocate cmd_vqs array separately.KONRAD Frederic2-4/+5
2013-03-26virtio-scsi: don't use pointer for configuration.KONRAD Frederic2-8/+8
2013-03-26Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori10-19/+134
2013-03-26Use qemu_put_buffer_async for guest memory pagesOrit Wasserman1-1/+1
2013-03-26Add qemu_put_buffer_asyncOrit Wasserman2-8/+31
2013-03-26Use writev ops if availableOrit Wasserman1-8/+23
2013-03-26Store the data to send also in iovecOrit Wasserman1-2/+22
2013-03-26Update bytes_xfer in qemu_put_byteOrit Wasserman1-0/+2
2013-03-26Add socket_writev_buffer functionOrit Wasserman1-0/+15
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman1-0/+7
2013-03-26migration: use XBZRLE only after bulk stagePeter Lieven1-1/+1
2013-03-26migration: do not search dirty pages in bulk stagePeter Lieven1-1/+7
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven6-8/+32
2013-03-26migration: add an indicator for bulk state of ram migrationPeter Lieven1-0/+3
2013-03-26migration: search for zero instead of dup pagesPeter Lieven1-15/+6
2013-03-26bitops: unroll while loop in find_next_bit()Peter Lieven1-1/+17
2013-03-26buffer_is_zero: use vector optimizations if possiblePeter Lieven1-0/+5
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven2-0/+65
2013-03-26move vector definitions to qemu-common.hPeter Lieven2-20/+21
2013-03-26savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definitionDavid Gibson1-2/+2
2013-03-26savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32David Gibson1-0/+10
2013-03-26savevm: Add VMSTATE_FLOAT64 helpersDavid Gibson2-0/+38
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson2-2/+11
2013-03-26savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson2-0/+28
2013-03-26migration: Improve QMP documentationJuan Quintela1-22/+32
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny7-0/+56
2013-03-25qmp: fix handling of boolean values in qmp-shellIgor Mammedov1-1/+6
2013-03-25QMP: TPM QMP and man page documentation updatesCorey Bryant2-1/+60
2013-03-25QMP: Remove duplicate TPM type from query-tpmCorey Bryant3-17/+12
2013-03-25Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori21-17/+5198
2013-03-25Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-3/+6
2013-03-25Merge remote-tracking branch 'kraxel/ipxe.3' into stagingAnthony Liguori8-2/+7
2013-03-25glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori2-1/+28
2013-03-25gtk: Release modifier when graphic console loses keyboard focusJan Kiszka1-2/+51
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman5-10/+10
2013-03-25VMXNET3 device implementationDmitry Fleytman5-0/+3224
2013-03-25Packet abstraction for VMWARE network devicesDmitry Fleytman5-0/+1077
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman5-0/+823
2013-03-25net: iovec checksum calculatorDmitry Fleytman2-0/+41
2013-03-25Checksum-related utility functionsDmitry Fleytman2-7/+20
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi1-0/+3
2013-03-25block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil1-2/+4
2013-03-25rbd: fix compile errorLiu Yuan1-1/+2
2013-03-25ipxe: update binariesGerd Hoffmann6-0/+0
2013-03-25ipxe: disable two second timeoutGerd Hoffmann2-2/+7
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green1-1/+0