summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman1-0/+7
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven1-0/+2
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven1-0/+10
2013-03-26move vector definitions to qemu-common.hPeter Lieven1-0/+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 Gibson1-0/+15
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson1-2/+5
2013-03-26savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson1-0/+7
2013-03-25Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori3-1/+377
2013-03-25glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori2-1/+28
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman1-0/+5
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman1-0/+347
2013-03-25net: iovec checksum calculatorDmitry Fleytman1-0/+12
2013-03-25Checksum-related utility functionsDmitry Fleytman1-1/+13
2013-03-23Add sample moxie systemAnthony Green1-0/+1
2013-03-23Add moxie disassemblerAnthony Green1-0/+2
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-4/+13
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf1-0/+3
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf1-0/+1
2013-03-22nbd: Remove unused functionsKevin Wolf1-2/+0
2013-03-22nbd: Keep hostname and port separateKevin Wolf2-0/+3
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf1-0/+2
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2-2/+4
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-19char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf1-2/+2
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann1-60/+0
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann2-17/+20
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-10/+2
2013-03-18spice: stop using DisplayStateGerd Hoffmann1-1/+1
2013-03-18console: add surface_*() gettersGerd Hoffmann1-8/+38
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2-5/+5
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann1-7/+4
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann1-1/+0
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann2-154/+54
2013-03-15iov: Factor out hexdumperPeter Crosthwaite1-0/+6
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi1-0/+1
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-4/+6
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi1-0/+7
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi1-0/+6
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi1-0/+5
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi1-0/+5
2013-03-15blockdev: Keep a copy of DriveInfo.serialKevin Wolf1-1/+1
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf1-0/+1
2013-03-15Add qdict_clone_shallow()Kevin Wolf1-0/+2
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf2-2/+3
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-03-14Merge remote-tracking branch 'kraxel/chardev.5' into stagingAnthony Liguori4-4/+16
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-19/+77
2013-03-13chardev: add udp support to qapiGerd Hoffmann1-0/+1