aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-19util: add cacheinfoEmilio G. Cota4-69/+191
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...Peter Maydell3-2/+12
2017-06-19migration: Fix race of image locking between src and dstFam Zheng4-18/+25
2017-06-15Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into stagingPeter Maydell7-46/+66
2017-06-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170614' i...Peter Maydell17-44/+30
2017-06-14migration: Don't create decompression threads if not enabledJuan Quintela1-0/+6
2017-06-14migration: Test for disabled features on receptionJuan Quintela1-1/+13
2017-06-14migration: Remove unneeded includesJuan Quintela14-38/+4
2017-06-14migration: fix incorrect enable return pathPeter Xu1-1/+5
2017-06-14migration: Fix compilation with older compilersJuan Quintela3-4/+2
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand5-14/+16
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand5-32/+49
2017-06-13target/s390x: correctly indicate PER nullificationDavid Hildenbrand1-0/+1
2017-06-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170613'...Peter Maydell21-116/+741
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger4-13/+16
2017-06-13hw/intc/arm_gicv3_kvm: Implement pending table saveEric Auger1-0/+34
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger3-0/+123
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger5-22/+28
2017-06-13timer/aspeed: fix timer enablement when a reload is not setCédric Le Goater1-8/+29
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater1-0/+9
2017-06-13hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater3-0/+404
2017-06-13timer.h: Provide better monotonic timePranith Kumar1-3/+2
2017-06-13hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski1-1/+19
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski1-1/+1
2017-06-13hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv stringKrzysztof Kozlowski1-1/+2
2017-06-13hw/arm/exynos: Declare local variables in some orderKrzysztof Kozlowski1-2/+2
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski3-30/+45
2017-06-13hw/timer/exynos4210_mct: Remove unused definesKrzysztof Kozlowski1-3/+0
2017-06-13hw/timer/exynos4210_mct: Cleanup indentation and empty new linesKrzysztof Kozlowski1-25/+20
2017-06-13hw/timer/exynos4210_mct: Fix checkpatch style errorsKrzysztof Kozlowski1-2/+2
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski1-6/+6
2017-06-13Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+9
2017-06-13monitor: resurrect handle_qmp_command trace eventStefan Hajnoczi2-0/+6
2017-06-13monitor: add handle_hmp_command trace eventStefan Hajnoczi2-0/+3
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell39-323/+380
2017-06-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-2/+1
2017-06-13Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell16-386/+278
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2-0/+8
2017-06-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-5/+42
2017-06-13migration: Move migration.h to migration/Juan Quintela18-17/+17
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela9-20/+19
2017-06-13migration: create global_state.cJuan Quintela10-125/+172
2017-06-13migration: ram_control_* are implemented in qemu_fileJuan Quintela2-18/+17
2017-06-13migration: Commands are only used inside migration.cJuan Quintela2-32/+29
2017-06-13migration: Move constants to savevm.hJuan Quintela4-15/+17
2017-06-13migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela2-2/+4
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela10-38/+64
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela4-10/+12
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela6-9/+8
2017-06-13ram: Now POSTCOPY_ACTIVE is the same that STATUS_ACTIVEJuan Quintela1-13/+1