summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
...
* | qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost2020-12-152-10/+10
* | qdev: Make check_prop_still_unset() get Object* argumentEduardo Habkost2020-12-151-5/+5
* | qdev: Make qdev_find_global_prop() get Object* argumentEduardo Habkost2020-12-152-3/+3
* | qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-152-83/+56Star
* | qdev: Make bit_prop_set() get Object* argumentEduardo Habkost2020-12-151-4/+6
* | qdev: Make PropertyInfo.print method get Object* argumentEduardo Habkost2020-12-152-3/+3
* | qdev: Don't use dev->id on set_size32() error messageEduardo Habkost2020-12-151-1/+1
* | qdev: Check dev->realized at set_size()Eduardo Habkost2020-12-151-0/+5
* | qdev: Move property code to qdev-properties.[ch]Eduardo Habkost2020-12-152-120/+120
* | cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost2020-12-151-0/+15
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-115-16/+74
|\
| * vl: extract machine done notifiersPaolo Bonzini2020-12-101-0/+24
| * vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
| * vl: move CHECKPOINT_INIT after preconfigPaolo Bonzini2020-12-101-0/+5
| * vl: extract various command line validation snippets to a new functionPaolo Bonzini2020-12-101-0/+1
| * vl: move various initialization routines out of qemu_initPaolo Bonzini2020-12-101-0/+3
| * vl: extract validation of -smp to machine.cPaolo Bonzini2020-12-101-0/+23
| * make ram_size local to vl.cPaolo Bonzini2020-12-102-6/+7
| * hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-10/+10
* | Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster2020-12-101-1/+1
|/
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-0/+3
* failover: Rename function to hide_device()Juan Quintela2020-12-081-2/+2
* failover: should_be_hidden() should take a boolJuan Quintela2020-12-081-14/+5Star
* 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