aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2019-07-15pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell1-0/+1
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi1-0/+2
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi2-0/+62
2019-07-05numa: allow memory-less nodes when using memdev as backendIgor Mammedov1-12/+7
2019-07-05numa: Make deprecation warnings conditional on !qtest_enabled()Eduardo Habkost1-5/+10
2019-07-05qmp: Add deprecation information to query-machinesEduardo Habkost1-0/+1
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu1-0/+76
2019-07-05deprecate -mem-path fallback to anonymous RAMIgor Mammedov1-2/+4
2019-07-05numa: deprecate implict memory distribution between nodesIgor Mammedov1-0/+3
2019-07-05numa: deprecate 'mem' parameter of '-numa node' optionIgor Mammedov1-0/+2
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu2-0/+15
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-0/+1
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-12/+13
2019-07-04virtio: add "use-started" propertyXie Yongji1-0/+1
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster2-0/+165
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster3-62/+329
2019-07-02hw/core: Move numa.c to hw/core/Markus Armbruster2-0/+669
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster1-1/+1
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz1-4/+1
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-13edid: flip the default to enabledGerd Hoffmann1-1/+7
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-2/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster11-0/+11
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2-1/+2
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf1-5/+38
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+3
2019-06-03q35: Revert to kernel irqchipAlex Williamson1-0/+3
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell1-0/+10
2019-05-29usb-tablet: fix serial compat propertyGerd Hoffmann1-1/+1
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCĂ©dric Le Goater1-0/+10
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé1-3/+20
2019-05-15roms: assert if max rom size is less than the used sizeIgor Mammedov1-0/+1
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-0/+3
2019-04-17loader-fit: Wean off error_printf()Markus Armbruster1-26/+36
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+65
2019-03-11sysbus: Fix latent bug with onboard devicesMarkus Armbruster1-3/+0
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-39/+0
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-11/+37
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-0/+65
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+11
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand1-1/+9
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov1-4/+2
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-2/+1
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak1-0/+3
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella1-0/+2
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-9/+2
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian1-6/+5
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2-9/+17