aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
12 daysMerge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
12 dayshw/i386/pc: Don't try to init PCI NICs if there is no PCI busPeter Maydell
12 dayseif: cope with huge section sizesPaolo Bonzini
13 daysMerge tag 'pull-request-2024-11-08' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
13 daysMerge tag 'pull-9p-20241108' of https://github.com/cschoenebeck/qemu into sta...Peter Maydell
13 daysnext-kbd: convert to use qemu_input_handler_register()Mark Cave-Ayland
13 days9pfs: fix crash on 'Treaddir' requestChristian Schoenebeck
13 dayshw/nvme: fix handling of over-committed queuesKlaus Jensen
2024-11-07eif: cope with huge section offsetsPaolo Bonzini
2024-11-07Merge tag 'pull-riscv-to-apply-20241107' of https://github.com/alistair23/qem...Peter Maydell
2024-11-07hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() checkDaniel Henrique Barboza
2024-11-07hw/riscv/riscv-iommu: change 'depth' to intDaniel Henrique Barboza
2024-11-07hw/char/sifive_uart: Fix broken UART on big endian hostsThomas Huth
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-06Merge tag 'pull-vfio-20241105' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-11-05hw/riscv/iommu: fix build error with clangPierrick Bouvier
2024-11-05hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/rtc/ds1338: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/sd/sdhci: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/net/fsl_etsec/miim: Reuse MII constantsBernhard Beschow
2024-11-05hw/pci-host/ppce500: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE defineBernhard Beschow
2024-11-05hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-05hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register accessBernhard Beschow
2024-11-05hw/ppc/mpc8544_guts: Populate POR PLL ratio status registerBernhard Beschow
2024-11-05hw/ppc/e500: Add missing device tree properties to i2c controller nodeBernhard Beschow
2024-11-05hw/ppc/e500: Remove unused "irqs" parameterBernhard Beschow
2024-11-05hw/ppc/e500: Prefer QOM castBernhard Beschow
2024-11-05hw/core: Add a helper to check the cache topology levelZhao Liu
2024-11-05hw/core: Check smp cache topology support for machineZhao Liu
2024-11-05qapi/qom: Define cache enumeration and properties for machineZhao Liu
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu
2024-11-05hw/core/machine: Add missing 'units.h' and 'error-report.h' headersPhilippe Mathieu-Daudé
2024-11-05hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macroPhilippe Mathieu-Daudé
2024-11-05hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpioPhilippe Mathieu-Daudé
2024-11-05hw/microblaze/s3adsp1800: Explicit CPU endiannessPhilippe Mathieu-Daudé
2024-11-05hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmuPhilippe Mathieu-Daudé
2024-11-05target/microblaze: Alias CPU endianness property as 'little-endian'Philippe Mathieu-Daudé
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-11-05vfio/migration: Add vfio_save_block_precopy_empty_hit trace eventMaciej S. Szmigiero
2024-11-05vfio/migration: Add save_{iterate, complete_precopy}_start trace eventsMaciej S. Szmigiero
2024-11-05Merge tag 'pull-nvme-20241104' of https://gitlab.com/birkelund/qemu into stagingPeter Maydell
2024-11-05rust: add PL011 device modelManos Pitsidianakis