summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* bswap: Fix build on FreeBSD 10.0Andreas Färber2014-04-031-0/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-03-131-0/+54
|\
| * rfifolock: add recursive FIFO lockStefan Hajnoczi2014-03-131-0/+54
* | Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber2014-03-131-0/+1
|/
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* Add 'debug-threads' suboption to --nameDr. David Alan Gilbert2014-03-091-0/+1
* target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta2014-03-051-0/+14
* target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta2014-03-051-0/+14
* bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)Stefan Weil2014-03-021-4/+4
* bswap: Modify prototype of stb_p (avoid type conversions)Stefan Weil2014-03-021-1/+1
* include/qemu/host-utils.h: Trivial typo: ctz->ctoDr. David Alan Gilbert2014-03-021-1/+1
* include/qemu/crc32c.h: Rename include guards to match filenameWill Newton2014-02-261-2/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-251-0/+2
|\
| * qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf2014-02-211-0/+2
* | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-02-242-1/+31
|\ \ | |/ |/|
| * module: implement module loadingFam Zheng2014-02-201-1/+22
| * util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-0/+9
* | i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-1/+1
|/
* memory: Add MemoryListener to typedefs.hEdgar E. Iglesias2014-02-111-0/+1
* util/fifo8: implement push/pop of multiple bytesBeniamino Galvani2014-02-081-0/+61
* readline: Add missing GCC_FMT_ATTRStefan Weil2014-02-011-1/+2
* Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2014-01-301-3/+3
|\
| * Fix typo of tiemr in timer.hNamhyung Kim2014-01-151-3/+3
* | qemu-option: Add qemu_config_parse_qdict()Max Reitz2014-01-221-0/+6
* | osdep: add qemu_set_tty_echo()Stefan Hajnoczi2014-01-221-0/+2
* | readline: move readline to a generic locationStefan Hajnoczi2014-01-221-0/+62
|/
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-142-1/+2
|\
| * qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+0
| * monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini2014-01-061-0/+2
* | bitmap: Add bitmap_zero_extend operationJuan Quintela2014-01-131-0/+9
* | bitmap: use long as indexJuan Quintela2014-01-132-45/+46
|/
* host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana2013-12-171-0/+32
* util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-2/+2
* osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2013-11-301-0/+25
* atomic.h: Fix build with clangPeter Maydell2013-11-211-3/+3
* qmp: access the local QemuOptsLists for drive optionAmos Kong2013-11-141-0/+1
* bswap.h: Remove cpu_to_32wu()Peter Maydell2013-11-051-7/+0
* bswap.h: Remove cpu_to_be64wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_be32wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_be16wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove be32_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove le32_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove le16_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_le32wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-051-5/+0
* timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2013-10-171-0/+26
* timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan2013-10-171-0/+6
* qemu-thread: add QemuEventPaolo Bonzini2013-10-173-0/+19
* timer: protect timers_state's clock with seqlockLiu Ping Fan2013-10-171-0/+2
* seqlock: introduce read-write seqlockPaolo Bonzini2013-10-171-0/+72
OpenPOWER on IntegriCloud