aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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 Fontana2-1/+2
2020-10-05cpu-timers, icount: new modulesClaudio Fontana2-3/+6
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck1-1/+4
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+5
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling1-6/+37
2020-10-02s390/sclp: use cpu offset to locate cpu entriesCollin Walling1-2/+4
2020-10-02s390/sclp: check sccb len before filling in dataCollin Walling1-12/+14
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling2-25/+32
2020-10-02s390/sclp: rework sclp boundary checksCollin Walling1-1/+18
2020-10-02s390/sclp: get machine once during read scp/cpu infoCollin Walling1-4/+4
2020-10-02hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé1-1/+0
2020-10-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell7-62/+90
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow1-18/+40
2020-10-01ide: clear interrupt on command writeJohn Snow1-0/+1
2020-10-01ide: remove magic constants from the device registerJohn Snow1-12/+14
2020-10-01ide: reorder set/get sector functionsJohn Snow1-11/+15
2020-10-01ide: model HOB correctlyJohn Snow1-8/+7
2020-10-01ide: don't tamper with the device registerJohn Snow1-2/+2
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow6-19/+19
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé1-1/+1
2020-10-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell3-73/+128
2020-10-01hw/arm/raspi: Remove use of the 'version' value in the board codePhilippe Mathieu-Daudé1-16/+13
2020-10-01hw/arm/raspi: Use RaspiProcessorId to set the firmware load addressPhilippe Mathieu-Daudé1-1/+2
2020-10-01hw/arm/raspi: Introduce RaspiProcessorId enumPhilippe Mathieu-Daudé1-24/+21
2020-10-01hw/arm/raspi: Use more specific machine namesPhilippe Mathieu-Daudé1-2/+4
2020-10-01hw/arm/raspi: Avoid using TypeInfo::class_data pointerPhilippe Mathieu-Daudé1-10/+24
2020-10-01hw/arm/raspi: Move arm_boot_info structure to RaspiMachineStatePhilippe Mathieu-Daudé1-15/+15
2020-10-01hw/arm/raspi: Load the firmware on the first corePhilippe Mathieu-Daudé1-1/+2
2020-10-01hw/arm/raspi: Display the board revision in the machine descriptionPhilippe Mathieu-Daudé1-1/+3
2020-10-01hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2Philippe Mathieu-Daudé1-3/+0
2020-10-01hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+2
2020-10-01hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUsPeter Maydell1-0/+42
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell1-2/+2
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell7-171/+293
2020-09-30hw/net/can: Correct Kconfig dependenciesPavel Pisa1-4/+3
2020-09-30hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat5-0/+1117
2020-09-30hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2-0/+1160
2020-09-30hw/net/can: sja1000 ignore CAN FD framesJan Charvat1-6/+23
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat1-0/+2