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
2024-07-01
vhost: dirty log should be per backend type
Si-Wei Liu
1
-12
/
+33
2024-07-01
Merge tag 'pull-xen-20240701' of https://xenbits.xen.org/git-http/people/aper...
Richard Henderson
6
-10
/
+122
2024-07-01
xen-hvm: Avoid livelock while handling buffered ioreqs
Ross Lagerwall
1
-9
/
+17
2024-07-01
xen: fix stubdom PCI addr
Marek Marczykowski-Górecki
2
-1
/
+81
2024-07-01
hw/xen: detect when running inside stubdomain
Marek Marczykowski-Górecki
3
-0
/
+24
2024-06-30
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Richard Henderson
16
-65
/
+33
2024-06-30
Merge tag 'pull-ufs-20240630' of https://gitlab.com/jeuk20.kim/qemu into staging
Richard Henderson
1
-15
/
+16
2024-06-30
hw/core/loader: gunzip(): fix memory leak on error path
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2024-06-30
vl.c: select_machine(): add selected machine type to error message
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2024-06-30
vl.c: select_machine(): use g_autoptr
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2024-06-30
vl.c: select_machine(): use ERRP_GUARD instead of error propagation
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2024-06-30
docs/system/devices/usb: Replace the non-existing "qemu" binary
Thomas Huth
1
-1
/
+1
2024-06-30
docs/cxl: fix some typos
Hyeongtak Ji
1
-3
/
+3
2024-06-30
os-posix: Expand setrlimit() syscall compatibility
Trent Huber
1
-0
/
+4
2024-06-30
net/can: Remove unused struct 'CanBusState'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-30
hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
Dr. David Alan Gilbert
1
-12
/
+0
2024-06-30
linux-user: sparc: Remove unused struct 'target_mc_fq'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-30
linux-user: cris: Remove unused struct 'rt_signal_frame'
Dr. David Alan Gilbert
1
-8
/
+0
2024-06-30
monitor: Remove obsolete stubs
Philippe Mathieu-Daudé
2
-4
/
+0
2024-06-30
target/i386: Advertise MWAIT iff host supports
Zide Chen
2
-14
/
+9
2024-06-30
vl: Allow multiple -overcommit commands
Zide Chen
1
-2
/
+2
2024-06-30
cpu: fix memleak of 'halt_cond' and 'thread'
Matheus Tavares Bernardino
2
-0
/
+4
2024-06-30
hmp-commands-info.hx: Add missing info command for stats subcommand
Martin Joerg
1
-1
/
+1
2024-06-30
hw/ufs: Fix potential bugs in MMIO read|write
Minwoo Im
1
-15
/
+16
2024-06-28
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
36
-249
/
+269
2024-06-28
target/i386/sev: Fix printf formats
Richard Henderson
1
-6
/
+11
2024-06-28
target/i386/sev: Use size_t for object sizes
Richard Henderson
2
-9
/
+9
2024-06-28
target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest
Paolo Bonzini
1
-5
/
+8
2024-06-28
target/i386: SEV: rename sev_snp_guest->id_auth
Paolo Bonzini
1
-6
/
+6
2024-06-28
target/i386: SEV: store pointer to decoded id_block in SevSnpGuest
Paolo Bonzini
1
-5
/
+6
2024-06-28
target/i386: SEV: rename sev_snp_guest->id_block
Paolo Bonzini
1
-6
/
+6
2024-06-28
target/i386: remove unused enum
Paolo Bonzini
1
-16
/
+0
2024-06-28
target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
Paolo Bonzini
2
-4
/
+12
2024-06-28
target/i386: use cpu_cc_dst for CC_OP_POPCNT
Paolo Bonzini
4
-6
/
+6
2024-06-28
target/i386: fix CC_OP dump
Paolo Bonzini
1
-63
/
+64
2024-06-28
include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
Paolo Bonzini
3
-43
/
+47
2024-06-28
exec: don't use void* in pointer arithmetic in headers
Roman Kiryanov
1
-1
/
+1
2024-06-28
exec: avoid using C++ keywords in function parameters
Roman Kiryanov
1
-2
/
+2
2024-06-28
block: rename former bdrv_file_open callbacks
Paolo Bonzini
4
-15
/
+15
2024-06-28
block: remove separate bdrv_file_open callback
Paolo Bonzini
17
-34
/
+30
2024-06-28
block: do not check bdrv_file_open
Paolo Bonzini
1
-6
/
+5
2024-06-28
block: make assertion more generic
Paolo Bonzini
1
-1
/
+1
2024-06-28
meson: remove dead optimization option
Paolo Bonzini
3
-18
/
+0
2024-06-28
meson: allow configuring the x86-64 baseline
Paolo Bonzini
3
-8
/
+39
2024-06-28
Revert "host/i386: assume presence of SSE2"
Paolo Bonzini
3
-2
/
+5
2024-06-28
Revert "host/i386: assume presence of SSSE3"
Paolo Bonzini
1
-2
/
+2
2024-06-28
Revert "host/i386: assume presence of POPCNT"
Paolo Bonzini
3
-2
/
+5
2024-06-28
configure: detect --cpu=mipsisa64r6
Paolo Bonzini
1
-1
/
+1
2024-06-27
Merge tag 'pull-riscv-to-apply-20240627-1' of https://github.com/alistair23/q...
Richard Henderson
12
-203
/
+877
2024-06-27
target/riscv: Apply modularized matching conditions for icount trigger
Alvin Chang
1
-1
/
+1
[next]