summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* compat: disable edid on virtio-gpu base deviceCornelia Huck2019-08-061-1/+1
* pcie_root_port: Disable ACS on older machinesDr. David Alan Gilbert2019-07-301-0/+1
* Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert2019-07-291-20/+3Star
* pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell2019-07-151-0/+1
* virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi2019-07-121-0/+2
* qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi2019-07-082-0/+62
* numa: allow memory-less nodes when using memdev as backendIgor Mammedov2019-07-051-12/+7Star
* numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost2019-07-051-5/+10
* qmp: Add deprecation information to query-machinesEduardo Habkost2019-07-051-0/+1
* machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2019-07-051-0/+76
* deprecate -mem-path fallback to anonymous RAMIgor Mammedov2019-07-051-2/+4
* numa: deprecate implict memory distribution between nodesIgor Mammedov2019-07-051-0/+3
* numa: deprecate 'mem' parameter of '-numa node' optionIgor Mammedov2019-07-051-0/+2
* machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov2019-07-051-0/+1
* i386/cpu: Consolidate die-id validity in smp contextLike Xu2019-07-052-0/+15
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-0/+1
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-07-052-12/+13
|\
| * virtio: add "use-started" propertyXie Yongji2019-07-041-0/+1
* | hw/core: Collect HMP command handlers in hw/core/Markus Armbruster2019-07-022-0/+165
* | hw/core: Collect QMP command handlers in hw/core/Markus Armbruster2019-07-023-62/+329
* | hw/core: Move numa.c to hw/core/Markus Armbruster2019-07-022-0/+669
* | qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster2019-07-021-1/+1
|/
* hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2019-06-211-4/+1Star
* hw/core/bus.c: Only the main system bus can have no parentPeter Maydell2019-06-131-12/+9Star
* edid: flip the default to enabledGerd Hoffmann2019-06-131-1/+7
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-2/+1Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1211-0/+11
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-112-1/+2
* block: Add qdev_prop_drive_iothread property typeKevin Wolf2019-06-041-5/+38
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-1/+3
* q35: Revert to kernel irqchipAlex Williamson2019-06-031-0/+3
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell2019-05-301-0/+10
|\
| * sysbus: add a sysbus_mmio_unmap() helperCĂ©dric Le Goater2019-05-291-0/+10
* | usb-tablet: fix serial compat propertyGerd Hoffmann2019-05-291-1/+1
|/
* hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2019-05-211-3/+20
* roms: assert if max rom size is less than the used sizeIgor Mammedov2019-05-151-0/+1
* hw: add compat machines for 4.1Cornelia Huck2019-04-251-0/+3
* loader-fit: Wean off error_printf()Markus Armbruster2019-04-171-26/+36
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-121-0/+65
|\
| * machine: Move nvdimms state into struct MachineStateEric Auger2019-03-111-0/+65
* | sysbus: Fix latent bug with onboard devicesMarkus Armbruster2019-03-111-3/+0Star
* | qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-111-39/+0Star
* | qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster2019-03-111-11/+37
|/
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand2019-03-061-1/+9
* qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov2019-03-061-4/+2Star
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-2/+1Star
* qdev/core: fix qbus_is_full()Tony Krowiak2019-03-061-0/+3
* virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella2019-02-221-0/+2