summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2019-11-291-2/+4
* cadence_gem: fix buffer overflowMichael S. Tsirkin2019-11-291-0/+8
* net: cadence_gem: check packet size in gem_recievePrasad J Pandit2019-11-291-0/+4
* dma: remove now useless DMA_* functionsHervé Poussineau2019-11-293-109/+0
* sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2019-11-291-5/+18
* gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2019-11-291-7/+13
* cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2019-11-291-8/+15
* fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2019-11-291-17/+46
* sparc64: disable floppy DMAHervé Poussineau2019-11-291-1/+14
* sparc: disable floppy DMAHervé Poussineau2019-11-291-0/+2
* magnum: disable floppy DMA for nowHervé Poussineau2019-11-291-1/+2
* i8257: implement the IsaDma interfaceHervé Poussineau2019-11-291-31/+117
* isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2019-11-291-0/+21
* i8257: move state definition to new independent headerHervé Poussineau2019-11-291-34/+1
* i8257: QOM'ifyHervé Poussineau2019-11-291-53/+107
* i8257: add missing constHervé Poussineau2019-11-291-1/+1
* i8257: make the DMA running method per controllerHervé Poussineau2019-11-291-41/+34
* i8257: rename functions to start with i8257_ prefixHervé Poussineau2019-11-291-45/+46
* i8257: rename struct dma_regs to I8257RegsHervé Poussineau2019-11-291-20/+20
* i8257: rename struct dma_cont to I8257StateHervé Poussineau2019-11-291-20/+23
* i8257: pass ISA bus to DMA_init() functionHervé Poussineau2019-11-298-8/+8
* i82374: device only existed as ISA device, so simplify deviceHervé Poussineau2019-11-291-39/+19
* fdc: fix detection under LinuxJohn Snow2019-11-291-0/+16
* raspi: add raspberry pi 2 machineAndrew Baumann2019-11-292-1/+153
* arm/boot: move highbank secure board setup code to common routineAndrew Baumann2019-11-292-35/+53
* bcm2836: add bcm2836 SoC deviceAndrew Baumann2019-11-292-1/+166
* bcm2836_control: add bcm2836 ARM control logicAndrew Baumann2019-11-292-1/+304
* bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2019-11-292-0/+205
* bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann2019-11-292-0/+237
* bcm2835_property: add bcm2835 property channelAndrew Baumann2019-11-292-0/+288
* bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2019-11-292-0/+334
* arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2019-11-291-23/+3
* hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias2019-11-291-0/+2
* virt-acpi-build: add always-on property for timerAndrew Jones2019-11-291-1/+1
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2019-11-293-0/+26
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2019-11-292-2/+6
* virtio-gpu: maintain command queueGerd Hoffmann2019-11-291-17/+36
* virtio-gpu: fix memory leak in error pathGerd Hoffmann2019-11-291-1/+2
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-292-0/+2
* virtio-scsi: Catch BDS-BB removal/insertionMax Reitz2019-11-291-0/+55
* virtio-blk: Functions for op blocker managementMax Reitz2019-11-291-18/+59
* Revert "hw/block/fdc: Implement tray status"Max Reitz2019-11-291-16/+7
* ehci: update irq on resetGerd Hoffmann2019-11-291-0/+1
* usb: check page select value while processing iTDPrasad J Pandit2019-11-291-4/+6
* audio: Clean up includesPeter Maydell2019-11-2918-5/+18
* ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau2019-11-291-37/+18
* ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau2019-11-291-11/+12
* ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau2019-11-291-3/+0
* ivshmem: no need for opaque argumentMarc-André Lureau2019-11-291-2/+2
* nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek2019-11-291-36/+4
OpenPOWER on IntegriCloud