aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-22hw/arm/iotkit: Instantiate MPCPeter Maydell1-0/+2
2018-06-22hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUSPeter Maydell1-0/+8
2018-06-22hw/misc/tz-mpc.c: Implement registersPeter Maydell1-0/+10
2018-06-22hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection ControllerPeter Maydell1-0/+70
2018-06-22hw/arm/virt: Use 256MB ECAM region by defaultEric Auger1-0/+1
2018-06-22hw/arm/virt: Add a new 256MB ECAM regionEric Auger1-0/+4
2018-06-22hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger1-0/+14
2018-06-22hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger1-2/+6
2018-06-22linux-headers: Update to kernel mainline commit b357bf602Eric Auger3-0/+12
2018-06-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-06-20-v2' into...Peter Maydell1-3/+8
2018-06-21Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell5-33/+62
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy1-1/+2
2018-06-21nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy1-2/+6
2018-06-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-17/+87
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell1-0/+12
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz1-1/+3
2018-06-18job: Add job_progress_increase_remaining()Max Reitz1-0/+15
2018-06-18block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz1-0/+2
2018-06-18hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz1-1/+4
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf2-0/+2
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf2-5/+17
2018-06-18block: Allow AIO_WAIT_WHILE with NULL ctxKevin Wolf1-4/+9
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf1-0/+9
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf1-3/+6
2018-06-18block: Really pause block jobs on drainKevin Wolf3-0/+23
2018-06-18block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()Kevin Wolf1-14/+8
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann1-0/+3
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann1-0/+9
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+11
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson1-1/+1
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland2-0/+239
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2-0/+50
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2-0/+3
2018-06-15tcg: remove tb_lockEmilio G. Cota4-9/+5
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota1-13/+22
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota1-0/+8
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota1-1/+2
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota1-1/+1
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota1-1/+0
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota2-2/+0
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-2/+5
2018-06-15qht: require a default comparison functionEmilio G. Cota1-5/+20
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