aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé2-6/+21
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé2-2/+2
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé2-2/+2
2018-01-16sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé2-59/+44
2018-01-16sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé1-3/+4
2018-01-16sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé1-0/+22
2018-01-16sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé1-9/+21
2018-01-16sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé1-5/+13
2018-01-16sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci propertiesPhilippe Mathieu-Daudé2-9/+20
2018-01-16sdhci: remove dead codePhilippe Mathieu-Daudé2-4/+0
2018-01-16sdhci: clean up includesPhilippe Mathieu-Daudé3-5/+7
2018-01-16target/arm: Add fp16 support to vfp_expand_immRichard Henderson1-0/+5
2018-01-16target/arm: Split out vfp_expand_immRichard Henderson1-16/+28
2018-01-16hw/sd/omap_mmc: Reset SD card on controller resetPeter Maydell1-4/+10
2018-01-16hw/sd/ssi-sd: Reset SD card on controller resetPeter Maydell1-2/+23
2018-01-16hw/sd/milkymist-memcard: Reset SD card on controller resetPeter Maydell1-0/+4
2018-01-16hw/sd/pl181: Reset SD card on controller resetPeter Maydell1-0/+4
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell3-11/+45
2018-01-16hw/arm/virt: Add virt-2.12 machine typePeter Maydell1-2/+17
2018-01-16get_phys_addr_pmsav7: Support AP=0b111 for v7MPeter Maydell1-0/+14
2018-01-16hw/intc/armv7m: Support byte and halfword accesses to CFSRPeter Maydell1-16/+22
2018-01-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180115' i...Peter Maydell13-421/+899
2018-01-15migration: remove notify in fd_errorPeter Xu1-1/+0
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu1-2/+0
2018-01-15migration: put the finish part into a new functionPeter Xu1-45/+49
2018-01-15migration: major cleanup for migrate iterationsPeter Xu1-35/+55
2018-01-15migration: cleanup stats update into functionPeter Xu2-36/+61
2018-01-15migration: use switch at the end of migrationPeter Xu1-17/+27
2018-01-15migration: introduce migrate_calculate_completePeter Xu1-11/+20
2018-01-15migration: introduce downtime_startPeter Xu2-8/+6
2018-01-15migration: move vm_old_running into global statePeter Xu2-10/+13
2018-01-15migration: split use of MigrationState.total_timePeter Xu2-3/+7
2018-01-15migration: remove "enable_colo" varPeter Xu1-2/+1
2018-01-15migration: qemu_savevm_state_cleanup() in cleanupPeter Xu1-8/+2
2018-01-15migration: assert colo instead of checkPeter Xu1-1/+9
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy3-0/+7
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert1-1/+2
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov6-5/+124
2018-01-15migration: add blocktime calculation into migration-testAlexey Perevalov1-0/+16
2018-01-15migration: postcopy_blocktime documentationAlexey Perevalov1-0/+14
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov2-2/+146
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2-0/+67
2018-01-15migration: introduce postcopy-blocktime capabilityAlexey Perevalov3-1/+15
2018-01-15migration: fix analyze-migration.py script with radix tableLaurent Vivier1-0/+4
2018-01-15migration: free result stringJuan Quintela1-1/+2
2018-01-15docs: Convert migration.txt to rstDr. David Alan Gilbert1-226/+250
2018-01-15migration: free addr in the same function that we created itJuan Quintela1-2/+2
2018-01-15migration: print features as on offJuan Quintela1-4/+9
2018-01-15migration: Use proper types in jsonJuan Quintela3-50/+41
2018-01-15Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell7-21/+9