aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-09-17vfio/igd: correctly calculate stolen memory size for gen 9 and laterCorvin Köhne
2024-09-17vfio/igd: don't set stolen memory size to zeroCorvin Köhne
2024-09-17vfio/igd: add ID's for ElkhartLake and TigerLakeCorvin Köhne
2024-09-17vfio/igd: add new bar0 quirk to emulate BDSM mirrorCorvin Köhne
2024-09-17vfio/igd: use new BDSM register location and size for gen 11 and laterCorvin Köhne
2024-09-17vfio/igd: support legacy mode for all known generationsCorvin Köhne
2024-09-17vfio/igd: return an invalid generation for unknown devicesCorvin Köhne
2024-09-17hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()Peter Maydell
2024-09-13hw/pci-host: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/misc: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/gpio: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/watchdog: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/core: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/char: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/input/adb-mouse: convert to use QemuInputHandlerMark Cave-Ayland
2024-09-13hw/char/escc: convert Sun mouse to use QemuInputHandlerMark Cave-Ayland
2024-09-13hw/sensor/tmp105: Lower 4 bit of limit registers are always 0Guenter Roeck
2024-09-13hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0Philippe Mathieu-Daudé
2024-09-13hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()Philippe Mathieu-Daudé
2024-09-13hw/sensor/tmp105: Use registerfields APIPhilippe Mathieu-Daudé
2024-09-13hw/sensor/tmp105: Coding style fixesGuenter Roeck
2024-09-13hw/char/pl011: Rename RX FIFO methodsPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Warn when using disabled transmitterPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Extract pl011_write_txdata() from pl011_write()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Split RX/TX path of pl011_reset_fifo()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Move pl011_loopback_enabled|tx() aroundPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Move pl011_put_fifo() earlierPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Remove unused 'readbuff' fieldPhilippe Mathieu-Daudé
2024-09-13hw/timer: Remove TYPE_ETRAX_FS_TIMER devicePhilippe Mathieu-Daudé
2024-09-13hw/dma: Remove ETRAX_FS DMA devicePhilippe Mathieu-Daudé
2024-09-13hw/net: Remove TYPE_ETRAX_FS_ETH devicePhilippe Mathieu-Daudé
2024-09-13hw/char: Remove TYPE_ETRAX_FS_SERIAL devicePhilippe Mathieu-Daudé
2024-09-13hw/intc: Remove TYPE_ETRAX_FS_PIC devicePhilippe Mathieu-Daudé
2024-09-13hw/cris: Remove image loader helperPhilippe Mathieu-Daudé
2024-09-13hw/cris: Remove the axis-dev88 machinePhilippe Mathieu-Daudé
2024-09-13hw/sh4: Remove sh7750_register_io_device() helperPhilippe Mathieu-Daudé
2024-09-13hw/block: Remove TC58128 NAND EEPROMPhilippe Mathieu-Daudé
2024-09-13hw/sh4: Remove the deprecated SHIX machinePhilippe Mathieu-Daudé
2024-09-13hw/intc/loongson_ipi: Remove unused headersPhilippe Mathieu-Daudé
2024-09-13hw/pci-host/designware: Add 'host_mem' variable for clarityPhilippe Mathieu-Daudé
2024-09-13hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2024-09-13hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown