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-11-03
target/loongarch: Implement query-cpu-model-expansion
Song Gao
2
-2
/
+68
2023-11-03
target/loongarch: Allow user enable/disable LSX/LASX features
Song Gao
2
-0
/
+69
2023-11-03
target/loongarch: Add cpu model 'max'
Song Gao
1
-0
/
+7
2023-11-03
Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
56
-779
/
+2305
2023-11-03
Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
61
-467
/
+1307
2023-11-02
tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device
Tong Ho
2
-1
/
+486
2023-11-02
hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG device
Tong Ho
3
-0
/
+22
2023-11-02
hw/misc: Introduce AMD/Xilix Versal TRNG device
Tong Ho
4
-0
/
+781
2023-11-02
dump: Drop redundant check for empty dump
Markus Armbruster
1
-26
/
+0
2023-11-02
dump: Improve some dump-guest-memory error messages
Markus Armbruster
1
-11
/
+7
2023-11-02
dump: Recognize "fd:" protocols on Windows hosts
Markus Armbruster
1
-2
/
+0
2023-11-02
dump: Fix g_array_unref(NULL) in dump-guest-memory
Markus Armbruster
1
-1
/
+1
2023-11-02
dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema
Markus Armbruster
1
-6
/
+7
2023-11-02
dump: Add command interface for kdump-raw formats
Stephen Brennan
4
-11
/
+76
2023-11-02
dump: Allow directly outputting raw kdump format
Stephen Brennan
2
-7
/
+26
2023-11-02
dump: Pass DumpState to write_ functions
Stephen Brennan
2
-21
/
+21
2023-11-02
target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
Peter Maydell
2
-3
/
+5
2023-11-02
hw/char/stm32f2xx_usart: Add more definitions for CR1 register
Hans-Erik Floryd
1
-4
/
+6
2023-11-02
hw/char/stm32f2xx_usart: Update IRQ when DR is written
Hans-Erik Floryd
1
-0
/
+1
2023-11-02
hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
Hans-Erik Floryd
1
-12
/
+16
2023-11-02
target/arm: Fix SVE STR increment
Richard Henderson
3
-3
/
+57
2023-11-02
target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly
Peter Maydell
1
-3
/
+12
2023-11-02
linux-user: Report AArch64 hwcap2 fields above bit 31
Peter Maydell
2
-5
/
+5
2023-11-02
target/arm: Enable FEAT_MOPS insns in user-mode emulation
Peter Maydell
1
-0
/
+2
2023-11-02
hw/i2c/pm_smbus: Convert DPRINTF to trace events
Bernhard Beschow
2
-14
/
+10
2023-11-02
hw/misc/imx6_ccm: Convert DPRINTF to trace events
Bernhard Beschow
2
-27
/
+29
2023-11-02
hw/misc/imx7_snvs: Trace MMIO access
Bernhard Beschow
2
-0
/
+9
2023-11-02
hw/watchdog/wdt_imx2: Trace timer activity
Bernhard Beschow
2
-0
/
+6
2023-11-02
hw/watchdog/wdt_imx2: Trace MMIO access
Bernhard Beschow
2
-6
/
+22
2023-11-02
hw/arm/pxa2xx_gpio: Pass CPU using QOM link property
Philippe Mathieu-Daudé
1
-6
/
+2
2023-11-02
MAINTAINERS: Make sure that gicv3_internal.h is covered, too
Thomas Huth
1
-1
/
+1
2023-11-02
docs/specs/vmgenid: Convert to rST
Peter Maydell
4
-246
/
+248
2023-11-02
docs/specs/vmcoreinfo: Convert to rST
Peter Maydell
4
-53
/
+56
2023-11-02
docs/specs/virt-ctlr: Convert to rST
Peter Maydell
3
-7
/
+7
2023-11-02
docs/specs/standard-vga: Convert to rST
Peter Maydell
6
-83
/
+98
2023-11-02
docs/specs/pvpanic: Convert to rST
Peter Maydell
2
-14
/
+28
2023-11-02
docs/specs/ivshmem-spec: Convert to rST
Peter Maydell
4
-42
/
+26
2023-11-02
docs/specs/edu: Convert to rST
Peter Maydell
3
-33
/
+55
2023-11-02
docs/specs/vmw_pvscsi-spec: Convert to rST
Peter Maydell
4
-92
/
+117
2023-11-02
hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
Peter Maydell
3
-22
/
+23
2023-11-02
hw/input/stellaris_input: Convert to qdev
Peter Maydell
3
-33
/
+88
2023-11-02
hw/input/stellaris_gamepad: Remove StellarisGamepadButton struct
Peter Maydell
1
-31
/
+16
2023-11-02
qdev: Add qdev_prop_set_array()
Kevin Wolf
2
-0
/
+24
2023-11-02
hw/input/stellaris_gamepad: Rename structs to our usual convention
Peter Maydell
1
-11
/
+11
2023-11-02
hw/input/stellaris_input: Rename to stellaris_gamepad
Peter Maydell
6
-8
/
+8
2023-11-02
linux-user/elfload: Add missing arm64 hwcap values
Marielle Novastrider
2
-0
/
+8
2023-11-02
migration: modify test_multifd_tcp_none() to use new QAPI syntax.
Het Gala
1
-1
/
+6
2023-11-02
migration: Implement MigrateChannelList to hmp migration flow.
Het Gala
3
-6
/
+25
2023-11-02
migration: Implement MigrateChannelList to qmp migration flow.
Het Gala
1
-46
/
+55
2023-11-02
migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
Het Gala
1
-11
/
+14
[prev]
[next]