aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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 Woodhouse6-49/+8
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-12/+19
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse1-0/+45
2024-02-01Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...Peter Maydell17-48/+1031
2024-02-01hw/arm: Hook up FSI module in AST2600Ninad Palsule1-0/+19
2024-02-01hw/fsi: Aspeed APB2OPB & On-chip peripheral busNinad Palsule5-0/+376
2024-02-01hw/fsi: Introduce IBM's FSI masterNinad Palsule3-1/+173
2024-02-01hw/fsi: Introduce IBM's cfamNinad Palsule3-1/+174
2024-02-01hw/fsi: Introduce IBM's fsi-slave modelNinad Palsule2-2/+84
2024-02-01hw/fsi: Introduce IBM's FSI BusNinad Palsule2-1/+23
2024-02-01hw/fsi: Introduce IBM's scratchpad deviceNinad Palsule2-2/+78
2024-02-01hw/fsi: Introduce IBM's Local busNinad Palsule7-0/+49
2024-02-01hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé5-5/+25
2024-02-01hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé4-3/+10
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-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell16-11/+16
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell5-15/+29
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis4-14/+20
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis1-0/+8
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi1-1/+1
2024-01-30hw/hyperv: Include missing headersPhilippe Mathieu-Daudé1-0/+4
2024-01-30hw/intc/xics: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-30hw/arm: Add `\n` to hint messageGreg Kurz1-1/+1
2024-01-30hw/loongarch: Add `\n` to hint messageGreg Kurz1-1/+1
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz1-2/+2
2024-01-30cxl: Clean up includesPeter Maydell1-3/+1
2024-01-30acpi: Clean up includesPeter Maydell2-0/+2
2024-01-30aspeed: Clean up includesPeter Maydell2-1/+1
2024-01-30hyperv: Clean up includesPeter Maydell6-3/+3
2024-01-30Merge tag 'pull-tcg-20240130' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-1/+1
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater1-3/+5
2024-01-29vfio: use matching sizeof typePaolo Bonzini1-1/+1
2024-01-26Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell47-160/+368
2024-01-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell6-477/+380
2024-01-26hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov2-0/+27
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel1-13/+89