summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181001-pull-request' ...Peter Maydell2018-10-013-4/+15
|\
| * ohci: set effectively usb frame rate to 1kHzMiguel GAIO2018-10-011-1/+5
| * usb-hub: clear suspend on detachGerd Hoffmann2018-10-011-0/+4
| * usb-mtp: reset ObjectInfo dataset size on cleanupBandan Das2018-10-011-0/+2
| * usb-mtp: fix error conditions for write operationBandan2018-10-011-3/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180927-pull-request' ...Peter Maydell2018-10-019-14/+548
|\ \ | |/ |/|
| * qxl: support mono cursors with inverted colorsPeter Wu2018-09-271-0/+16
| * qxl: use guest_monitor_config for local renderer.Gerd Hoffmann2018-09-273-8/+24
| * display/stdvga: add edid support.Gerd Hoffmann2018-09-273-6/+33
| * display/edid: add region helper.Gerd Hoffmann2018-09-272-0/+34
| * display/edid: add qemu_edid_size()Gerd Hoffmann2018-09-271-0/+14
| * display/edid: add edid generator to qemu.Gerd Hoffmann2018-09-272-0/+427
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell2018-09-252-1/+4
|\ \ | |/ |/|
| * qdev: fix a typo in commentLi Qiang2018-09-251-1/+1
| * hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth2018-09-251-0/+3
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into s...Peter Maydell2018-09-251-0/+3
|\ \ | |/ |/|
| * qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev2018-09-251-0/+3
* | aspeed/smc: fix some alignment issuesCédric Le Goater2018-09-251-4/+4
* | hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater2018-09-251-142/+70Star
* | hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater2018-09-251-1/+1
* | aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater2018-09-251-1/+0Star
* | hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell2018-09-251-0/+2
* | hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell2018-09-252-67/+2Star
* | hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell2018-09-252-84/+57Star
* | hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell2018-09-253-20/+14Star
* | hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger2018-09-252-14/+14
* | hw/arm/smmu-common: Fix the name of the iommu memory regionsEric Auger2018-09-251-3/+3
* | aspeed/i2c: Fix receive done interrupt handlingGuenter Roeck2018-09-251-1/+9
* | aspeed/i2c: Handle receive command in separate functionGuenter Roeck2018-09-251-16/+21
* | aspeed/i2c: interrupts should be cleared by software onlyCédric Le Goater2018-09-251-4/+12
* | arm: Add BBC micro:bit machineJoel Stanley2018-09-252-1/+68
* | arm: Add Nordic Semiconductor nRF51 SoCJoel Stanley2018-09-252-0/+134
* | hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodesShannon Zhao2018-09-251-4/+6
* | hw/arm/exynos4210: fix Exynos4210 UART supportBartlomiej Zolnierkiewicz2018-09-251-4/+4
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell2018-09-2510-39/+89
|\
| * 40p: add fixed IRQ routing for LSI SCSI deviceMark Cave-Ayland2018-09-251-5/+6
| * lsi53c895a: add optional external IRQ via qdevMark Cave-Ayland2018-09-251-2/+14
| * scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland2018-09-251-14/+0Star
| * scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland2018-09-254-4/+10
| * scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland2018-09-251-0/+7
| * sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt2018-09-251-0/+3
| * spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater2018-09-252-7/+4Star
| * spapr: increase the size of the IRQ number spaceCédric Le Goater2018-09-252-1/+15
| * spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2018-09-252-4/+10
| * 40p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland2018-09-252-5/+24
| * raven: some minor IRQ-related tidy-upsMark Cave-Ayland2018-09-251-6/+5Star
| * hw/ppc: on 40p machine, change default firmware to OpenBIOSHervé Poussineau2018-09-251-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell2018-09-258-30/+18Star
|\ \
| * | Drop "qemu:" prefix from error_report() argumentsMao Zhongyi2018-09-247-15/+15
| * | qemu-error: add {error, warn}_report_once_condCornelia Huck2018-09-241-15/+3Star