aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-04-07hw/core: properly terminate loading .hex on EOF recordAlex Bennée1-1/+4
2020-04-06dma/xlnx-zdma: Reorg to fix CUR_DSCREdgar E. Iglesias1-25/+22
2020-04-06dma/xlnx-zdma: Advance the descriptor address when stoppingEdgar E. Iglesias1-1/+0
2020-04-06dma/xlnx-zdma: Clear DMA_DONE when haltingEdgar E. Iglesias1-0/+1
2020-04-06dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREEEdgar E. Iglesias1-0/+6
2020-04-06dma/xlnx-zdma: Remove commentEdgar E. Iglesias1-1/+0
2020-04-03hw/gpio/aspeed_gpio.c: Don't directly include assert.hPeter Maydell1-2/+0
2020-04-03hw/arm/collie: Put StrongARMState* into a CollieMachineState structPeter Maydell1-5/+28
2020-04-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell4-15/+30
2020-04-03Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-10/+39
2020-04-02xen: fixup RAM memory region initializationIgor Mammedov1-0/+7
2020-04-02serial: Fix double migration dataDr. David Alan Gilbert1-1/+11
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger4-15/+30
2020-04-01virtio-iommu: depend on PCIPaolo Bonzini1-1/+1
2020-04-01hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé2-2/+2
2020-04-01hw/scsi/vmw_pvscsi: Remove assertion for kick after resetElazar Leibovich1-1/+4
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger1-0/+1
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger2-10/+33
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+5
2020-03-31Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell13-30/+85
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella1-1/+5
2020-03-31hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW readsPeter Maydell1-8/+4
2020-03-31net: tulip: check frame size and r/w data lengthPrasad J Pandit1-9/+27
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé3-6/+6
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé17-43/+40
2020-03-31hw/net/rtl8139: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé1-4/+6
2020-03-31hw/net/rtl8139: Simplify if/else statementPhilippe Mathieu-Daudé1-4/+4
2020-03-31hw/net/smc91c111: Let smc91c111_can_receive() return a booleanPhilippe Mathieu-Daudé1-4/+4
2020-03-31hw/net/e1000e_core: Let e1000e_can_receive() return a booleanPhilippe Mathieu-Daudé2-2/+2
2020-03-31Fixed integer overflow in e1000eAndrew Melnychenko1-1/+1
2020-03-31hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()Peter Maydell1-9/+35
2020-03-31hw/net/i82596: Correct command bitmask (CID 1419392)Philippe Mathieu-Daudé1-8/+4
2020-03-30hw/arm/xlnx-zynqmp.c: Add missing error-propagation codePeter Maydell1-0/+24
2020-03-30hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return pathPeter Maydell1-1/+2
2020-03-30hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirr...Niek Linnenbank1-2/+2
2020-03-30hw/arm/orangepi: check for potential NULL pointer when calling blk_is_availableNiek Linnenbank1-1/+1
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann6-7/+71
2020-03-29fix vhost_user_blk_watch crashLi Feng1-19/+0
2020-03-29hw/i386/amd_iommu.c: Fix corruption of log events passed to guestPeter Maydell1-1/+1
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan1-0/+3
2020-03-29virtio-blk: delete vqs on the error path in realize()Pan Nengyuan1-0/+3
2020-03-29acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()Igor Mammedov1-1/+1
2020-03-29virtio-serial-bus: Plug memory leak on realize() error pathsPan Nengyuan1-1/+1
2020-03-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-62/+43
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-5/+4
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-2/+4
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland1-1/+0
2020-03-27hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell1-4/+4
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle2-50/+31
2020-03-27nvme: Print 'cqid' for nvme_del_cqMinwoo Im1-1/+1