aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2020-11-02Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell1-0/+1
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell1-0/+4
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel2-5/+5
2020-10-27hw/block/nvme: change controller pci idKlaus Jensen1-0/+1
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-24/+20
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini1-0/+7
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini1-1/+5
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-23/+0
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu1-26/+5
2020-10-22hw/core/qdev-clock: add a reference on aliased clocksLuc Michel1-0/+8
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell2-0/+26
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel1-0/+15
2020-10-16hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé1-0/+11
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-2/+10
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky1-1/+18
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky2-25/+40
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-2/+15
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-6/+0
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell5-705/+756
2020-10-06numa: hmat: require parent cache description before the next level oneIgor Mammedov1-1/+7
2020-10-06hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé1-0/+1
2020-10-06hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé2-682/+679
2020-10-06hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé2-22/+35
2020-10-06hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé1-0/+7
2020-10-06hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé2-28/+49
2020-10-06hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé1-5/+5
2020-10-06hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé1-13/+12
2020-10-06hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé1-2/+9
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-13/+0
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-0/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-3/+5
2020-09-30numa: remove fixup numa_state->num_nodes to MAX_NODESIgor Mammedov1-4/+0
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov2-56/+0
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé1-0/+1
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella1-0/+1
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov2-24/+0
2020-09-25core/register: Specify instance_size in the TypeInfoAlistair Francis1-18/+13
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+3
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-09-22machine: Register "memory-backend" as class propertyEduardo Habkost1-6/+6
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov1-12/+4
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-08target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann1-1/+1
2020-09-01hw/core/sysbus: Assert memory region index is in rangePhilippe Mathieu-Daudé1-0/+1
2020-09-01hw/core/sysbus: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell2-1/+12
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+4
2020-08-28hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealizePhilippe Mathieu-Daudé1-0/+1