summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-195-4/+28
* cuda.h: Fix multiple typedefDr. David Alan Gilbert2018-02-161-2/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180216' int...Peter Maydell2018-02-164-7/+159
|\
| * ppc4xx: Add device models found in PPC440 core SoCsBALATON Zoltan2018-02-161-1/+1
| * spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()Greg Kurz2018-02-161-1/+1
| * spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-161-0/+1
| * hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-5/+49
| * ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-161-0/+107
* | Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell2018-02-161-1/+1
|\ \ | |/ |/|
| * io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall2018-02-151-1/+1
* | bcm2836: Make CPU type configurablePekka Enberg2018-02-151-0/+1
* | hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.ioPhilippe Mathieu-Daudé2018-02-151-1/+0Star
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-02-151-6/+5Star
|\ \ | |/ |/|
| * ratelimit: don't align wait time with slicesWolfgang Bumiller2018-02-151-6/+5Star
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-02-131-1/+0Star
|\ \ | |/ |/|
| * block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy2018-02-131-1/+0Star
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-136-34/+207
|\ \
| * | memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-11/+0Star
| * | memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini2018-02-131-21/+3Star
| * | sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé2018-02-131-0/+4
| * | sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé2018-02-132-0/+17
| * | sdhci: implement the Host Control 2 register (tuning sequence)Philippe Mathieu-Daudé2018-02-131-0/+1
| * | sdhci: rename the hostctl1 registerPhilippe Mathieu-Daudé2018-02-131-1/+1
| * | sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé2018-02-131-0/+2
| * | net/can: simple messages transport implementation for QEMUPavel Pisa2018-02-132-0/+178
| * | hax: Support guest RAM sizes of 4GB or moreYu Ning2018-02-131-1/+1
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-137-9/+17
|\ \ | |/ |/|
| * virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský2018-02-131-1/+2
| * hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2018-02-131-2/+2
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-3/+0Star
| * virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu2018-02-081-0/+8
| * pci/bus: let it has higher migration priorityPeter Xu2018-02-081-0/+1
| * vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert2018-02-081-3/+0Star
| * vhost: Build temporary section list and deref after commitDr. David Alan Gilbert2018-02-081-0/+2
| * virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-081-0/+2
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180212' int...Peter Maydell2018-02-121-0/+152
|\ \
| * | misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland2018-02-111-0/+152
* | | block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake2018-02-091-11/+0Star
|/ /
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-0965-160/+37Star
|\ \
| * | Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-0918-24/+0Star
| * | Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-2/+0Star
| * | Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-0919-11/+10Star
| * | Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-092-2/+0Star
| * | Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-096-6/+1Star
| * | qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-092-23/+8Star
| * | Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-24/+0Star
| * | Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster2018-02-096-11/+16
| * | Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
| * | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-094-6/+0Star
| * | Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-0915-15/+0Star