aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse
2024-02-02hw/arm: Connect SPI Controller to BCM2835Rayhan Faizel
2024-02-02hw/ssi: Implement BCM2835 SPI ControllerRayhan Faizel
2024-02-02hw/net: GMAC Tx ImplementationNabih Estefan Diaz
2024-02-02hw/net: GMAC Rx ImplementationNabih Estefan Diaz
2024-02-02hw/arm: Add GMAC devices to NPCM7XX SoCHao Wu
2024-02-02hw/net: Add NPCMXXX GMAC deviceHao Wu
2024-02-02hw/xen: convert stderr prints to error/warn reportsManos Pitsidianakis
2024-02-02hw/xen/xen-hvm-common.c: convert DPRINTF to tracepointsManos Pitsidianakis
2024-02-02hw/xen/xen-mapcache.c: convert DPRINTF to tracepointsManos Pitsidianakis
2024-02-02hw/arm/xen_arm.c: convert DPRINTF to trace events and error/warn reportsManos Pitsidianakis
2024-02-02hw/arm/z2: convert DPRINTF to trace events and guest errorsManos Pitsidianakis
2024-02-02hw/arm/strongarm.c: convert DPRINTF to trace events and guest errorsManos Pitsidianakis
2024-02-02pci-host: designware: Limit value range of iATU viewport registerGuenter Roeck
2024-02-02hw/arm/zynq: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé
2024-02-02hw/arm/vexpress: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé
2024-02-02hw/arm/npcm7xx_boards: Simplify setting MachineClass::valid_cpu_types[]Philippe Mathieu-Daudé
2024-02-02hw/arm/musca: Simplify setting MachineClass::valid_cpu_types[]Philippe Mathieu-Daudé
2024-02-02hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]Philippe Mathieu-Daudé
2024-02-02hw/arm/highbank: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé
2024-02-02hw/arm/highbank: Add missing QOM parent for CPU coresPhilippe Mathieu-Daudé
2024-02-02hw/arm/exynos: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé
2024-02-02hw/arm/exynos: Add missing QOM parent for CPU coresPhilippe Mathieu-Daudé
2024-02-02hw/core: Remove transitional infrastructure from BusClassPeter Maydell
2024-02-02hw/s390x/css-bridge: switch virtual-css bus to 3-phase-resetPeter Maydell
2024-02-02adb: Switch bus reset to 3-phase-resetPeter Maydell
2024-02-02vmbus: Switch bus reset to 3-phase-resetPeter Maydell
2024-02-02pci: Switch bus reset to 3-phase-resetPeter Maydell
2024-02-01Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into sta...Peter Maydell
2024-02-01hw/arm: Hook up FSI module in AST2600Ninad Palsule
2024-02-01hw/fsi: Aspeed APB2OPB & On-chip peripheral busNinad Palsule
2024-02-01hw/fsi: Introduce IBM's FSI masterNinad Palsule
2024-02-01hw/fsi: Introduce IBM's cfamNinad Palsule
2024-02-01hw/fsi: Introduce IBM's fsi-slave modelNinad Palsule
2024-02-01hw/fsi: Introduce IBM's FSI BusNinad Palsule
2024-02-01hw/fsi: Introduce IBM's scratchpad deviceNinad Palsule
2024-02-01hw/fsi: Introduce IBM's Local busNinad Palsule
2024-02-01hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé
2024-02-01hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé
2024-02-01hw/arm/aspeed: Init CPU defaults in a common helperPhilippe Mathieu-Daudé
2024-02-01hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()Philippe Mathieu-Daudé
2024-02-01hw/arm/aspeed: Remove dead codePhilippe Mathieu-Daudé
2024-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi
2024-01-30hw/hyperv: Include missing headersPhilippe Mathieu-Daudé
2024-01-30hw/intc/xics: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé
2024-01-30hw/arm: Add `\n` to hint messageGreg Kurz