summaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu
2020-10-22hw/core/qdev-clock: add a reference on aliased clocksLuc Michel
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel
2020-10-16hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-10-06numa: hmat: require parent cache description before the next level oneIgor Mammedov
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé
2020-10-06hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-30numa: remove fixup numa_state->num_nodes to MAX_NODESIgor Mammedov
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-09-25core/register: Specify instance_size in the TypeInfoAlistair Francis
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-22machine: Register "memory-backend" as class propertyEduardo Habkost
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann
2020-09-01hw/core/sysbus: Assert memory region index is in rangePhilippe Mathieu-Daudé
2020-09-01hw/core/sysbus: Fix a typoPhilippe Mathieu-Daudé
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-08-28hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealizePhilippe Mathieu-Daudé
2020-08-28hw/qdev-clock: Uninline qdev_connect_clock_in()Philippe Mathieu-Daudé
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé