aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-27qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans de Goede
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Add fe_open trackingHans de Goede
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-27compiler: fix warning with GCC 4.8.0Paolo Bonzini
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-03-26char: introduce a blocking version of qemu_chr_fe_writeAnthony Liguori
2013-03-26Add qemu_put_buffer_asyncOrit Wasserman
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven
2013-03-26cutils: add a function to find non-zero content in a bufferPeter Lieven
2013-03-26move vector definitions to qemu-common.hPeter Lieven
2013-03-26savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definitionDavid Gibson
2013-03-26savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32David Gibson
2013-03-26savevm: Add VMSTATE_FLOAT64 helpersDavid Gibson
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson
2013-03-26savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson
2013-03-25Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-03-25glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman
2013-03-25net: iovec checksum calculatorDmitry Fleytman
2013-03-25Checksum-related utility functionsDmitry Fleytman
2013-03-23Add sample moxie systemAnthony Green
2013-03-23Add moxie disassemblerAnthony Green
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-19char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18spice: stop using DisplayStateGerd Hoffmann
2013-03-18console: add surface_*() gettersGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2013-03-17qdev: DEVICE_DELETED eventMichael S. Tsirkin
2013-03-15iov: Factor out hexdumperPeter Crosthwaite
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi
2013-03-15threadpool: drop global thread poolStefan Hajnoczi