summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* spapr: Fix error leak in spapr_realize_vcpu()Greg Kurz2020-10-091-2/+1Star
* spapr: Handle HPT allocation failure in nested guestFabiano Rosas2020-10-091-0/+6
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell2020-10-085-39/+93
|\
| * hw/arm/virt: Implement kvm-steal-timeAndrew Jones2020-10-081-3/+41
| * hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones2020-10-081-16/+18
| * hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones2020-10-081-16/+27
| * hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé2020-10-081-1/+3
| * hw/arm/sbsa-ref : allocate IRQs for SMMUv3Graeme Gregory2020-10-081-0/+1
| * hw/arm/sbsa-ref : Fix SMMUv3 InitialisationGraeme Gregory2020-10-081-1/+1
| * hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2020-10-082-7/+7
* | 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-052-1/+2
* | cpu-timers, icount: new modulesClaudio Fontana2020-10-052-3/+6
|/
* vfio-ccw: plug memory leak while getting region infoCornelia Huck2020-10-021-1/+4
* s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+5
* s390/sclp: add extended-length sccb support for kvm guestCollin Walling2020-10-021-6/+37
* s390/sclp: use cpu offset to locate cpu entriesCollin Walling2020-10-021-2/+4
* s390/sclp: check sccb len before filling in dataCollin Walling2020-10-021-12/+14
* s390/sclp: read sccb from mem based on provided lengthCollin Walling2020-10-022-25/+32
* s390/sclp: rework sclp boundary checksCollin Walling2020-10-021-1/+18
* s390/sclp: get machine once during read scp/cpu infoCollin Walling2020-10-021-4/+4
* hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé2020-10-021-1/+0Star
* Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell2020-10-017-62/+90
|\
| * ide: cancel pending callbacks on SRSTJohn Snow2020-10-011-18/+40
| * ide: clear interrupt on command writeJohn Snow2020-10-011-0/+1
| * ide: remove magic constants from the device registerJohn Snow2020-10-011-12/+14
| * ide: reorder set/get sector functionsJohn Snow2020-10-011-11/+15
| * ide: model HOB correctlyJohn Snow2020-10-011-8/+7Star
| * ide: don't tamper with the device registerJohn Snow2020-10-011-2/+2
| * ide: rename cmd_write to ctrl_writeJohn Snow2020-10-016-19/+19
| * hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé2020-10-011-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell2020-10-013-73/+128
|\ \
| * | hw/arm/raspi: Remove use of the 'version' value in the board codePhilippe Mathieu-Daudé2020-10-011-16/+13Star
| * | hw/arm/raspi: Use RaspiProcessorId to set the firmware load addressPhilippe Mathieu-Daudé2020-10-011-1/+2
| * | hw/arm/raspi: Introduce RaspiProcessorId enumPhilippe Mathieu-Daudé2020-10-011-24/+21Star
| * | hw/arm/raspi: Use more specific machine namesPhilippe Mathieu-Daudé2020-10-011-2/+4
| * | hw/arm/raspi: Avoid using TypeInfo::class_data pointerPhilippe Mathieu-Daudé2020-10-011-10/+24
| * | hw/arm/raspi: Move arm_boot_info structure to RaspiMachineStatePhilippe Mathieu-Daudé2020-10-011-15/+15
| * | hw/arm/raspi: Load the firmware on the first corePhilippe Mathieu-Daudé2020-10-011-1/+2
| * | hw/arm/raspi: Display the board revision in the machine descriptionPhilippe Mathieu-Daudé2020-10-011-1/+3