summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* isa: use get_uint() for "io-base"Marc-André Lureau2017-06-201-1/+1
* qdev: avoid type casts between signed and unsignedMarc-André Lureau2017-06-202-9/+21
* qdev: wrap default property value in an unionMarc-André Lureau2017-06-202-5/+7
* qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau2017-06-201-13/+13
* object: add uint property setter/getterMarc-André Lureau2017-06-201-0/+23
* qnum: add uint typeMarc-André Lureau2017-06-201-0/+7
* qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2017-06-202-4/+2Star
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-208-68/+58Star
* qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2017-06-192-6/+1Star
* migration: Remove unneeded includesJuan Quintela2017-06-142-3/+2Star
* migration: Fix compilation with older compilersJuan Quintela2017-06-143-4/+2Star
* hw/intc/arm_gicv3_its: Allow save/restoreEric Auger2017-06-131-0/+2
* hw/intc/arm_gicv3_its: Implement state save/restoreEric Auger2017-06-131-0/+8
* kvm-all: Pass an error object to kvm_device_accessEric Auger2017-06-131-4/+7
* timer.h: Provide better monotonic timePranith Kumar2017-06-131-3/+2Star
* hw/arm/exynos: Move DRAM initialization next boardsKrzysztof Kozlowski2017-06-131-4/+1Star
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' i...Peter Maydell2017-06-135-279/+107Star
|\
| * migration: Move migration.h to migration/Juan Quintela2017-06-131-164/+0Star
| * migration: Move remaining exported functions to migration/misc.hJuan Quintela2017-06-132-14/+13Star
| * migration: create global_state.cJuan Quintela2017-06-132-4/+25
| * migration: ram_control_* are implemented in qemu_fileJuan Quintela2017-06-131-18/+0Star
| * migration: Commands are only used inside migration.cJuan Quintela2017-06-131-15/+0Star
| * migration: Move constants to savevm.hJuan Quintela2017-06-131-15/+0Star
| * migration: Move dump_vmsate_json_to_file() to misc.hJuan Quintela2017-06-132-2/+4
| * migration: Split registration functions from vmstate.hJuan Quintela2017-06-132-38/+56
| * migration: Move self_announce_delay() to misc.hJuan Quintela2017-06-132-10/+10
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...Peter Maydell2017-06-132-23/+25
|\ \
| * | Revert "spapr: fix memory hot-unplugging"Laurent Vivier2017-06-091-1/+0Star
| * | xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz2017-06-091-1/+0Star
| * | xics: setup cpu at realize timeGreg Kurz2017-06-091-2/+1Star
| * | xics: pass appropriate types to realize() handlers.Greg Kurz2017-06-091-4/+4
| * | xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-091-0/+4
| * | xics: add reset() handler to ICPStateClassGreg Kurz2017-06-081-0/+1
| * | spapr: Rework DRC name handlingDavid Gibson2017-06-081-2/+1Star
| * | spapr: Change DRC attach & detach methods to functionsDavid Gibson2017-06-081-3/+4
| * | spapr: Clean up handling of DR-indicatorDavid Gibson2017-06-081-8/+8
| * | spapr: Clean up DR entity sense handlingDavid Gibson2017-06-081-2/+2
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-06-131-0/+4
|\ \ \
| * | | hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum2017-06-081-0/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...Peter Maydell2017-06-131-0/+1
|\ \ \ | |_|/ |/| |
| * | s390x/css: fence off MIDACornelia Huck2017-06-061-0/+1
* | | Merge remote-tracking branch 'remotes/elmarco/tags/char-pull-request' into st...Peter Maydell2017-06-123-13/+13
|\ \ \
| * | | char: fix alias devices regressionMarc-André Lureau2017-06-083-13/+13
| | |/ | |/|
* | | nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy2017-06-061-2/+3
* | | nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy2017-06-061-1/+2
* | | qtest: add rtc periodic timer testXiao Guangrong2017-06-061-0/+20
|/ /
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' int...Peter Maydell2017-06-067-34/+70
|\ \
| * | spapr: Eliminate spapr_drc_get_type_str()David Gibson2017-06-061-0/+1
| * | spapr: Move configure-connector state into DRCDavid Gibson2017-06-062-14/+7Star
| * | spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-3/+2Star