aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-30docs/devel/reset.rst: add doc about Resettable interfaceDamien Hedde2-0/+290
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde5-0/+51
2020-01-30hw/core/qdev: update hotplug reset regarding resettableDamien Hedde2-1/+25
2020-01-30hw/core/qdev: handle parent bus change regarding resettableDamien Hedde1-5/+11
2020-01-30hw/core/resettable: add support for changing parentDamien Hedde3-2/+77
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde4-0/+218
2020-01-30hw/core: create Resettable QOM interfaceDamien Hedde4-0/+467
2020-01-30hw/core/qdev: add trace events to help with resettable transitionDamien Hedde2-3/+35
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde15-22/+22
2020-01-30hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé1-2/+0
2020-01-30misc/pca9552: Add qom set and getJoel Stanley1-0/+90
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater2-5/+41
2020-01-30ftgmac100: check RX and TX buffer alignmentCédric Le Goater1-0/+13
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery3-12/+45
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery5-3/+15
2020-01-30target/arm/arm-semi: Don't let the guest close stdin/stdout/stderrPeter Maydell1-0/+9
2020-01-30hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINESPeter Maydell1-1/+1
2020-01-30Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...Peter Maydell51-121/+356
2020-01-30Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...Peter Maydell1-1/+2
2020-01-30Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell16-1082/+1332
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim7-26/+184
2020-01-29target/mips: Amend CP0 WatchHi register implementationYongbok Kim5-7/+69
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic40-79/+92
2020-01-29target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()Daniel Henrique Barboza1-8/+7
2020-01-29disas: Add a field for target-dependant data to disassemble_infoAleksandar Markovic1-0/+3
2020-01-29target/mips: Rectify documentation on deprecating MIPS r4k machineAleksandar Markovic1-1/+1
2020-01-29tpm-ppi: page-align PPI RAMMarc-André Lureau1-1/+2
2020-01-29migration/compress: compress QEMUFile is not writableWei Yang1-13/+3
2020-01-29migration: Simplify get_qlistEric Auger2-16/+13
2020-01-29multifd: Split multifd code into its own fileJuan Quintela6-994/+1041
2020-01-29multifd: Make multifd_load_setup() get an Error parameterJuan Quintela5-10/+33
2020-01-29multifd: Make multifd_save_setup() get an Error parameterJuan Quintela3-3/+5
2020-01-29migration: Make checkpatch happy with commentsJuan Quintela1-4/+6
2020-01-29multifd: Use qemu_target_page_size()Juan Quintela1-4/+5
2020-01-29multifd: multifd_send_sync_main only needs the qemufileJuan Quintela1-6/+6
2020-01-29multifd: multifd_queue_page only needs the qemufileJuan Quintela1-4/+4
2020-01-29multifd: multifd_send_pages only needs the qemufileJuan Quintela1-4/+4
2020-01-29ram_addr: Split RAMBlock definitionJuan Quintela3-39/+66
2020-01-29migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng1-1/+9
2020-01-29migration: Create migration_is_running()Juan Quintela3-8/+26
2020-01-29migration-test: Make sure that multifd and cancel worksJuan Quintela1-1/+111
2020-01-29migration: Don't send data if we have stoppedJuan Quintela1-1/+2
2020-01-29qemu-file: Don't do IO after shutdownJuan Quintela1-1/+21
2020-01-29multifd: Make sure that we don't do any IO after an errorJuan Quintela1-9/+13
2020-01-29migration-test: Use g_free() instead of free()Juan Quintela1-1/+1
2020-01-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2-108/+96
2020-01-28Merge remote-tracking branch 'remotes/rth/tags/pull-pa-20200127' into stagingPeter Maydell33-27/+3350
2020-01-27tests/ide-test: Create a single unit-test covering more PRDT casesAlexander Popov1-100/+74
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov1-8/+22
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson3-1/+25