summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* numa: Silence incomplete mapping warning under qtestIgor Mammedov2017-05-221-1/+2
* Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi2017-05-181-4/+16
|\
| * migration: Move check_migratable() into qdev.cJuan Quintela2017-05-171-4/+16
* | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+11
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-173-2/+3
|/
* Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi2017-05-151-0/+162
|\
| * numa: use possible_cpus for not mapped CPUs checkIgor Mammedov2017-05-111-0/+58
| * machine: call machine init from wrapperIgor Mammedov2017-05-111-0/+6
| * numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov2017-05-111-0/+96
| * numa: equally distribute memory on nodesLaurent Vivier2017-05-111-0/+2
* | hw/core/generic-loader: Fix crash when running without CPUThomas Huth2017-05-101-4/+5
|/
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2017-04-211-37/+3Star
|\
| * qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela2017-04-211-34/+0Star
| * qdev: Export qdev_hot_removedJuan Quintela2017-04-211-1/+1
| * qdev: qdev_hotplug is really a boolJuan Quintela2017-04-211-2/+2
* | qdev: Constify local variable returned by blk_bsKrzysztof Kozlowski2017-04-201-1/+1
* | qdev: Constify value passed to qdev_prop_set_macaddrKrzysztof Kozlowski2017-04-201-1/+2
* | hw/core/null-machine: Print error message when using the -kernel parameterThomas Huth2017-04-201-0/+6
* | qdev: Make "hotplugged" property read-onlyEduardo Habkost2017-04-201-8/+1Star
|/
* block: add missed aio_context_acquire into release_driveDenis V. Lunev2017-04-031-0/+4
* numa,spapr: align default numa node memory size to 256MBLaurent Vivier2017-03-221-0/+5
* machine: Convert abstract typename on compat_props to subclass namesEduardo Habkost2017-03-141-3/+36
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-0/+1
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell2017-03-021-0/+7
|\
| * migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2017-02-281-0/+7
* | Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2017-03-022-1/+9
|\ \
| * | bus: do not unref hotplug handlerMarc-André Lureau2017-03-011-1/+1
| * | tests: fix ptimer leaksMarc-André Lureau2017-02-281-0/+8
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-03-021-2/+7
|\ \ \
| * | | hw/block: Request permissionsKevin Wolf2017-02-281-1/+0Star
| * | | block: Add error parameter to blk_insert_bs()Kevin Wolf2017-02-281-1/+6
| * | | block: Add permissions to blk_new()Kevin Wolf2017-02-281-1/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell2017-03-011-0/+14
|\ \ \
| * | | qdev: Have qdev_set_parent_bus() handle devices already on a busPeter Maydell2017-02-281-0/+14
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell2017-02-281-2/+15
|\ \ \ | |_|/ |/| |
| * | elf-loader: Allow late loading of elfFarhan Ali2017-02-281-2/+15
| |/
* | register: fix incorrect read maskPhilippe Mathieu-Daudé2017-02-281-6/+15
* | hw/core/register: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth2017-02-281-0/+9
* | hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth2017-02-281-0/+3
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2017-02-251-0/+1
|\
| * tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-0/+1
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell2017-02-241-0/+31
|\ \ | |/ |/|
| * machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov2017-02-221-0/+31
* | loader: Support Flattened Image Trees (FIT images)Paul Burton2017-02-223-6/+327
|/
* vmstate registration: check return valuesDr. David Alan Gilbert2017-02-061-4/+6
* vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert2017-02-061-1/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* hw: Fix typos found by codespellStefan Weil2017-01-242-3/+3
* hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2017-01-242-3/+26
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-202-1/+73
|\