aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/arm/fsl: use qemu_configure_nic_device()David Woodhouse4-4/+4
2024-02-02hw/arm/exynos4: use qemu_create_nic_device()David Woodhouse1-4/+2
2024-02-02hw/arm/aspeed: use qemu_configure_nic_device()David Woodhouse1-5/+4
2024-02-02hw/arm/allwinner: use qemu_configure_nic_device()David Woodhouse3-35/+4
2024-02-02hw/xtensa/virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/sparc64/sun4u: use pci_init_nic_devices()David Woodhouse1-19/+8
2024-02-02hw/sh4/r2d: use pci_init_nic_devices()David Woodhouse1-4/+2
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse4-18/+8
2024-02-02hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-13/+5
2024-02-02hw/ppc/prep: use pci_init_nic_devices()David Woodhouse1-5/+3
2024-02-02hw/mips/loongson3_virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/mips/malta: use pci_init_nic_devices()David Woodhouse1-12/+3
2024-02-02hw/mips/fuloong2e: use pci_init_nic_devices()David Woodhouse1-13/+3
2024-02-02hw/loongarch: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/hppa: use pci_init_nic_devices()David Woodhouse1-5/+2
2024-02-02hw/arm/virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/arm/sbsa-ref: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/alpha/dp264: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse9-54/+10
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse2-14/+19
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse2-1/+48
2024-02-02net: add qemu_create_nic_bus_devices()David Woodhouse2-0/+75
2024-02-02net: report list of available models according to platformDavid Woodhouse1-0/+94
2024-02-02net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()David Woodhouse2-0/+91
2024-02-01Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...Peter Maydell30-58/+1578
2024-02-01Merge tag 'pull-loongarch-20240201' of https://gitlab.com/gaosong/qemu into s...Peter Maydell5-234/+250
2024-02-01hw/fsi: Update MAINTAINER listNinad Palsule1-0/+9
2024-02-01hw/fsi: Added FSI documentationNinad Palsule2-0/+123
2024-02-01hw/fsi: Added qtestNinad Palsule2-0/+206
2024-02-01hw/arm: Hook up FSI module in AST2600Ninad Palsule2-0/+23
2024-02-01hw/fsi: Aspeed APB2OPB & On-chip peripheral busNinad Palsule6-0/+422
2024-02-01target/loongarch: Fix qtest test-hmp error when KVM-only buildSong Gao5-234/+250
2024-02-01hw/fsi: Introduce IBM's FSI masterNinad Palsule4-1/+205
2024-02-01hw/fsi: Introduce IBM's cfamNinad Palsule4-1/+208
2024-02-01hw/fsi: Introduce IBM's fsi-slave modelNinad Palsule3-2/+102
2024-02-01hw/fsi: Introduce IBM's FSI BusNinad Palsule3-1/+42
2024-02-01hw/fsi: Introduce IBM's scratchpad deviceNinad Palsule3-2/+89
2024-02-01hw/fsi: Introduce IBM's Local busNinad Palsule9-0/+82
2024-02-01hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé6-6/+27
2024-02-01hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé5-3/+11
2024-02-01hw/arm/aspeed: Init CPU defaults in a common helperPhilippe Mathieu-Daudé1-43/+28
2024-02-01hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()Philippe Mathieu-Daudé1-1/+4
2024-02-01hw/arm/aspeed: Remove dead codePhilippe Mathieu-Daudé1-1/+0
2024-02-01tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11Cédric Le Goater1-9/+9
2024-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell45-50/+47
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell9-19/+47
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis5-16/+22
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis2-0/+22
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi1-1/+1
2024-01-30block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones1-1/+1