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-12-11
target/xtensa: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-1
/
+3
2024-12-11
target/sparc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-2
/
+3
2024-12-11
target/mips: Set FloatInfZeroNaNRule explicitly
Peter Maydell
3
-15
/
+14
2024-12-11
target/ppc: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-6
/
+8
2024-12-11
target/s390: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-2
/
+2
2024-12-11
target/arm: Set FloatInfZeroNaNRule explicitly
Peter Maydell
2
-7
/
+4
2024-12-11
tests/fp: Explicitly set inf-zero-nan rule
Peter Maydell
2
-0
/
+10
2024-12-11
softfloat: Allow runtime choice of inf * 0 + NaN result
Peter Maydell
3
-30
/
+95
2024-12-11
fpu: Check for default_nan_mode before calling pickNaNMulAdd
Peter Maydell
2
-4
/
+13
2024-12-11
fpu: handle raising Invalid for infzero in pick_nan_muladd
Peter Maydell
2
-34
/
+8
2024-12-11
hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement
Bernhard Beschow
1
-2
/
+2
2024-12-11
hw/net/lan9118_phy: Reuse MII constants
Bernhard Beschow
2
-23
/
+46
2024-12-11
hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR register
Bernhard Beschow
1
-1
/
+1
2024-12-11
hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations
Bernhard Beschow
5
-163
/
+85
2024-12-11
hw/net/lan9118: Extract lan9118_phy
Bernhard Beschow
5
-115
/
+233
2024-12-10
Open 10.0 development tree
Peter Maydell
1
-1
/
+1
2024-12-10
Update version for v9.2.0 release
v9.2.0
stable-9.2
Peter Maydell
1
-1
/
+1
2024-12-03
Update version for v9.2.0-rc3 release
v9.2.0-rc3
Peter Maydell
1
-1
/
+1
2024-12-03
Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...
Peter Maydell
1
-10
/
+12
2024-12-03
Merge tag 'hw-misc-20241203' of https://github.com/philmd/qemu into staging
Peter Maydell
12
-48
/
+102
2024-12-03
Merge tag 'pull-or1k-20241203' of https://github.com/stffrdhrn/qemu into staging
Peter Maydell
2
-17
/
+35
2024-12-03
chardev: Remove __-prefixed names
Nicholas Piggin
1
-9
/
+11
2024-12-03
chardev: Fix record/replay error path NULL deref in device creation
Nicholas Piggin
1
-1
/
+1
2024-12-03
system: Select HVF by default when no other accelerator is available
Philippe Mathieu-Daudé
1
-0
/
+3
2024-12-03
tests/qtest: add test for querying balloon guest stats
Daniel P. Berrangé
1
-0
/
+20
2024-12-03
tests/qtest: drop 'fuzz-' prefix from virtio-balloon test
Daniel P. Berrangé
3
-3
/
+4
2024-12-03
hw/virtio: fix crash in processing balloon stats
Daniel P. Berrangé
1
-1
/
+15
2024-12-03
hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-03
target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()
Peter Maydell
1
-4
/
+4
2024-12-03
hw/core/machine: diagnose wrapping of maxmem
Daniel P. Berrangé
1
-1
/
+9
2024-12-03
MAINTAINERS: update email addr for Brian Cain
Brian Cain
2
-1
/
+3
2024-12-03
meson: Add missing SDL dependency to system/main.c
Philippe Mathieu-Daudé
1
-2
/
+2
2024-12-03
MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine
Bibo Mao
1
-0
/
+1
2024-12-03
ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
Philippe Mathieu-Daudé
1
-0
/
+5
2024-12-03
hw/openrisc/openrisc_sim: keep serial@90000000 as default
Ahmad Fatoum
1
-6
/
+20
2024-12-03
hw/openrisc: Fixed undercounting of TTCR in continuous mode
Joel Holdsworth
1
-11
/
+15
2024-12-03
hw/openrisc: Fixed undercounting of TTCR in continuous mode
Joel Holdsworth
1
-11
/
+15
2024-12-03
hw/openrisc/openrisc_sim: keep serial@90000000 as default
Ahmad Fatoum
1
-6
/
+20
2024-12-03
Merge tag 'pull-nvme-20241203' of https://gitlab.com/birkelund/qemu into staging
Peter Maydell
1
-4
/
+23
2024-12-03
Merge tag 'migration-20241202-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
1
-1
/
+1
2024-12-03
hw/nvme: take a reference on the subsystem on vf realization
Klaus Jensen
1
-0
/
+7
2024-12-03
hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero
Klaus Jensen
1
-1
/
+7
2024-12-03
hw/nvme: fix use/unuse of msix vectors
Klaus Jensen
1
-2
/
+3
2024-12-03
hw/nvme: fix msix_uninit with exclusive bar
Klaus Jensen
1
-1
/
+6
2024-12-02
migration: correct multifd receive thread name
Prasad Pandit
1
-1
/
+1
2024-12-02
Merge tag 'pull-request-2024-12-02' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-7
/
+10
2024-12-02
tests/functional: increase timeouts for arm sx1 test
Daniel P. Berrangé
1
-3
/
+3
2024-12-02
tests/functional/test_virtio_version: Check for the availability of the machine
Thomas Huth
1
-0
/
+2
2024-12-02
tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
Thomas Huth
1
-4
/
+5
2024-12-02
Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...
Peter Maydell
1
-8
/
+7
[next]