summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell2022-09-141-1/+4
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-072-0/+4
* hw/riscv: virt: fix the plic's address cellsConor Dooley2022-09-071-0/+1
* hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley2022-09-071-1/+13
* hw/riscv: opentitan: bump opentitan versionWilfred Mallawa2022-09-071-5/+6
* hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza2022-09-071-1/+1
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-0/+2
* hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne2022-09-041-0/+34
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-09-021-5/+6
|\
| * scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-011-5/+6
* | vdpa: Delete CVQ migration blockerEugenio Pérez2022-09-021-1/+0Star
* | Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-017-32/+171
|\ \ | |/ |/|
| * hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-4/+2Star
| * ppc4xx: Rename ppc405-ebc to ppc4xx-ebcBALATON Zoltan2022-08-311-3/+3
| * ppc4xx: Move EBC model to ppc4xx_devs.cBALATON Zoltan2022-08-311-0/+15
| * ppc4xx: Rename ppc405-plb to ppc4xx-plbBALATON Zoltan2022-08-311-3/+3
| * ppc4xx: Move PLB model to ppc4xx_devs.cBALATON Zoltan2022-08-311-0/+11
| * ppc/ppc405: QOM'ify MALCédric Le Goater2022-08-311-3/+25
| * ppc/ppc4xx: Introduce a DCR device modelCédric Le Goater2022-08-311-0/+17
| * ppc/ppc405: QOM'ify CPUCédric Le Goater2022-08-311-5/+0Star
| * ppc/pnv: turn chip8->phbs[] into a PnvPHB* arrayDaniel Henrique Barboza2022-08-311-1/+5
| * ppc/pnv: add helpers for pnv-phb user devicesDaniel Henrique Barboza2022-08-311-0/+1
| * ppc/pnv: add phb-id/chip-id PnvPHB4RootBus propertiesDaniel Henrique Barboza2022-08-311-0/+10
| * ppc/pnv: add phb-id/chip-id PnvPHB3RootBus propertiesDaniel Henrique Barboza2022-08-311-1/+8
| * ppc/pnv: move attach_root_port helper to pnv-phb.cDaniel Henrique Barboza2022-08-311-1/+0Star
| * ppc/pnv: remove PnvPHB4.versionDaniel Henrique Barboza2022-08-311-2/+0Star
| * ppc/pnv: remove pecc->rp_modelDaniel Henrique Barboza2022-08-311-1/+0Star
| * ppc/pnv: remove root port name from pnv_phb_attach_root_port()Daniel Henrique Barboza2022-08-311-2/+1Star
| * ppc/pnv: remove pnv-phb4-root-portDaniel Henrique Barboza2022-08-311-9/+0Star
| * ppc/pnv: remove pnv-phb3-root-portDaniel Henrique Barboza2022-08-311-6/+0Star
| * ppc/pnv: turn PnvPHB4 into a PnvPHB backendDaniel Henrique Barboza2022-08-311-1/+4
| * ppc/pnv: add PHB4 bus init helperDaniel Henrique Barboza2022-08-311-0/+1
| * ppc/pnv: turn PnvPHB3 into a PnvPHB backendDaniel Henrique Barboza2022-08-312-2/+6
| * ppc/pnv: add PHB3 bus init helperDaniel Henrique Barboza2022-08-311-0/+1
| * ppc/pnv: Add initial P9/10 SBE modelNicholas Piggin2022-08-313-0/+70
* | hw: Add compat machines for 7.2Cornelia Huck2022-08-252-0/+6
|/
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang2022-07-302-27/+24Star
* i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins2022-07-261-0/+1
* i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins2022-07-261-1/+2
* i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-261-1/+2
* hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-261-0/+3
* hw/cxl: Fix size of constant in interleave granularity function.Jonathan Cameron2022-07-261-1/+1
* hw/machine: Clear out left over CXL related pointer from move of state handli...Jonathan Cameron2022-07-261-1/+0Star
* acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2022-07-261-8/+0Star
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-222-1/+5
* Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell2022-07-201-0/+6
|\
| * softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2022-07-201-0/+6
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2022-07-202-0/+15
|\ \ | |/ |/|
| * vdpa: Add device migration blockerEugenio Pérez2022-07-201-0/+1