summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake1-1/+1
2017-06-15memory: remove memory_region_set_fdMarc-André Lureau1-11/+0
2017-06-15Add memory_region_init_ram_from_fd()Marc-André Lureau1-0/+20
2017-06-15exec: split qemu_ram_alloc_from_file()Marc-André Lureau1-0/+3
2017-06-13hw/intc/arm_gicv3_its: Allow save/restoreEric Auger1-0/+2
2017-06-13hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger1-0/+8
2017-06-13kvm-all: Pass an error object to kvm_device_accessEric Auger1-4/+7
2017-06-13timer.h: Provide better monotonic timePranith Kumar1-3/+2
2017-06-13hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski1-4/+1
2017-06-13Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell5-279/+107
2017-06-13Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell2-23/+25
2017-06-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2017-06-13migration: Move migration.h to migration/Juan Quintela1-164/+0
2017-06-13migration: Move remaining exported functions to migration/misc.hJuan Quintela2-14/+13
2017-06-13migration: create global_state.cJuan Quintela2-4/+25
2017-06-13migration: ram_control_* are implemented in qemu_fileJuan Quintela1-18/+0
2017-06-13migration: Commands are only used inside migration.cJuan Quintela1-15/+0
2017-06-13migration: Move constants to savevm.hJuan Quintela1-15/+0
2017-06-13migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela2-2/+4
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela2-38/+56
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela2-10/+10
2017-06-13Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...Peter Maydell1-0/+1
2017-06-12Merge remote-tracking branch 'remotes/elmarco/tags/char-pull-request' into st...Peter Maydell3-13/+13
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier1-1/+0
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz1-1/+0
2017-06-09xics: setup cpu at realize timeGreg Kurz1-2/+1
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz1-4/+4
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-0/+4
2017-06-08hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum1-0/+4
2017-06-08char: fix alias devices regressionMarc-André Lureau3-13/+13
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz1-0/+1
2017-06-08spapr: Rework DRC name handlingDavid Gibson1-2/+1
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson1-3/+4
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson1-8/+8
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson1-2/+2
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy1-2/+3
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy1-1/+2
2017-06-06qtest: add rtc periodic timer testXiao Guangrong1-0/+20
2017-06-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell7-34/+70
2017-06-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell3-23/+22
2017-06-06s390x/css: fence off MIDACornelia Huck1-0/+1
2017-06-06spapr: Eliminate spapr_drc_get_type_str()David Gibson1-0/+1
2017-06-06spapr: Move configure-connector state into DRCDavid Gibson2-14/+7
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-3/+2
2017-06-06spapr: Introduce DRC subclassesDavid Gibson1-3/+44
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-2/+3
2017-06-06spapr: Abolish DRC set_configured methodDavid Gibson1-3/+0
2017-06-06spapr: Abolish DRC get_fdt methodDavid Gibson1-1/+0
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson4-0/+13
2017-06-06migration: remove register_savevm()Laurent Vivier1-8/+0