summaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-4/+16
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+11
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost3-2/+3
2017-05-17migration: Move check_migratable() into qdev.cJuan Quintela1-4/+16
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-0/+162
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov1-0/+58
2017-05-11machine: call machine init from wrapperIgor Mammedov1-0/+6
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov1-0/+96
2017-05-11numa: equally distribute memory on nodesLaurent Vivier1-0/+2
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth1-4/+5
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell1-37/+3
2017-04-21qdev: Move qdev_unplug() to qdev-monitor.cJuan Quintela1-34/+0
2017-04-21qdev: Export qdev_hot_removedJuan Quintela1-1/+1
2017-04-21qdev: qdev_hotplug is really a boolJuan Quintela1-2/+2
2017-04-20qdev: Constify local variable returned by blk_bsKrzysztof Kozlowski1-1/+1
2017-04-20qdev: Constify value passed to qdev_prop_set_macaddrKrzysztof Kozlowski1-1/+2
2017-04-20hw/core/null-machine: Print error message when using the -kernel parameterThomas Huth1-0/+6
2017-04-20qdev: Make "hotplugged" property read-onlyEduardo Habkost1-8/+1
2017-04-03block: add missed aio_context_acquire into release_driveDenis V. Lunev1-0/+4
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier1-0/+5
2017-03-14machine: Convert abstract typename on compat_props to subclass namesEduardo Habkost1-3/+36
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini1-0/+1
2017-03-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell1-0/+7
2017-03-02Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2-1/+9
2017-03-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+7
2017-03-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...Peter Maydell1-0/+14
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau1-1/+1
2017-03-01tests: fix ptimer leaksMarc-André Lureau1-0/+8
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell1-2/+15
2017-02-28hw/block: Request permissionsKevin Wolf1-1/+0
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+6
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+2
2017-02-28qdev: Have qdev_set_parent_bus() handle devices already on a busPeter Maydell1-0/+14
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya1-0/+7
2017-02-28elf-loader: Allow late loading of elfFarhan Ali1-2/+15
2017-02-28register: fix incorrect read maskPhilippe Mathieu-Daudé1-6/+15
2017-02-28hw/core/register: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth1-0/+9
2017-02-28hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth1-0/+3
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-0/+1
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+1
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell1-0/+31
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-0/+31
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton3-6/+327
2017-02-06vmstate registration: check return valuesDr. David Alan Gilbert1-4/+6
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert1-1/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2017-01-24hw: Fix typos found by codespellStefan Weil2-3/+3
2017-01-23hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2-3/+26
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+73
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-7/+11