summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26include/qemu/crc32c.h: Rename include guards to match filenameWill Newton1-2/+2
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+2
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2-1/+31
2014-02-21qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf1-0/+2
2014-02-20module: implement module loadingFam Zheng1-1/+22
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-0/+9
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-1/+1
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias1-0/+1
2014-02-08util/fifo8: implement push/pop of multiple bytesBeniamino Galvani1-0/+61
2014-02-01readline: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell1-3/+3
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz1-0/+6
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi1-0/+2
2014-01-22readline: move readline to a generic locationStefan Hajnoczi1-0/+62
2014-01-15Fix typo of tiemr in timer.hNamhyung Kim1-3/+3
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2-1/+2
2014-01-13bitmap: Add bitmap_zero_extend operationJuan Quintela1-0/+9
2014-01-13bitmap: use long as indexJuan Quintela2-45/+46
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+0
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini1-0/+2
2013-12-17host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana1-0/+32
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-2/+2
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson1-0/+25
2013-11-21atomic.h: Fix build with clangPeter Maydell1-3/+3
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong1-0/+1
2013-11-05bswap.h: Remove cpu_to_32wu()Peter Maydell1-7/+0
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-5/+0
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell1-5/+0
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini1-0/+26
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan1-0/+6
2013-10-17qemu-thread: add QemuEventPaolo Bonzini3-0/+19
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan1-0/+2
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini1-0/+72
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf1-0/+1