index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000: eliminate infinite loops on out-of-bounds transfer start
Laszlo Ersek
2019-11-29
1
-2
/
+4
*
cadence_gem: fix buffer overflow
Michael S. Tsirkin
2019-11-29
1
-0
/
+8
*
net: cadence_gem: check packet size in gem_recieve
Prasad J Pandit
2019-11-29
1
-0
/
+4
*
dma: remove now useless DMA_* functions
Hervé Poussineau
2019-11-29
3
-109
/
+0
*
sb16: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-5
/
+18
*
gus: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-7
/
+13
*
cs4231a: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-8
/
+15
*
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-17
/
+46
*
sparc64: disable floppy DMA
Hervé Poussineau
2019-11-29
1
-1
/
+14
*
sparc: disable floppy DMA
Hervé Poussineau
2019-11-29
1
-0
/
+2
*
magnum: disable floppy DMA for now
Hervé Poussineau
2019-11-29
1
-1
/
+2
*
i8257: implement the IsaDma interface
Hervé Poussineau
2019-11-29
1
-31
/
+117
*
isa: add an ISA DMA interface, and store it within the ISA bus
Hervé Poussineau
2019-11-29
1
-0
/
+21
*
i8257: move state definition to new independent header
Hervé Poussineau
2019-11-29
1
-34
/
+1
*
i8257: QOM'ify
Hervé Poussineau
2019-11-29
1
-53
/
+107
*
i8257: add missing const
Hervé Poussineau
2019-11-29
1
-1
/
+1
*
i8257: make the DMA running method per controller
Hervé Poussineau
2019-11-29
1
-41
/
+34
*
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
2019-11-29
1
-45
/
+46
*
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
2019-11-29
1
-20
/
+20
*
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
2019-11-29
1
-20
/
+23
*
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
2019-11-29
8
-8
/
+8
*
i82374: device only existed as ISA device, so simplify device
Hervé Poussineau
2019-11-29
1
-39
/
+19
*
fdc: fix detection under Linux
John Snow
2019-11-29
1
-0
/
+16
*
raspi: add raspberry pi 2 machine
Andrew Baumann
2019-11-29
2
-1
/
+153
*
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
2019-11-29
2
-35
/
+53
*
bcm2836: add bcm2836 SoC device
Andrew Baumann
2019-11-29
2
-1
/
+166
*
bcm2836_control: add bcm2836 ARM control logic
Andrew Baumann
2019-11-29
2
-1
/
+304
*
bcm2835_peripherals: add rollup device for bcm2835 peripherals
Andrew Baumann
2019-11-29
2
-0
/
+205
*
bcm2835_ic: add bcm2835 interrupt controller
Andrew Baumann
2019-11-29
2
-0
/
+237
*
bcm2835_property: add bcm2835 property channel
Andrew Baumann
2019-11-29
2
-0
/
+288
*
bcm2835_mbox: add BCM2835 mailboxes
Andrew Baumann
2019-11-29
2
-0
/
+334
*
arm: virt-acpi: each MADT.GICC entry as enabled unconditionally
Igor Mammedov
2019-11-29
1
-23
/
+3
*
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
Edgar E. Iglesias
2019-11-29
1
-0
/
+2
*
virt-acpi-build: add always-on property for timer
Andrew Jones
2019-11-29
1
-1
/
+1
*
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2019-11-29
3
-0
/
+26
*
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2019-11-29
2
-2
/
+6
*
virtio-gpu: maintain command queue
Gerd Hoffmann
2019-11-29
1
-17
/
+36
*
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
2019-11-29
1
-1
/
+2
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2019-11-29
2
-0
/
+2
*
virtio-scsi: Catch BDS-BB removal/insertion
Max Reitz
2019-11-29
1
-0
/
+55
*
virtio-blk: Functions for op blocker management
Max Reitz
2019-11-29
1
-18
/
+59
*
Revert "hw/block/fdc: Implement tray status"
Max Reitz
2019-11-29
1
-16
/
+7
*
ehci: update irq on reset
Gerd Hoffmann
2019-11-29
1
-0
/
+1
*
usb: check page select value while processing iTD
Prasad J Pandit
2019-11-29
1
-4
/
+6
*
audio: Clean up includes
Peter Maydell
2019-11-29
18
-5
/
+18
*
ivshmem: use a single eventfd callback, get rid of CharDriver
Marc-André Lureau
2019-11-29
1
-37
/
+18
*
ivshmem: generalize ivshmem_setup_interrupts
Marc-André Lureau
2019-11-29
1
-11
/
+12
*
ivshmem: remove redundant assignment, fix crash with msi=off
Marc-André Lureau
2019-11-29
1
-3
/
+0
*
ivshmem: no need for opaque argument
Marc-André Lureau
2019-11-29
1
-2
/
+2
*
nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file
Laszlo Ersek
2019-11-29
1
-36
/
+4
[next]