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-10.0
stable-10.1
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-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
2024-03-22
target/riscv: do not enable all named features by default
Daniel Henrique Barboza
3
-37
/
+25
2024-03-21
coroutine: reserve 5,000 mappings
Stefan Hajnoczi
1
-5
/
+10
2024-03-21
Merge tag 'pull-maintainer-final-for-real-this-time-200324-1' of https://gitl...
Peter Maydell
6
-30
/
+70
2024-03-20
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Peter Maydell
11
-146
/
+119
2024-03-20
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
6
-13
/
+16
2024-03-20
Merge tag 'edk2-20240320-pull-request' of https://gitlab.com/kraxel/qemu into...
Peter Maydell
6
-9
/
+5
2024-03-20
Merge tag 'pull-loongarch-20240320' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
5
-44
/
+87
2024-03-20
Merge tag 'pull-pa-20240319' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
4
-56
/
+166
2024-03-20
Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ...
Peter Maydell
5
-71
/
+145
2024-03-20
meson: remove dead dictionary access
Paolo Bonzini
1
-1
/
+1
2024-03-20
tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup
Marcin Juszkiewicz
1
-1
/
+19
2024-03-20
tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
Marcin Juszkiewicz
1
-0
/
+18
2024-03-20
tests/avocado: drop virtio-rng from sbsa-ref tests
Marcin Juszkiewicz
1
-8
/
+0
2024-03-20
tests/avocado: update sbsa-ref firmware
Marcin Juszkiewicz
1
-19
/
+21
2024-03-20
gitlab: aggressively avoid extra GIT data
Alex Bennée
5
-2
/
+12
2024-03-20
tests/plugins: fix use-after-free bug
Paolo Bonzini
1
-1
/
+1
2024-03-20
target/i386: Revert monitor_puts() in do_inject_x86_mce()
Tao Su
1
-1
/
+1
2024-03-20
ui: compile dbus-display1.c with -fPIC as necessary
Marc-André Lureau
1
-2
/
+1
2024-03-20
ui/curses: Do not use console_select()
Akihiko Odaki
6
-126
/
+51
2024-03-20
ui/cocoa: Do not use console_select()
Akihiko Odaki
1
-11
/
+26
2024-03-20
ui/vnc: Do not use console_select()
Akihiko Odaki
5
-5
/
+39
2024-03-20
ui/vc: Do not inherit the size of active console
Akihiko Odaki
1
-2
/
+2
2024-03-20
target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
Song Gao
1
-4
/
+4
2024-03-20
target/loongarch: Fix tlb huge page loading issue
Xianglai Li
3
-39
/
+82
2024-03-20
hw/intc/loongarch_extioi: Fix interrupt routing update
Bibo Mao
1
-1
/
+1
2024-03-19
target/hppa: fix do_stdby_e()
Sven Schnelle
1
-5
/
+5
2024-03-19
target/hppa: mask privilege bits in mfia
Sven Schnelle
1
-1
/
+1
2024-03-19
target/hppa: exit tb on flush cache instructions
Sven Schnelle
2
-3
/
+10
2024-03-19
target/hppa: fix access_id check
Sven Schnelle
1
-17
/
+61
2024-03-19
target/hppa: fix shrp for wide mode
Sven Schnelle
1
-2
/
+2
2024-03-19
target/hppa: ldcw,s uses static shift of 3
Sven Schnelle
1
-1
/
+1
2024-03-19
target/hppa: Fix assemble_12a insns for wide mode
Richard Henderson
2
-12
/
+34
2024-03-19
target/hppa: Fix assemble_11a insns for wide mode
Richard Henderson
2
-9
/
+21
2024-03-19
target/hppa: Fix assemble_16 insns for wide mode
Richard Henderson
2
-6
/
+31
2024-03-19
crypto: report which ciphers are being skipped during tests
Daniel P. Berrangé
1
-0
/
+4
2024-03-19
crypto: use error_abort for unexpected failures
Daniel P. Berrangé
1
-2
/
+1
2024-03-19
crypto: query gcrypt for cipher availability
Daniel P. Berrangé
1
-0
/
+5
2024-03-19
crypto: factor out conversion of QAPI to gcrypt constants
Daniel P. Berrangé
1
-56
/
+60
2024-03-19
Revert "chardev: use a child source for qio input source"
Daniel P. Berrangé
1
-5
/
+51
2024-03-19
Revert "chardev/char-socket: Fix TLS io channels sending too much data to the...
Daniel P. Berrangé
1
-3
/
+3
2024-03-19
chardev: lower priority of the HUP GSource in socket chardev
Daniel P. Berrangé
1
-0
/
+16
2024-03-19
seccomp: report EPERM instead of killing process for spawn set
Daniel P. Berrangé
1
-5
/
+5
2024-03-19
Update version for v9.0.0-rc0 release
v9.0.0-rc0
Peter Maydell
1
-1
/
+1
2024-03-19
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
1
-59
/
+223
2024-03-19
update edk2 binaries for arm, risc-v and x86 secure boot.
Gerd Hoffmann
4
-0
/
+0
2024-03-19
roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fd
Gerd Hoffmann
1
-3
/
+3
2024-03-19
roms/efi: exclude efi shell from secure boot builds
Gerd Hoffmann
1
-0
/
+1
2024-03-19
roms/efi: drop workaround for edk2-stable202308
Gerd Hoffmann
1
-6
/
+0
2024-03-19
roms/efi: clean up edk2 build config
Gerd Hoffmann
1
-0
/
+1
2024-03-19
coroutine: cap per-thread local pool size
Stefan Hajnoczi
1
-59
/
+223
[prev]
[next]