aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-07-20hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()Peter Maydell1-0/+2
2020-07-20qdev: Move doc comments from qdev.c to qdev-core.hPeter Maydell1-33/+0
2020-07-20hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson1-0/+5
2020-07-20hw/arm/virt: Error for MTE enabled with KVMRichard Henderson1-0/+6
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson1-5/+34
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell18-73/+79
2020-07-17ipmi: add SET_SENSOR_READING commandCédric Le Goater1-0/+223
2020-07-16Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request...Peter Maydell2-2/+2
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé15-52/+53
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2-7/+9
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2-8/+7
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2-37/+36
2020-07-16hw/i2c/Kconfig: Add an entry for the SMBusPhilippe Mathieu-Daudé2-3/+8
2020-07-16Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-07-15-1...Peter Maydell1-1/+4
2020-07-16usb: fix storage regressionGerd Hoffmann1-2/+1
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-07-15tpm: tpm_spapr: Exit on TPM backend failuresStefan Berger1-1/+4
2020-07-15ftgmac100: fix dblac write testerik-smit1-6/+8
2020-07-15hw/net: Added CSO for IPv6Andrew1-3/+12
2020-07-15virtio-net: fix removal of failover deviceJuan Quintela1-0/+1
2020-07-15Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdcard-CVE-2020-1325...Peter Maydell1-19/+67
2020-07-14hw/sd/sdcard: Do not switch to ReceivingData if address is invalidPhilippe Mathieu-Daudé1-14/+24
2020-07-14hw/sd/sdcard: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-8/+16
2020-07-14hw/sd/sdcard: Do not allow invalid SD card sizesPhilippe Mathieu-Daudé1-0/+25
2020-07-14hw/sd/sdcard: Simplify realize() a bitPhilippe Mathieu-Daudé1-5/+5
2020-07-14hw/sd/sdcard: Restrict Class 6 commands to SCSD cardsPhilippe Mathieu-Daudé1-0/+5
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis1-65/+65
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis1-3/+27
2020-07-13hw/riscv: Modify MROM size to end at 0x10000Bin Meng3-3/+3
2020-07-13RISC-V: Support 64 bit start addressAtish Patra2-2/+10
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra4-15/+72
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra4-32/+63
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra4-76/+52
2020-07-13hw/riscv: virt: Sort the SoC memmap table entriesBin Meng1-3/+3
2020-07-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell1-2/+2
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé1-4/+5
2020-07-13hw/arm/palm.c: Encapsulate misc GPIO handling in a devicePeter Maydell1-9/+52
2020-07-13hw/arm/palm.c: DetabifyPeter Maydell1-32/+32
2020-07-13hw/arm/tosa: Encapsulate misc GPIO handling in a devicePeter Maydell1-24/+64
2020-07-13hw/arm/tosa.c: DetabifyPeter Maydell1-26/+26
2020-07-13hw/nios2: exit to main CPU loop only when unmasking interruptsWentong Wu1-1/+2
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+0
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois1-0/+9
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois1-0/+7
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois1-0/+7
2020-07-13usb: fix usb-host build on windows.Gerd Hoffmann1-2/+2
2020-07-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell1-13/+10
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell19-0/+1900
2020-07-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-18/+29