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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-16
softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h
Richard Henderson
1
-70
/
+25
2021-05-16
softfloat: Inline float_raise
Richard Henderson
1
-1
/
+4
2021-05-16
qemu/host-utils: Add wrappers for carry builtins
Richard Henderson
1
-0
/
+50
2021-05-16
qemu/host-utils: Add wrappers for overflow builtins
Richard Henderson
1
-0
/
+225
2021-05-16
qemu/host-utils: Use __builtin_bitreverseN
Richard Henderson
1
-0
/
+16
2021-05-14
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...
Peter Maydell
2
-1
/
+35
2021-05-14
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...
Peter Maydell
5
-9
/
+26
2021-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...
Peter Maydell
9
-130
/
+1
2021-05-13
migration/ram: Handle RAM block resizes during postcopy
David Hildenbrand
1
-0
/
+10
2021-05-13
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
1
-4
/
+6
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
1
-4
/
+9
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
1
-0
/
+1
2021-05-13
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
1
-1
/
+0
2021-05-12
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
3
-8
/
+157
2021-05-12
Drop the deprecated unicore32 target
Markus Armbruster
4
-44
/
+1
2021-05-12
Drop the deprecated lm32 target
Markus Armbruster
6
-71
/
+0
2021-05-12
Remove the deprecated moxie target
Thomas Huth
5
-15
/
+0
2021-05-12
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
4
-19
/
+20
2021-05-12
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...
Peter Maydell
3
-10
/
+42
2021-05-12
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...
Peter Maydell
1
-0
/
+6
2021-05-11
hw/opentitan: Update the interrupt layout
Alistair Francis
1
-8
/
+8
2021-05-11
hw/riscv: Connect Shakti UART to Shakti platform
Vijai Kumar K
1
-0
/
+2
2021-05-11
hw/char: Add Shakti UART emulation
Vijai Kumar K
1
-0
/
+74
2021-05-11
riscv: Add initial support for Shakti C machine
Vijai Kumar K
1
-0
/
+73
2021-05-11
main-loop: remove dead code
Paolo Bonzini
1
-18
/
+0
2021-05-10
accel: add init_accel_cpu for adapting accel behavior to CPU type
Claudio Fontana
1
-0
/
+6
2021-05-10
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
2
-2
/
+2
2021-05-10
accel: introduce new accessor functions
Claudio Fontana
1
-0
/
+13
2021-05-10
hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
Peter Maydell
1
-0
/
+9
2021-05-10
hw/misc/mps2-scc: Add "QEMU interface" comment
Peter Maydell
1
-0
/
+12
2021-05-10
include/disas/dis-asm.h: Handle being included outside 'extern "C"'
Peter Maydell
1
-2
/
+10
2021-05-10
include/qemu/bswap.h: Handle being included outside extern "C" block
Peter Maydell
1
-4
/
+22
2021-05-10
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Peter Maydell
3
-4
/
+20
2021-05-10
xen: Free xenforeignmemory_resource at exit
Anthony PERARD
1
-0
/
+6
2021-05-10
modules: add have_vga
Gerd Hoffmann
1
-0
/
+6
2021-05-10
virtio-gpu: move fields to struct VirtIOGPUGL
Gerd Hoffmann
1
-2
/
+3
2021-05-10
virtio-gpu: drop use_virgl_renderer
Gerd Hoffmann
1
-1
/
+0
2021-05-10
virtio-gpu: move update_cursor_data
Gerd Hoffmann
1
-0
/
+6
2021-05-10
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
1
-0
/
+2
2021-05-10
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
1
-1
/
+7
2021-05-10
virtio-gpu: move virgl reset
Gerd Hoffmann
1
-0
/
+1
2021-05-10
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
1
-0
/
+1
2021-05-10
virtio-gpu: add virtio-gpu-gl-device
Gerd Hoffmann
1
-0
/
+7
2021-05-10
virtio-gpu: handle partial maps properly
Gerd Hoffmann
1
-1
/
+2
2021-05-10
edid: Make refresh rate configurable
Akihiko Odaki
1
-5
/
+7
2021-05-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
4
-0
/
+58
2021-05-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
4
-5
/
+16
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
7
-7
/
+1
2021-05-04
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...
Peter Maydell
4
-5
/
+65
2021-05-04
glib-compat: accept G_TEST_SLOW environment variable
Paolo Bonzini
1
-0
/
+17
[next]