summary refs log tree commit diff stats
path: root/include/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i386/ich9: Clean up includesBernhard Beschow2023-02-271-3/+5
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-273-122/+4
* hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow2023-02-272-2/+1
* hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow2023-02-272-6/+2
* hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow2023-02-271-1/+0
* hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow2023-02-271-3/+0
* hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow2023-02-271-3/+0
* hw/i386/ich9: Rename Q35_MASK to ICH9_MASKBernhard Beschow2023-02-271-5/+5
* hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé2023-02-271-3/+0
* hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé2023-02-271-0/+2
* hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()Philippe Mathieu-Daudé2023-02-271-1/+1
* softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé2023-02-271-1/+1
* Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...Peter Maydell2023-02-2713-107/+17
|\
| * hw: Replace qemu_or_irq typedef by OrIRQStatePhilippe Mathieu-Daudé2023-02-278-14/+12
| * hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé2023-02-271-2/+1
| * hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' headerPhilippe Mathieu-Daudé2023-02-271-1/+0
| * hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()Philippe Mathieu-Daudé2023-02-271-34/+0
| * hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé2023-02-271-20/+0
| * hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé2023-02-271-1/+5
| * hw/char/pl011: Open-code pl011_luminary_create()Philippe Mathieu-Daudé2023-02-271-17/+0
| * hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé2023-02-271-18/+1
| * include/hw/arm/allwinner-a10.h: Remove superfluous includes from the headerThomas Huth2023-02-271-2/+0
* | Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2023-02-274-4/+3
|\ \ | |/ |/|
| * Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran2023-02-271-2/+1
| * s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda2023-02-271-0/+2
| * Do not include hw/hw.h if it is not necessaryThomas Huth2023-02-272-2/+0
* | Merge tag 'pull-riscv-to-apply-20230224' of github.com:palmer-dabbelt/qemu in...Peter Maydell2023-02-261-1/+2
|\ \ | |/ |/|
| * hw/riscv/boot.c: make riscv_load_initrd() staticDaniel Henrique Barboza2023-02-161-1/+0
| * hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()Daniel Henrique Barboza2023-02-161-0/+1
| * hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()Daniel Henrique Barboza2023-02-161-0/+1
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-241-1/+10
|\ \
| * | virtio-scsi: reset SCSI devices from main loop threadStefan Hajnoczi2023-02-231-1/+10
* | | cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich2023-02-211-2/+2
|/ /
* | Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell2023-02-201-4/+6
|\ \
| * | vfio/migration: Remove VFIO migration protocol v1Avihai Horon2023-02-161-5/+0
| * | vfio/migration: Implement VFIO migration protocol v2Avihai Horon2023-02-161-0/+5
| * | vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon2023-02-161-1/+1
| * | vfio/migration: Block multiple devices migrationAvihai Horon2023-02-161-0/+2
* | | hw/arm/smmu-common: Support 64-bit addressesJean-Philippe Brucker2023-02-161-2/+0
* | | hw/arm: Attach PSPI module to NPCM7XX SoCHao Wu2023-02-161-0/+2
* | | hw/ssi: Add Nuvoton PSPI ModuleHao Wu2023-02-161-0/+53
* | | hw/arm/smmuv3: Add GBPA registerMostafa Saleh2023-02-161-0/+1
* | | target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé2023-02-161-0/+123
* | | hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macroPhilippe Mathieu-Daudé2023-02-161-4/+1
|/ /
* | Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-1/+0
* | include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth2023-02-143-3/+0
|/
* Drop duplicate #includeMarkus Armbruster2023-02-082-2/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-082-3/+0
* hw/tricore: Clean up includesMarkus Armbruster2023-02-081-1/+0
* hw/input: Clean up includesMarkus Armbruster2023-02-081-1/+0