summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck2014-05-201-0/+1
* machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum2014-05-051-0/+1
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2014-04-281-0/+2
|\
| * qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini2014-04-271-0/+2
* | error: Privatize error_print_locCole Robinson2014-04-251-1/+0
|/
* int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell2014-04-181-2/+2
* 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
OpenPOWER on IntegriCloud