Sign in
qemu
/
qemu
/
207e80c94004b2d3b059c31fe760dbbaf27723f5
207e80c
bsd-user: Implement RISC-V sysarch system call emulation
by Mark Corbin
· 5 months ago
6402325
bsd-user: Add RISC-V signal trampoline setup function
by Mark Corbin
· 5 months ago
2bf7922
bsd-user: Define RISC-V register structures and register copying
by Mark Corbin
· 5 months ago
8951b87
bsd-user: Add RISC-V ELF definitions and hardware capability detection
by Mark Corbin
· 5 months ago
83726b7
bsd-user: Implement RISC-V TLS register setup
by Mark Corbin
· 5 months ago
5341bf6
bsd-user: Implement RISC-V CPU register cloning and reset functions
by Mark Corbin
· 5 months ago
92c1561
bsd-user: Add RISC-V CPU execution loop and syscall handling
by Mark Corbin
· 5 months ago
9d49b1c
bsd-user: Implement RISC-V CPU initialization and main loop
by Mark Corbin
· 5 months ago
1165e30
hw/intc: riscv-imsic: Fix interrupt state updates.
by Tomasz Jeznach
· 6 months ago
177060d
target/riscv/cpu_helper: Fix linking problem with semihosting disabled
by Thomas Huth
· 6 months ago
b274028
target/riscv32: Fix masking of physical address
by Andrew Jones
· 6 months ago
5b87641
target: riscv: Add Svvptc extension support
by Alexandre Ghiti
· 6 months ago
55c1365
hw/riscv: Respect firmware ELF entry point
by Samuel Holland
· 6 months ago
6ffe9b6
target/riscv: Add textra matching condition for the triggers
by Alvin Chang
· 6 months ago
c4db48c
target/riscv: Preliminary textra trigger CSR writting support
by Alvin Chang
· 6 months ago
c5757f8
util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc
by Milan P. Stanić
· 6 months ago
af0b5b7
target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
by Maria Klauchek
· 6 months ago
2d2e3bd
target/riscv: Stop timer with infinite timecmp
by Andrew Jones
· 6 months ago
e92ba09
target/riscv/kvm: Fix the group bit setting of AIA
by Andrew Jones
· 6 months ago
06fb3bd
target: riscv: Enable Bit Manip for OpenTitan Ibex CPU
by Alistair Francis
· 6 months ago
d1f872e
target/riscv: fix za64rs enabling
by Vladimir Isaev
· 6 months ago
b0d4381
target/riscv/tcg/tcg-cpu.c: consider MISA bit choice in implied rule
by Daniel Henrique Barboza
· 6 months ago
f91bb8b
tests/acpi: Add expected ACPI SRAT AML file for RISC-V
by Haibo Xu
· 7 months ago
5fd9c51
tests/qtest/bios-tables-test.c: Enable numamem testing for RISC-V
by Haibo Xu
· 7 months ago
761a9c5
tests/acpi: Add empty ACPI SRAT data file for RISC-V
by Haibo Xu
· 7 months ago
12f1e2e
target/riscv: Add a property to set vl to ceil(AVL/2)
by Jason Chien
· 7 months ago
718780d
Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into staging
by Peter Maydell
· 5 months ago
ebd1568
hw/nvme: add atomic write support
by Alan Adamson
· 5 months ago
e4bcb58
hw/nvme: add knob for CTRATT.MEM
by Klaus Jensen
· 5 months ago
72cb480
Merge tag 'pull-block-jobs-2024-09-30' of https://gitlab.com/vsementsov/qemu into staging
by Peter Maydell
· 5 months ago
a1ab678
hw/nvme: support CTRATT.MEM
by Arun Kumar
· 7 months ago
16eb2ea
hw/nvme: clear masked events from the aer queue
by Arun Kumar
· 6 months ago
78ca36d
hw/nvme: report id controller metadata sgl support
by Keith Busch
· 5 months ago
b74987c
util/co-shared-resource: Remove unused co_try_get_from_shres
by Dr. David Alan Gilbert
· 5 months ago
e84af3e
block: Remove unused aio_task_pool_empty
by Dr. David Alan Gilbert
· 5 months ago
6475155
block/reqlist: allow adding overlapping requests
by Fiona Ebner
· 8 months ago
6252deb
backup: add minimum cluster size to performance options
by Fiona Ebner
· 8 months ago
9484ad6
copy-before-write: allow specifying minimum cluster size
by Fiona Ebner
· 8 months ago
3b14a76
Merge tag 'qemu-openbios-20240924' of https://github.com/mcayland/qemu into staging
by Peter Maydell
· 5 months ago
173c427
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into staging
by Peter Maydell
· 5 months ago
4ae7d11
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
by Peter Maydell
· 5 months ago
e10cd93
Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into staging
by Peter Maydell
· 5 months ago
a53b931
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
by Peter Maydell
· 5 months ago
dc05b26
.gitlab-ci.d: Make separate collapsible log sections for build and test
by Peter Maydell
· 5 months ago
1cde10e
.gitlab-ci.d: Split build and test in cross build job templates
by Peter Maydell
· 5 months ago
2540a55
scripts/checkpatch.pl: emit error when using assert(false)
by Pierrick Bouvier
· 5 months ago
972208b
roms/openbios: update OpenBIOS images to c3a19c1e built from submodule
by Mark Cave-Ayland
· 5 months ago
98da252
tests/qtest: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
02f5360
qom: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
f52e630
qobject: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
d13526f
migration: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
f5ba75e
hw/ppc: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
77e8012
hw/pci: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
2a7e148
hw/net: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
f1912e4
hw/hyperv: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
59a749a
include/qemu: remove return after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
43c0b05
tcg/loongarch64: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
f0161b9
fpu: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
e67d261
target/riscv: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
200e25b
target/arm: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
bfce928
hw/tpm: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
5ef0eac
hw/scsi: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
7e62c90
hw/net: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
60053ab
hw/acpi: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
85deb1f
block: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
1484a04
accel/tcg: remove break after g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
f4fa1a5
target/i386/kvm: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
fe1f1a8
migration: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
4e5a1cc
hw/ppc: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
4bd5418
hw/pci: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
7f2acdf
hw/nvme: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
d81e87e
hw/net: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
159e011
hw/hyperv: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
d125e4a
block: replace assert(false) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
52d9ffd
target/ppc: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
890000d
qobject: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
0c79eff
migration: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
b5df251
hw/net: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
42bf363
hw/arm: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
3f46ff1
hw/acpi: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 5 months ago
4f37abf
tests/functional: Convert the powernv tests from boot_linux_console.py
by Thomas Huth
· 5 months ago
a94bfe1
tests/functional: Convert the r2d sh4 Avocado test
by Thomas Huth
· 5 months ago
12c0b40
tests/functional: Convert the mac ppc Avocado tests
by Thomas Huth
· 5 months ago
53a62fd
tests/functional: Convert the e500 ppc64 Avocado test
by Thomas Huth
· 5 months ago
f90527d
tests/functional: Convert the SPARCStation Avocado test
by Thomas Huth
· 5 months ago
d193909
tests/functional: Convert the xtensa lx60 Avocado test
by Thomas Huth
· 5 months ago
c3cff72
tests/functional: Convert the vexpressa9 Avocado test
by Thomas Huth
· 5 months ago
d2a500c
tests/functional/qemu_test: Add a function for launching kernels more easily
by Thomas Huth
· 5 months ago
78c8f78
hostmem: Apply merge property after the memory region is initialized
by Gavin Shan
· 5 months ago
1f5f490
virtio-mem: Add support for suspend+wake-up with plugged memory
by Juraj Marcin
· 6 months ago
c009a31
virtio-mem: Use new Resettable framework instead of LegacyReset
by Juraj Marcin
· 6 months ago
759cbb4
reset: Add RESET_TYPE_WAKEUP
by Juraj Marcin
· 6 months ago
1b063fe
reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
by Juraj Marcin
· 6 months ago
8d018fe
virtio: kconfig: memory devices are PCI only
by Paolo Bonzini
· 6 months ago
c4d80fa
linux-user: update syscall.tbl to Linux v6.11
by Laurent Vivier
· 5 months ago
c52e405
linux-user,loongarch: move to syscalltbl file
by Laurent Vivier
· 5 months ago
e7e6cc5
linux-user,hexagon: move to syscalltbl file
by Laurent Vivier
· 5 months ago
5281a19
linux-user,riscv: move to syscalltbl file
by Laurent Vivier
· 5 months ago
656a46f
linux-user,openrisc: move to syscalltbl file
by Laurent Vivier
· 5 months ago
f5afe73
linux-user,aarch64: move to syscalltbl file
by Laurent Vivier
· 5 months ago
Next »