aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell3-3/+4
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-21/+34
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell2-1/+5
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+2
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+6
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell1-0/+55
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell2-0/+56
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell1-2/+11
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell1-0/+9
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell1-1/+4
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-6/+2
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert1-1/+3
2018-06-15typedefs: add QJSONGreg Kurz2-2/+1
2018-06-15block: Remove deprecated -drive option serialKevin Wolf2-2/+0
2018-06-15block: Remove deprecated -drive option addrKevin Wolf1-1/+0
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf1-1/+0
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster1-1/+2
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster1-0/+1
2018-06-15block: Add block-specific QDict headerMax Reitz2-17/+32
2018-06-14ui: darwin: gtk: Add missing input keymapKeno Fischer1-0/+3
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell1-3/+9
2018-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...Peter Maydell6-18/+22
2018-06-12Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-2/+2
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+9
2018-06-12ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater1-0/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland1-1/+1
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2-15/+14
2018-06-12ppc: add missing FW_CFG_PPC_NVRAM_FLAT definitionMark Cave-Ayland1-0/+1
2018-06-12osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin1-1/+2
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland1-1/+3
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler2-2/+3
2018-06-11qapi: add x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-1/+2
2018-06-11block: remove bdrv_dirty_bitmap_make_anonPaolo Bonzini1-1/+0
2018-06-11block: Make bdrv_is_writable() publicMax Reitz1-0/+1
2018-06-11qemu-io: Let command functions return error codeMax Reitz1-2/+7
2018-06-11qemu-io: Drop command functions' return valuesMax Reitz1-3/+3
2018-06-11block: Add Error parameter to bdrv_amend_optionsMax Reitz2-2/+4
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini1-0/+2
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini1-1/+1
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé1-0/+1
2018-06-08sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé1-0/+5
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater1-1/+6
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater2-0/+64
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-0/+1
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao1-0/+1
2018-06-05vfio: remove DPRINTF() definition from vfio-common.hTiwei Bie1-9/+0
2018-06-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-2/+86
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell2-1/+10
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-1/+1
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-2/+53