summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()"Michael S. Tsirkin2020-11-241-12/+13
* register: Remove unnecessary NULL checkAlistair Francis2020-11-171-4/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-154-4/+4
* pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini2020-11-111-0/+1
* hw/mips/boston: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
* Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell2020-11-021-0/+1
|\
| * hw/block/nvme: change controller pci idKlaus Jensen2020-10-271-0/+1
* | hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell2020-10-271-0/+4
* | hw/core/clock: trace clock values in Hz instead of nsLuc Michel2020-10-272-5/+5
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-262-24/+20Star
|\
| * machine: move SMP initialization from vl.cPaolo Bonzini2020-10-261-0/+7
| * machine: move UP defaults to class_base_initPaolo Bonzini2020-10-261-1/+5
| * machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-261-23/+0Star
| * hw/core/qdev-clock: add a reference on aliased clocksLuc Michel2020-10-221-0/+8
* | block: move logical block size check function to a common utility functionCoiby Xu2020-10-231-26/+5Star
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell2020-10-192-0/+26
|\
| * hw/core/clock: Add the clock_new helper functionLuc Michel2020-10-161-0/+15
| * hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé2020-10-161-0/+11
* | cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-2/+10
|/
* device-core: use atomic_set on .realized propertyMaxim Levitsky2020-10-121-1/+18
* device-core: use RCU for list of children of a busMaxim Levitsky2020-10-122-25/+40
* qdev: add "check if address free" callback for busesPaolo Bonzini2020-10-121-2/+15
* hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-6/+0Star
* monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2020-10-091-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-10-085-705/+756
|\
| * numa: hmat: require parent cache description before the next level oneIgor Mammedov2020-10-061-1/+7
| * hw/core/cpu: Add missing 'exec/cpu-common.h' includePhilippe Mathieu-Daudé2020-10-061-0/+1
| * hw/core/qdev-properties: Extract system-mode specific propertiesPhilippe Mathieu-Daudé2020-10-062-682/+679Star
| * hw/core/qdev-properties: Export some integer-related functionsPhilippe Mathieu-Daudé2020-10-062-22/+35
| * hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé2020-10-061-0/+7
| * hw/core/qdev-properties: Export enum-related functionsPhilippe Mathieu-Daudé2020-10-062-28/+49
| * hw/core/qdev-properties: Fix code stylePhilippe Mathieu-Daudé2020-10-061-5/+5
| * hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()Philippe Mathieu-Daudé2020-10-061-13/+12Star
| * hw/core/qdev-properties: Use qemu_strtol() in set_mac() handlerPhilippe Mathieu-Daudé2020-10-061-2/+9
* | cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-13/+0Star
* | cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-051-0/+1
* | cpu-timers, icount: new modulesClaudio Fontana2020-10-051-3/+5
|/
* numa: remove fixup numa_state->num_nodes to MAX_NODESIgor Mammedov2020-09-301-4/+0Star
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-302-56/+0Star
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+1
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-292-24/+0Star
* core/register: Specify instance_size in the TypeInfoAlistair Francis2020-09-261-18/+13Star
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-241-3/+3
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* | machine: Register "memory-backend" as class propertyEduardo Habkost2020-09-221-6/+6
* | smp: drop support for deprecated (invalid topologies)Igor Mammedov2020-09-221-12/+4Star
* | qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-222-2/+2
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* target/arm: Move setting of CPU halted state to generic codeThiago Jung Bauermann2020-09-081-1/+1