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
2015-05-29
hw/arm/virt-acpi-build: Generate MADT table
Shannon Zhao
3
-1
/
+97
2015-05-29
hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers
Shannon Zhao
2
-37
/
+129
2015-05-29
hw/arm/virt-acpi-build: Generation of DSDT table for virt devices
Shannon Zhao
1
-0
/
+132
2015-05-29
hw/acpi/aml-build: Add aml_interrupt() term
Shannon Zhao
2
-0
/
+69
2015-05-29
hw/acpi/aml-build: Add aml_memory32_fixed() term
Shannon Zhao
2
-0
/
+30
2015-05-29
hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARM
Shannon Zhao
5
-1
/
+228
2015-05-29
hw/arm/virt: Record PCIe ranges in MemMapEntry array
Shannon Zhao
2
-24
/
+16
2015-05-29
hw/arm/virt: Move common definitions to virt.h
Shannon Zhao
2
-20
/
+57
2015-05-29
hw/acpi/aml-build: Make enum values to be upper case to match coding style
Shannon Zhao
3
-69
/
+69
2015-05-29
target-arm: Add WFx instruction trap support
Greg Bellows
1
-1
/
+59
2015-05-29
target-arm: Don't halt on WFI unless we don't have any work
Peter Maydell
3
-0
/
+15
2015-05-29
target-arm: Move TB flags down to fill gap
Peter Maydell
1
-2
/
+2
2015-05-29
target-arm: Extend FP checks to use an EL
Greg Bellows
4
-37
/
+82
2015-05-29
target-arm: Make singlestate TB flags common between AArch32/64
Peter Maydell
2
-44
/
+29
2015-05-29
target-arm: Add AArch64 CPTR registers
Greg Bellows
2
-1
/
+44
2015-05-29
target-arm: Allow cp access functions to indicate traps to EL2 or EL3
Peter Maydell
2
-2
/
+19
2015-05-29
target-arm: Update interrupt handling to use target EL
Greg Bellows
4
-61
/
+50
2015-05-29
target-arm: Make raise_exception() take syndrome and target EL
Peter Maydell
1
-40
/
+28
2015-05-29
target-arm: Set exception target EL in tlb_fill
Peter Maydell
1
-0
/
+1
2015-05-29
target-arm: Move setting of exception info into tlb_fill
Peter Maydell
5
-44
/
+52
2015-05-29
target-arm: Set correct syndrome for faults on MSR DAIF*, imm
Peter Maydell
1
-0
/
+3
2015-05-29
target-arm: Extend helpers to route exceptions
Greg Bellows
1
-0
/
+21
2015-05-29
target-arm: Add exception target el infrastructure
Greg Bellows
6
-37
/
+83
2015-05-29
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into...
Peter Maydell
10
-4
/
+2105
2015-05-29
gtk: Replace gdk_cursor_new()
Max Reitz
1
-1
/
+4
2015-05-29
gtk: add opengl support, using egl
Gerd Hoffmann
6
-17
/
+253
2015-05-29
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into ...
Peter Maydell
4
-1
/
+27
2015-05-29
ui: add egl-helpers
Gerd Hoffmann
4
-1
/
+168
2015-05-29
ui: shader.h protect against double inclusion
Gerd Hoffmann
1
-0
/
+5
2015-05-29
ui: use libexpoxy
Gerd Hoffmann
3
-8
/
+4
2015-05-29
virtio-input: emulated devices [device]
Gerd Hoffmann
3
-0
/
+524
2015-05-29
virtio-input: core code & base class [device]
Gerd Hoffmann
4
-0
/
+371
2015-05-29
virtio-input: add linux/input.h
Gerd Hoffmann
2
-1
/
+1201
2015-05-29
kbd: add brazil kbd keys to x11 evdev map
Gerd Hoffmann
1
-2
/
+2
2015-05-29
kbd: add brazil kbd keys to qemu
Gerd Hoffmann
2
-1
/
+7
2015-05-29
spice: fix spice_chr_add_watch() pre-condition
Marc-André Lureau
1
-1
/
+1
2015-05-29
spice: don't update mm_time when spice-server is stopped.
Gerd Hoffmann
2
-0
/
+5
2015-05-29
spice-char: notify the server when chardev is writable
Marc-André Lureau
1
-0
/
+11
2015-05-29
virtio-console: notify chardev when writable
Marc-André Lureau
1
-0
/
+10
2015-05-28
Revert "gdbstub: Do not kill target in system emulation mode"
Fabien Chouteau
1
-2
/
+0
2015-05-28
Add GDB qAttached support
Jan Kiszka
1
-0
/
+10
2015-05-28
gdbstub: Introduce an is is_query_packet helper
Jan Kiszka
1
-2
/
+10
2015-05-28
gdbstub: Fix qOffsets packet detection
Jan Kiszka
1
-1
/
+1
2015-05-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150528' into staging
Peter Maydell
11
-43
/
+357
2015-05-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
19
-239
/
+331
2015-05-27
s390x: Enable vector processing capability
Eric Farman
1
-0
/
+1
2015-05-27
s390x: Migrate vector registers
Eric Farman
2
-0
/
+75
2015-05-27
s390x: Add vector registers to ELF dump
Eric Farman
1
-0
/
+39
2015-05-27
linux/elf.h update
Eric Farman
1
-0
/
+2
2015-05-27
s390x: Add vector registers to HMP output
Eric Farman
1
-0
/
+6
[prev]
[next]