aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-03i8257: add missing constHervé Poussineau1-1/+1
2016-02-03i8257: make the DMA running method per controllerHervé Poussineau1-41/+34
2016-02-03i8257: rename functions to start with i8257_ prefixHervé Poussineau1-45/+46
2016-02-03i8257: rename struct dma_regs to I8257RegsHervé Poussineau1-20/+20
2016-02-03i8257: rename struct dma_cont to I8257StateHervé Poussineau1-20/+23
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau9-9/+9
2016-02-03i82374: device only existed as ISA device, so simplify deviceHervé Poussineau1-39/+19
2016-02-03fdc: fix detection under LinuxJohn Snow1-0/+16
2016-02-03raspi: add raspberry pi 2 machineAndrew Baumann2-1/+153
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann3-35/+58
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann3-1/+201
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann3-1/+355
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann4-0/+375
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann3-0/+270
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann3-0/+319
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann5-0/+400
2016-02-03target-arm: Don't report presence of EL2 if it doesn't existPeter Maydell1-0/+9
2016-02-03libvixl: Avoid std::abs() of 64-bit typePeter Maydell1-1/+5
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov2-24/+3
2016-02-03target-arm: Implement the S2 MMU inputsize > pamax checkEdgar E. Iglesias1-0/+8
2016-02-03target-arm: Rename check_s2_startlevel to check_s2_mmu_setupEdgar E. Iglesias1-6/+6
2016-02-03target-arm: Apply S2 MMU startlevel table size check to AArch64Edgar E. Iglesias1-8/+8
2016-02-03hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias1-0/+2
2016-02-03target-arm: Make various system registers visible to EL3Peter Maydell1-29/+29
2016-02-03virt-acpi-build: add always-on property for timerAndrew Jones1-1/+1
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell7-20/+85
2016-02-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...Peter Maydell3-13/+12
2016-02-03log: add "-d trace:PATTERN"Paolo Bonzini1-3/+13
2016-02-03trace: switch default backend to "log"Paolo Bonzini1-1/+1
2016-02-03trace: convert stderr backend to logPaolo Bonzini7-7/+24
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann4-0/+27
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann3-2/+8
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann2-17/+37
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-02-03console: block rendering until client is doneGerd Hoffmann2-0/+12
2016-02-03zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann1-1/+0
2016-02-03log: move qemu-log.c into util/ directoryDenis V. Lunev3-1/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini41-59/+99
2016-02-03trace: add "-trace help"Paolo Bonzini3-1/+29
2016-02-03trace: add "-trace enable=..."Paolo Bonzini4-24/+54
2016-02-03trace: no need to call trace_backend_init in different branches nowDenis V. Lunev1-10/+2
2016-02-03trace: split trace_init_file out of trace_init_backendsPaolo Bonzini6-17/+38
2016-02-03trace: split trace_init_events out of trace_init_backendsPaolo Bonzini4-11/+19
2016-02-03trace: fix documentationPaolo Bonzini1-5/+5
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini5-8/+14
2016-02-03trace: count number of enabled eventsPaolo Bonzini2-1/+5
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller3-13/+12
2016-02-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell52-323/+1302
2016-02-02block: qemu-iotests - add test for snapshot, commit, snapshot bugJeff Cody3-0/+139
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody3-12/+16