aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-11-03util: introduce MIN_NON_ZEROPeter Lieven
2014-11-02bitmap.h: Don't include qemu-common.hEduardo Habkost
2014-11-02bitops.h: Don't include qemu-common.hEduardo Habkost
2014-10-20block: New BlockBackendMarkus Armbruster
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard
2014-10-09qemu-error: Add error_vreport()Corey Minyard
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost
2014-10-03util: Emancipate id_wellformed() from QemuOptsMarkus Armbruster
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-30util: introduce bitmap_try_newPeter Lieven
2014-09-29qemu/compiler: Define QEMU_ARTIFICIALRichard Henderson
2014-09-25block: Validate node-nameKevin Wolf
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-09-09util: Move general qemu_getauxval to util/getauxval.cFam Zheng
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-06cpu-exec: Add sleeping algorithmSebastian Tanase
2014-08-06timer: add cpu_icount_to_ns function.KONRAD Frederic
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23qapi event: convert SPICE eventsWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin
2014-06-19Introduce signed range.Hu Tao
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2014-06-19include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno
2014-06-18bitops: provide an inline implementation of find_first_bitAurelien Jarno
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2014-06-16util: Add InvMixColumnsTom Musta
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta
2014-06-16QemuOpts: cleanup tmp 'allocated' member from QemuOptsListChunyan Liu
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu
2014-06-16QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu
2014-06-16QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2014-05-30int128: Add int128_exts64()Alexey Kardashevskiy