summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2Philippe Mathieu-Daudé2020-10-011-3/+0Star
| * | hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé2020-10-011-0/+2
| * | hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUsPeter Maydell2020-10-011-0/+42
| * | target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell2020-10-011-2/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell2020-10-017-171/+293
|\ \ | |/ |/|
| * acpi/gpex: no reason to use a method for _CRSGerd Hoffmann2020-09-301-3/+1Star
| * microvm/pcie: add 64bit mmio windowGerd Hoffmann2020-09-301-0/+9
| * microvm: add pcie supportGerd Hoffmann2020-09-303-0/+97
| * arm: use acpi_dsdt_add_gpexGerd Hoffmann2020-09-301-166/+9Star
| * acpi: add acpi_dsdt_add_gpexGerd Hoffmann2020-09-302-0/+180
| * move MemMapEntryGerd Hoffmann2020-09-301-5/+0Star
* | hw/net/can: Correct Kconfig dependenciesPavel Pisa2020-09-301-4/+3Star
* | hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat2020-09-305-0/+1117
* | hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2020-09-302-0/+1160
* | hw/net/can: sja1000 ignore CAN FD framesJan Charvat2020-09-301-6/+23
* | net/can: Initial host SocketCan support for CAN FD.Jan Charvat2020-09-301-0/+2
* | target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-305-6/+16
* | hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-302-1/+2
* | hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-302-4/+4
* | hw/i386/q35: Remove unreachable Xen code on Q35 machinePhilippe Mathieu-Daudé2020-09-301-11/+2Star
* | hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang2020-09-301-1/+1
* | hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang2020-09-301-2/+2
* | scsi-generic: Fix HM-zoned device scanDmitry Fomichev2020-09-301-4/+6