aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-16tcg/arm: Support tlb offsets larger than 64kRichard Henderson
2018-01-16tcg/arm: Fix double-word comparisonsRichard Henderson
2018-01-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180116'...Peter Maydell
2018-01-16sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé
2018-01-16sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé
2018-01-16sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé
2018-01-16sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé
2018-01-16sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé
2018-01-16target/arm: Add fp16 support to vfp_expand_immRichard Henderson
2018-01-16target/arm: Split out vfp_expand_immRichard Henderson
2018-01-16hw/sd/omap_mmc: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/ssi-sd: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/milkymist-memcard: Reset SD card on controller resetPeter Maydell
2018-01-16hw/sd/pl181: Reset SD card on controller resetPeter Maydell
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell
2018-01-16hw/arm/virt: Add virt-2.12 machine typePeter Maydell
2018-01-16get_phys_addr_pmsav7: Support AP=0b111 for v7MPeter Maydell
2018-01-16hw/intc/armv7m: Support byte and halfword accesses to CFSRPeter Maydell
2018-01-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180115' i...Peter Maydell
2018-01-15migration: remove notify in fd_errorPeter Xu
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu
2018-01-15migration: put the finish part into a new functionPeter Xu
2018-01-15migration: major cleanup for migrate iterationsPeter Xu
2018-01-15migration: cleanup stats update into functionPeter Xu
2018-01-15migration: use switch at the end of migrationPeter Xu
2018-01-15migration: introduce migrate_calculate_completePeter Xu
2018-01-15migration: introduce downtime_startPeter Xu
2018-01-15migration: move vm_old_running into global statePeter Xu
2018-01-15migration: split use of MigrationState.total_timePeter Xu
2018-01-15migration: remove "enable_colo" varPeter Xu
2018-01-15migration: qemu_savevm_state_cleanup() in cleanupPeter Xu
2018-01-15migration: assert colo instead of checkPeter Xu
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-01-15migration: add blocktime calculation into migration-testAlexey Perevalov
2018-01-15migration: postcopy_blocktime documentationAlexey Perevalov
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-01-15migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-01-15migration: fix analyze-migration.py script with radix tableLaurent Vivier