index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
i8257: add missing const
Hervé Poussineau
1
-1
/
+1
2016-02-03
i8257: make the DMA running method per controller
Hervé Poussineau
1
-41
/
+34
2016-02-03
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
1
-45
/
+46
2016-02-03
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
1
-20
/
+20
2016-02-03
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
1
-20
/
+23
2016-02-03
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
9
-9
/
+9
2016-02-03
i82374: device only existed as ISA device, so simplify device
Hervé Poussineau
1
-39
/
+19
2016-02-03
fdc: fix detection under Linux
John Snow
1
-0
/
+16
2016-02-03
raspi: add raspberry pi 2 machine
Andrew Baumann
2
-1
/
+153
2016-02-03
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
3
-35
/
+58
2016-02-03
bcm2836: add bcm2836 SoC device
Andrew Baumann
3
-1
/
+201
2016-02-03
bcm2836_control: add bcm2836 ARM control logic
Andrew Baumann
3
-1
/
+355
2016-02-03
bcm2835_peripherals: add rollup device for bcm2835 peripherals
Andrew Baumann
4
-0
/
+375
2016-02-03
bcm2835_ic: add bcm2835 interrupt controller
Andrew Baumann
3
-0
/
+270
2016-02-03
bcm2835_property: add bcm2835 property channel
Andrew Baumann
3
-0
/
+319
2016-02-03
bcm2835_mbox: add BCM2835 mailboxes
Andrew Baumann
5
-0
/
+400
2016-02-03
target-arm: Don't report presence of EL2 if it doesn't exist
Peter Maydell
1
-0
/
+9
2016-02-03
libvixl: Avoid std::abs() of 64-bit type
Peter Maydell
1
-1
/
+5
2016-02-03
arm: virt-acpi: each MADT.GICC entry as enabled unconditionally
Igor Mammedov
2
-24
/
+3
2016-02-03
target-arm: Implement the S2 MMU inputsize > pamax check
Edgar E. Iglesias
1
-0
/
+8
2016-02-03
target-arm: Rename check_s2_startlevel to check_s2_mmu_setup
Edgar E. Iglesias
1
-6
/
+6
2016-02-03
target-arm: Apply S2 MMU startlevel table size check to AArch64
Edgar E. Iglesias
1
-8
/
+8
2016-02-03
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
Edgar E. Iglesias
1
-0
/
+2
2016-02-03
target-arm: Make various system registers visible to EL3
Peter Maydell
1
-29
/
+29
2016-02-03
virt-acpi-build: add always-on property for timer
Andrew Jones
1
-1
/
+1
2016-02-03
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...
Peter Maydell
7
-20
/
+85
2016-02-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...
Peter Maydell
3
-13
/
+12
2016-02-03
log: add "-d trace:PATTERN"
Paolo Bonzini
1
-3
/
+13
2016-02-03
trace: switch default backend to "log"
Paolo Bonzini
1
-1
/
+1
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
7
-7
/
+24
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
4
-0
/
+27
2016-02-03
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
3
-2
/
+8
2016-02-03
virtio-gpu: maintain command queue
Gerd Hoffmann
2
-17
/
+37
2016-02-03
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
1
-1
/
+2
2016-02-03
console: block rendering until client is done
Gerd Hoffmann
2
-0
/
+12
2016-02-03
zap qemu_egl_has_ext in include/ui/egl-helpers.h
Gerd Hoffmann
1
-1
/
+0
2016-02-03
log: move qemu-log.c into util/ directory
Denis V. Lunev
3
-1
/
+1
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
41
-59
/
+99
2016-02-03
trace: add "-trace help"
Paolo Bonzini
3
-1
/
+29
2016-02-03
trace: add "-trace enable=..."
Paolo Bonzini
4
-24
/
+54
2016-02-03
trace: no need to call trace_backend_init in different branches now
Denis V. Lunev
1
-10
/
+2
2016-02-03
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
6
-17
/
+38
2016-02-03
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
4
-11
/
+19
2016-02-03
trace: fix documentation
Paolo Bonzini
1
-5
/
+5
2016-02-03
trace: track enabled events in a separate array
Paolo Bonzini
5
-8
/
+14
2016-02-03
trace: count number of enabled events
Paolo Bonzini
2
-1
/
+5
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
3
-13
/
+12
2016-02-02
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
52
-323
/
+1302
2016-02-02
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Jeff Cody
3
-0
/
+139
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
3
-12
/
+16
[prev]
[next]