summary refs log tree commit diff stats
path: root/include/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x/css: fix PMCW invalid maskNico Boehr2022-01-171-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...Peter Maydell2022-01-142-7/+3
|\
| * edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé2022-01-131-2/+2
| * hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-131-5/+0
| * hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-0/+2
| * hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-3/+2
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-142-4/+3
|\ \
| * | virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-2/+2
| * | virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi2022-01-121-1/+1
| * | virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-2/+1
| |/
* | ppc/pnv: turn pnv_phb4_update_regions() into staticDaniel Henrique Barboza2022-01-121-1/+0
* | ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStackDaniel Henrique Barboza2022-01-121-2/+5
* | pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.cDaniel Henrique Barboza2022-01-121-0/+2
* | pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS nameDaniel Henrique Barboza2022-01-121-1/+1
* | pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS nameDaniel Henrique Barboza2022-01-121-1/+1
* | ppc/pnv: Move num_phbs under Pnv8ChipCédric Le Goater2022-01-121-2/+2
* | ppc/pnv: Reparent user created PHB3 devices to the PnvChipCédric Le Goater2022-01-121-0/+1
* | ppc/pnv: Introduce support for user created PHB3 devicesCédric Le Goater2022-01-121-0/+2
* | pnv_phb4.c: make pnv-phb4-root-port user creatableDaniel Henrique Barboza2022-01-121-2/+0
* | ppc/pnv: Attach PHB3 root port device when defaults are enabledCédric Le Goater2022-01-122-2/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-01-113-14/+0
|\
| * Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-3/+0
| * Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin2022-01-101-3/+0
| * Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0
| * Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0
* | hw/riscv: virt: Allow support for 32 coresAlistair Francis2022-01-081-1/+1
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-01-077-8/+37
|\|
| * virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-071-0/+8
| * virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-071-0/+4
| * hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-071-0/+4
| * hw/smbios: Use qapi for SmbiosEntryPointTypeEduardo Habkost2022-01-071-8/+2
| * smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-071-2/+2
| * pci: Export the pci_intx() functionFrederic Barrat2022-01-071-0/+5
| * vhost: add support for configure interruptCindy Lu2022-01-061-0/+4
| * virtio: add support for configure interruptCindy Lu2022-01-061-0/+4
| * vhost: introduce new VhostOps vhost_set_config_callCindy Lu2022-01-061-0/+3
| * virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+3
* | hw/intc/arm_gicv3_its: Fix various off-by-one errorsPeter Maydell2022-01-071-3/+3
* | hw/intc/arm_gicv3_its: Remove maxids union from TableDescPeter Maydell2022-01-071-4/+1
* | Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee2022-01-071-0/+2
* | Merge tag 'linux-user-for-7.0-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson2022-01-061-0/+3
|\ \ | |/ |/|
| * linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2022-01-061-0/+3
* | hw: Add compat machines for 7.0Cornelia Huck2022-01-052-0/+6
|/
* ppc/pnv: Remove the PHB4 "device-id" propertyCédric Le Goater2022-01-041-2/+0
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-311-1/+5
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-311-1/+2
* hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé2021-12-311-3/+3
* hw/qdev: Correct qdev_connect_gpio_out_named() documentationPhilippe Mathieu-Daudé2021-12-311-2/+3
* hw/qdev: Correct qdev_init_gpio_out_named() documentationPhilippe Mathieu-Daudé2021-12-311-1/+1
* hw/qdev: Cosmetic around documentationPhilippe Mathieu-Daudé2021-12-311-0/+11