aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-02-27hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow
2023-02-27hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé
2023-02-27hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé
2023-02-27hw/nubus/nubus-device: Fix memory leak in nubus_device_realizeMauro Matteo Cascella
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-02-27hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé
2023-02-27hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé
2023-02-27hw/arm/musicpal: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé
2023-02-27hw/intc/armv7m_nvic: Use QOM cast CPU() macroPhilippe Mathieu-Daudé
2023-02-27hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé
2023-02-27hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé
2023-02-27hw/gpio/max7310: Simplify max7310_realize()Philippe Mathieu-Daudé
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-27include/hw/arm/allwinner-a10.h: Remove superfluous includes from the headerThomas Huth
2023-02-27Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth
2023-02-26Merge tag 'pull-riscv-to-apply-20230224' of github.com:palmer-dabbelt/qemu in...Peter Maydell
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-23virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi
2023-02-23scsi: protect req->aiocb with AioContext lockStefan Hajnoczi
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster
2023-02-23hw/core: Improve the query-hotpluggable-cpus error messageMarkus Armbruster
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster
2023-02-23hw/smbios: Dumb down smbios_entry_add() stubMarkus Armbruster
2023-02-23hw/core: Improve error message when machine doesn't provide NMIsMarkus Armbruster
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell
2023-02-17hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner
2023-02-17hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abortQiang Liu
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth
2023-02-16hw/sparse-mem: clear memory on resetAlexander Bulekov
2023-02-16vfio: Alphabetize migration section of VFIO trace-events fileAvihai Horon
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon