summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+2
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+6
2014-11-03util: introduce MIN_NON_ZEROPeter Lieven1-0/+6
2014-11-02bitmap.h: Don't include qemu-common.hEduardo Habkost1-1/+5
2014-11-02bitops.h: Don't include qemu-common.hEduardo Habkost1-1/+3
2014-10-20block: New BlockBackendMarkus Armbruster1-0/+1
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert1-0/+1
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-1/+3
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard1-1/+1
2014-10-09qemu-error: Add error_vreport()Corey Minyard1-0/+1
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost1-0/+1
2014-10-03util: Emancipate id_wellformed() from QemuOptsMarkus Armbruster1-1/+0
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+11
2014-09-30util: introduce bitmap_try_newPeter Lieven1-2/+11
2014-09-29qemu/compiler: Define QEMU_ARTIFICIALRichard Henderson1-0/+6
2014-09-25block: Validate node-nameKevin Wolf1-0/+1
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos1-1/+1
2014-09-09util: Move general qemu_getauxval to util/getauxval.cFam Zheng1-4/+0
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+1
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-0/+1
2014-08-06cpu-exec: Add sleeping algorithmSebastian Tanase1-0/+1
2014-08-06timer: add cpu_icount_to_ns function.KONRAD Frederic1-0/+1
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+2
2014-06-23qapi event: convert SPICE eventsWenchao Xia1-1/+0
2014-06-23qapi: adjust existing definesWenchao Xia1-0/+2
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-44/+0
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-12/+0
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+88
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini1-0/+10
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin1-0/+4
2014-06-19Introduce signed range.Hu Tao1-0/+72
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-0/+2
2014-06-19include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno1-0/+9
2014-06-18bitops: provide an inline implementation of find_first_bitAurelien Jarno1-1/+11
2014-06-16Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-0/+14
2014-06-16util: Add InvMixColumnsTom Musta1-0/+7
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta1-0/+4
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta1-0/+3
2014-06-16QemuOpts: cleanup tmp 'allocated' member from QemuOptsListChunyan Liu1-6/+0
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-47/+1
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu1-0/+1
2014-06-16QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu1-0/+5
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu1-0/+9
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu1-0/+1
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu1-0/+6
2014-06-16QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu1-2/+2
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu1-0/+1
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu1-1/+1
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi1-0/+10
2014-05-30int128: Add int128_exts64()Alexey Kardashevskiy1-0/+5