summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-24bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etcPeter Maydell1-22/+23
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck1-0/+1
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum1-0/+1
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell1-0/+2
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini1-0/+2
2014-04-25error: Privatize error_print_locCole Robinson1-1/+0
2014-04-18int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell1-2/+2
2014-04-03bswap: Fix build on FreeBSD 10.0Andreas Färber1-0/+2
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+54
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi1-0/+54
2014-03-13Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber1-0/+1
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-03-09Add 'debug-threads' suboption to --nameDr. David Alan Gilbert1-0/+1
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-0/+14
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+14
2014-03-02bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)Stefan Weil1-4/+4
2014-03-02bswap: Modify prototype of stb_p (avoid type conversions)Stefan Weil1-1/+1
2014-03-02include/qemu/host-utils.h: Trivial typo: ctz->ctoDr. David Alan Gilbert1-1/+1