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-05-10
kconfig: allow compiling out QEMU device tree code per target
Paolo Bonzini
10
-18
/
+45
2024-05-10
meson: move libfdt together with other dependencies
Paolo Bonzini
1
-41
/
+38
2024-05-10
meson: pick libfdt from common_ss when building target-specific files
Paolo Bonzini
7
-12
/
+18
2024-05-10
tests/qtest: arm: fix operation in a build without any boards or devices
Paolo Bonzini
3
-0
/
+14
2024-05-10
i386: select correct components for no-board build
Paolo Bonzini
4
-2
/
+32
2024-05-10
hw/i386: move rtc-reset-reinjection command out of hw/rtc
Paolo Bonzini
4
-11
/
+50
2024-05-10
hw/i386: split x86.c in multiple parts
Paolo Bonzini
5
-1053
/
+1113
2024-05-10
i386: pc: remove unnecessary MachineClass overrides
Paolo Bonzini
3
-10
/
+3
2024-05-10
i386: correctly select code in hw/i386 that depends on other components
Paolo Bonzini
2
-1
/
+3
2024-05-10
xen: register legacy backends via xen_backend_init
Paolo Bonzini
6
-41
/
+20
2024-05-10
xen: initialize legacy backends from xen_bus_init()
Paolo Bonzini
4
-7
/
+5
2024-05-10
tests/qtest: s390x: fix operation in a build without any boards or devices
Paolo Bonzini
1
-1
/
+6
2024-05-10
s390x: select correct components for no-board build
Paolo Bonzini
2
-2
/
+4
2024-05-10
s390: move css_migration_enabled from machine to css.c
Paolo Bonzini
4
-22
/
+16
2024-05-10
s390_flic: add migration-enabled property
Paolo Bonzini
3
-1
/
+7
2024-05-10
s390x: move s390_cpu_addr2state to target/s390x/sigp.c
Paolo Bonzini
2
-16
/
+17
2024-05-10
sh4: select correct components for no-board build
Paolo Bonzini
3
-3
/
+6
2024-05-10
configure: quote -D options that are passed through to meson
Paolo Bonzini
1
-1
/
+1
2024-05-10
tests/tcg: cover lzcnt/tzcnt/popcnt
Paolo Bonzini
1
-0
/
+25
2024-05-10
target/i386: fix feature dependency for WAITPKG
Paolo Bonzini
1
-2
/
+2
2024-05-10
target/i386: move prefetch and multi-byte UD/NOP to new decoder
Paolo Bonzini
4
-33
/
+27
2024-05-10
target/i386: rdpkru/wrpkru are no-prefix instructions
Paolo Bonzini
1
-2
/
+4
2024-05-10
target/i386: fix operand size for DATA16 REX.W POPCNT
Paolo Bonzini
1
-16
/
+1
2024-05-10
target/i386: remove PCOMMIT from TCG, deprecate property
Paolo Bonzini
4
-14
/
+10
2024-05-10
Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
15
-36
/
+99
2024-05-10
tests/qtest: Add some test cases support on LoongArch
Bibo Mao
2
-0
/
+13
2024-05-10
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
Thomas Huth
3
-4
/
+32
2024-05-10
target/s390x: flag te and cte as deprecated
Collin Walling
1
-0
/
+3
2024-05-10
target/s390x: report deprecated-props in cpu-model-expansion reply
Collin Walling
4
-1
/
+29
2024-05-10
s390x/sclp: Simplify get_sclp_device()
Cédric Le Goater
1
-2
/
+3
2024-05-10
s390x/event-facility: Simplify sclp_get_event_facility_bus()
Cédric Le Goater
3
-17
/
+10
2024-05-10
s390x: Introduce a SCLPDevice pointer under the machine
Cédric Le Goater
4
-13
/
+8
2024-05-10
hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
Thomas Huth
1
-1
/
+3
2024-05-09
Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
6
-27
/
+62
2024-05-09
Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...
Richard Henderson
34
-3036
/
+210
2024-05-09
target/loongarch: Put cpucfg operation before CSR register
Bibo Mao
1
-8
/
+8
2024-05-09
target/loongarch: Add TCG macro in structure CPUArchState
Bibo Mao
4
-13
/
+49
2024-05-09
hw/loongarch: Refine default numa id calculation
Bibo Mao
1
-6
/
+5
2024-05-09
gitlab: Update msys2-64bit runner tags
Richard Henderson
1
-3
/
+1
2024-05-09
Merge tag 'hw-misc-20240508' of https://github.com/philmd/qemu into staging
Richard Henderson
44
-411
/
+836
2024-05-09
misc: Use QEMU header path relative to include/ directory
Philippe Mathieu-Daudé
5
-5
/
+5
2024-05-09
hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
Jiaxun Yang
1
-9
/
+30
2024-05-09
hw/intc/loongarch_ipi: Rename as loongson_ipi
Jiaxun Yang
9
-15
/
+366
2024-05-09
hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
Jiaxun Yang
2
-19
/
+2
2024-05-09
hw/mips/loongson3_virt: Emulate suspend function
Jiaxun Yang
2
-0
/
+21
2024-05-09
hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
Bibo Mao
6
-224
/
+226
2024-05-09
hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
Bibo Mao
4
-17
/
+16
2024-05-09
hw/loongarch/virt: Fix memory leak
Song Gao
1
-2
/
+1
2024-05-09
hw/loongarch: move memory map to boot.c
Paolo Bonzini
5
-14
/
+14
2024-05-09
hw/ppc: Deprecate 'ref405ep' machine and 405 CPUs
Cédric Le Goater
2
-0
/
+9
[next]