summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x/css: fix PMCW invalid maskNico Boehr2022-01-171-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2022-01-143-10/+5
|\
| * block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-4/+5
| * include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito2022-01-141-1/+0
| * include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-2/+0
| * block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2022-01-141-3/+0
* | 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-143-5/+6
|\ \ \ | |_|/ |/| |
| * | 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
| * | aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-1/+3
| |/
* | 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-114-16/+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
| * Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-2/+0
* | target/riscv: setup everything for rv64 to support rv128 executionFrédéric Pétrot2022-01-081-0/+1
* | qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot2022-01-081-0/+27
* | exec/memop: Adding signed quad and octo definesFrédéric Pétrot2022-01-081-0/+7
* | exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-082-6/+6
* | 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-0710-11/+52
|\|
| * virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-071-0/+8
| * linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2022-01-071-3/+6
| * virtio-mem: Support "prealloc=on" optionDavid Hildenbrand2022-01-071-0/+4
| * util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-071-0/+7
| * 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
| * virtio-net: add support for configure interruptCindy Lu2022-01-071-0/+2
| * 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