aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-03cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-03sparc64: disable floppy DMAHervé Poussineau
2016-02-03sparc: disable floppy DMAHervé Poussineau
2016-02-03magnum: disable floppy DMA for nowHervé Poussineau
2016-02-03i8257: implement the IsaDma interfaceHervé Poussineau
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau
2016-02-03i8257: move state definition to new independent headerHervé Poussineau
2016-02-03i8257: QOM'ifyHervé Poussineau
2016-02-03i8257: add missing constHervé Poussineau
2016-02-03i8257: make the DMA running method per controllerHervé Poussineau
2016-02-03i8257: rename functions to start with i8257_ prefixHervé Poussineau
2016-02-03i8257: rename struct dma_regs to I8257RegsHervé Poussineau
2016-02-03i8257: rename struct dma_cont to I8257StateHervé Poussineau
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau
2016-02-03i82374: device only existed as ISA device, so simplify deviceHervé Poussineau
2016-02-03fdc: fix detection under LinuxJohn Snow
2016-02-03raspi: add raspberry pi 2 machineAndrew Baumann
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann
2016-02-03target-arm: Don't report presence of EL2 if it doesn't existPeter Maydell
2016-02-03libvixl: Avoid std::abs() of 64-bit typePeter Maydell
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov
2016-02-03target-arm: Implement the S2 MMU inputsize > pamax checkEdgar E. Iglesias
2016-02-03target-arm: Rename check_s2_startlevel to check_s2_mmu_setupEdgar E. Iglesias
2016-02-03target-arm: Apply S2 MMU startlevel table size check to AArch64Edgar E. Iglesias
2016-02-03hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias
2016-02-03target-arm: Make various system registers visible to EL3Peter Maydell
2016-02-03virt-acpi-build: add always-on property for timerAndrew Jones
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell
2016-02-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...Peter Maydell
2016-02-03log: add "-d trace:PATTERN"Paolo Bonzini
2016-02-03trace: switch default backend to "log"Paolo Bonzini
2016-02-03trace: convert stderr backend to logPaolo Bonzini
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann
2016-02-03console: block rendering until client is doneGerd Hoffmann
2016-02-03zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann
2016-02-03log: move qemu-log.c into util/ directoryDenis V. Lunev
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-02-03trace: add "-trace help"Paolo Bonzini
2016-02-03trace: add "-trace enable=..."Paolo Bonzini