summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20200310' into s...Peter Maydell2020-03-102-9/+34
|\
| * s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank2020-03-101-9/+9
| * s390/ipl: sync back loadparmHalil Pasic2020-03-101-0/+25
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ...Peter Maydell2020-03-102-4/+5
|\ \
| * | usb/hcd-ehci: Remove redundant statementsChen Qun2020-03-091-3/+0Star
| * | usb-serial: wakeup device on inputJason Andryuk2020-03-091-1/+5
* | | usb/dev-storage: remove unused includeMaxim Levitsky2020-03-091-1/+0Star
| |/ |/|
* | display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()Chen Qun2020-03-091-1/+0Star
* | display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()Chen Qun2020-03-091-1/+0Star
* | scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()Chen Qun2020-03-091-1/+0Star
* | dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()Chen Qun2020-03-091-5/+5
* | core/qdev: fix memleak in qdev_get_gpio_out_connector()Pan Nengyuan2020-03-091-1/+1
* | hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-0/+1
* | hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-094-0/+4
* | hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-092-0/+2
* | hw/pci-host/piix: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/i2c/smbus_ich9: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/timer/hpet: Include "exec/address-spaces.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* | hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* | hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* | hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-092-2/+0Star
* | hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-092-2/+0Star
* | hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-092-4/+4
* | hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2020-03-092-4/+8
* | hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé2020-03-091-2/+2
* | dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain2020-03-091-2/+2
* | hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé2020-03-081-15/+17
* | vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
* | vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* | pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-084-6/+10
|/
* qapi: Flatten object-addKevin Wolf2020-03-061-1/+10
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-0511-174/+492
|\
| * hw/arm/virt: vTPM supportEric Auger2020-03-053-0/+41
| * tpm: Add the SysBus TPM TIS deviceEric Auger2020-03-053-0/+165
| * tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger2020-03-053-3/+9
| * tpm: Separate tpm_tis common functions from isa codeEric Auger2020-03-054-201/+271
| * tpm: Use TPMState as a common structEric Auger2020-03-051-55/+91
| * tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger2020-03-052-5/+5
* | hw/arm/cubieboard: report error when using unsupported -bios argumentNiek Linnenbank2020-03-051-0/+7
* | hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiBNiek Linnenbank2020-03-051-0/+8
* | hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8Niek Linnenbank2020-03-051-1/+9
* | hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definitionNiek Linnenbank2020-03-051-2/+2
* | hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml...Pan Nengyuan2020-03-051-5/+11
* | hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+12
* | hw/arm/spitz: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-1/+7
* | hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+11
* | hw/arm/musicpal: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-10/+0Star