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-02-02
hw/arm/fsl: use qemu_configure_nic_device()
David Woodhouse
4
-4
/
+4
2024-02-02
hw/arm/exynos4: use qemu_create_nic_device()
David Woodhouse
1
-4
/
+2
2024-02-02
hw/arm/aspeed: use qemu_configure_nic_device()
David Woodhouse
1
-5
/
+4
2024-02-02
hw/arm/allwinner: use qemu_configure_nic_device()
David Woodhouse
3
-35
/
+4
2024-02-02
hw/xtensa/virt: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/sparc64/sun4u: use pci_init_nic_devices()
David Woodhouse
1
-19
/
+8
2024-02-02
hw/sh4/r2d: use pci_init_nic_devices()
David Woodhouse
1
-4
/
+2
2024-02-02
hw/ppc: use pci_init_nic_devices()
David Woodhouse
4
-18
/
+8
2024-02-02
hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
1
-13
/
+5
2024-02-02
hw/ppc/prep: use pci_init_nic_devices()
David Woodhouse
1
-5
/
+3
2024-02-02
hw/mips/loongson3_virt: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/mips/malta: use pci_init_nic_devices()
David Woodhouse
1
-12
/
+3
2024-02-02
hw/mips/fuloong2e: use pci_init_nic_devices()
David Woodhouse
1
-13
/
+3
2024-02-02
hw/loongarch: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/hppa: use pci_init_nic_devices()
David Woodhouse
1
-5
/
+2
2024-02-02
hw/arm/virt: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/arm/sbsa-ref: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/alpha/dp264: use pci_init_nic_devices()
David Woodhouse
1
-3
/
+1
2024-02-02
hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
David Woodhouse
9
-54
/
+10
2024-02-02
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
2
-14
/
+19
2024-02-02
hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
David Woodhouse
2
-1
/
+48
2024-02-02
net: add qemu_create_nic_bus_devices()
David Woodhouse
2
-0
/
+75
2024-02-02
net: report list of available models according to platform
David Woodhouse
1
-0
/
+94
2024-02-02
net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
David Woodhouse
2
-0
/
+91
2024-02-01
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...
Peter Maydell
30
-58
/
+1578
2024-02-01
Merge tag 'pull-loongarch-20240201' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
5
-234
/
+250
2024-02-01
hw/fsi: Update MAINTAINER list
Ninad Palsule
1
-0
/
+9
2024-02-01
hw/fsi: Added FSI documentation
Ninad Palsule
2
-0
/
+123
2024-02-01
hw/fsi: Added qtest
Ninad Palsule
2
-0
/
+206
2024-02-01
hw/arm: Hook up FSI module in AST2600
Ninad Palsule
2
-0
/
+23
2024-02-01
hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
Ninad Palsule
6
-0
/
+422
2024-02-01
target/loongarch: Fix qtest test-hmp error when KVM-only build
Song Gao
5
-234
/
+250
2024-02-01
hw/fsi: Introduce IBM's FSI master
Ninad Palsule
4
-1
/
+205
2024-02-01
hw/fsi: Introduce IBM's cfam
Ninad Palsule
4
-1
/
+208
2024-02-01
hw/fsi: Introduce IBM's fsi-slave model
Ninad Palsule
3
-2
/
+102
2024-02-01
hw/fsi: Introduce IBM's FSI Bus
Ninad Palsule
3
-1
/
+42
2024-02-01
hw/fsi: Introduce IBM's scratchpad device
Ninad Palsule
3
-2
/
+89
2024-02-01
hw/fsi: Introduce IBM's Local bus
Ninad Palsule
9
-0
/
+82
2024-02-01
hw/arm/aspeed: Check for CPU types in machine_run_board_init()
Philippe Mathieu-Daudé
6
-6
/
+27
2024-02-01
hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
Philippe Mathieu-Daudé
5
-3
/
+11
2024-02-01
hw/arm/aspeed: Init CPU defaults in a common helper
Philippe Mathieu-Daudé
1
-43
/
+28
2024-02-01
hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()
Philippe Mathieu-Daudé
1
-1
/
+4
2024-02-01
hw/arm/aspeed: Remove dead code
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-01
tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
Cédric Le Goater
1
-9
/
+9
2024-01-31
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
45
-50
/
+47
2024-01-31
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Peter Maydell
9
-19
/
+47
2024-01-30
hw/block/block.c: improve confusing blk_check_size_and_read_all() error
Manos Pitsidianakis
5
-16
/
+22
2024-01-30
hw/core/qdev.c: add qdev_get_human_name()
Manos Pitsidianakis
2
-0
/
+22
2024-01-30
pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()
Stefan Hajnoczi
1
-1
/
+1
2024-01-30
block/blkio: Make s->mem_region_alignment be 64 bits
Richard W.M. Jones
1
-1
/
+1
[next]