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
2023-09-19
backends/hostmem-file: Add "rom" property to support VM templating with R/O f...
David Hildenbrand
3
-3
/
+89
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
5
-25
/
+30
2023-09-19
nvdimm: Reject writing label data to ROM instead of crashing QEMU
David Hildenbrand
4
-7
/
+23
2023-09-18
Merge tag 'pull-crypto-20230915' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
18
-286
/
+434
2023-09-15
host/include/aarch64: Implement clmul.h
Richard Henderson
3
-1
/
+45
2023-09-15
host/include/i386: Implement clmul.h
Richard Henderson
5
-0
/
+35
2023-09-15
target/ppc: Use clmul_64
Richard Henderson
1
-14
/
+3
2023-09-15
target/s390x: Use clmul_64
Richard Henderson
1
-47
/
+13
2023-09-15
target/i386: Use clmul_64
Richard Henderson
1
-31
/
+9
2023-09-15
target/arm: Use clmul_64
Richard Henderson
1
-18
/
+4
2023-09-15
crypto: Add generic 64-bit carry-less multiply routine
Richard Henderson
3
-0
/
+51
2023-09-15
target/ppc: Use clmul_32* routines
Richard Henderson
1
-21
/
+7
2023-09-15
target/s390x: Use clmul_32* routines
Richard Henderson
1
-53
/
+22
2023-09-15
target/arm: Use clmul_32* routines
Richard Henderson
1
-13
/
+1
2023-09-15
crypto: Add generic 32-bit carry-less multiply routines
Richard Henderson
2
-0
/
+20
2023-09-15
target/ppc: Use clmul_16* routines
Richard Henderson
1
-1
/
+8
2023-09-15
target/s390x: Use clmul_16* routines
Richard Henderson
1
-3
/
+24
2023-09-15
target/arm: Use clmul_16* routines
Richard Henderson
3
-25
/
+2
2023-09-15
crypto: Add generic 16-bit carry-less multiply routines
Richard Henderson
2
-0
/
+37
2023-09-15
target/ppc: Use clmul_8* routines
Richard Henderson
1
-1
/
+13
2023-09-15
target/s390x: Use clmul_8* routines
Richard Henderson
1
-3
/
+29
2023-09-15
target/arm: Use clmul_8* routines
Richard Henderson
3
-57
/
+9
2023-09-15
crypto: Add generic 8-bit carry-less multiply routines
Richard Henderson
3
-3
/
+107
2023-09-13
Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm...
Stefan Hajnoczi
1
-9
/
+2
2023-09-13
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
3
-27
/
+25
2023-09-13
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Stefan Hajnoczi
1
-2
/
+2
2023-09-13
tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR
Marc-André Lureau
1
-9
/
+2
2023-09-13
Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
31
-25
/
+460
2023-09-13
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
22
-1245
/
+1426
2023-09-13
target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()
Philippe Mathieu-Daudé
1
-16
/
+16
2023-09-13
target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuid
Philippe Mathieu-Daudé
1
-6
/
+4
2023-09-13
target/i386: Check kvm_hyperv_expand_features() return value
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-13
meson: Fix targetos match for illumos and Solaris.
Jonathan Perkin
2
-3
/
+3
2023-09-12
hw/nvme: Avoid dynamic stack allocation
Peter Maydell
1
-1
/
+1
2023-09-12
hw/nvme: Use #define to avoid variable length array
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-12
tests/qtest/pflash: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-12
kconfig: Add NVME to s390x machines
Cédric Le Goater
1
-1
/
+1
2023-09-12
target/s390x: AP-passthrough for PV guests
Steffen Eiden
5
-0
/
+79
2023-09-12
target/s390x/kvm: Refactor AP functionalities
Steffen Eiden
1
-7
/
+17
2023-09-12
linux-headers: Update to Linux v6.6-rc1
Thomas Huth
23
-16
/
+351
2023-09-12
s390x: do a subsystem reset before the unprotect on reboot
Janosch Frank
1
-0
/
+10
2023-09-12
s390x/ap: fix missing subsystem reset registration
Janosch Frank
1
-0
/
+1
2023-09-12
ui: add precondition for dpy_get_ui_info()
Marc-André Lureau
2
-2
/
+4
2023-09-12
ui: fix crash when there are no active_console
Marc-André Lureau
1
-0
/
+3
2023-09-12
virtio-gpu/win32: set the destroy function on load
Marc-André Lureau
1
-1
/
+3
2023-09-12
ui/console: move DisplaySurface to its own header
Marc-André Lureau
2
-83
/
+96
2023-09-12
ui/vc: split off the VC part from console.c
Marc-André Lureau
4
-1093
/
+1126
2023-09-12
ui/vc: preliminary QemuTextConsole changes before split
Marc-André Lureau
1
-17
/
+35
2023-09-12
ui/console: remove redundant format field
Marc-André Lureau
6
-15
/
+12
2023-09-12
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
8
-43
/
+43
[next]