aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
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
2014-05-24bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etcPeter Maydell
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini
2014-04-25error: Privatize error_print_locCole Robinson
2014-04-18int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell
2014-04-03bswap: Fix build on FreeBSD 10.0Andreas Färber
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi
2014-03-13Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta