aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19hw/intc/arm_gicv3: Support configurable number of physical priority bitsPeter Maydell
2022-05-19hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constantPeter Maydell
2022-05-19hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1Peter Maydell
2022-05-19hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parametersPeter Maydell
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell
2022-05-19target/arm: Factor out FWB=0 specific part of combine_cacheattrs()Peter Maydell
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell
2022-05-18Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson
2022-05-17Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson
2022-05-17tulip: Assign default MAC address if not specifiedHelge Deller
2022-05-17net/vmnet: update hmp-commands.hxVladislav Yaroshchuk
2022-05-17net/vmnet: update qemu-options.hxVladislav Yaroshchuk
2022-05-17net/vmnet: implement bridged mode (vmnet-bridged)Vladislav Yaroshchuk
2022-05-17net/vmnet: implement host mode (vmnet-host)Vladislav Yaroshchuk
2022-05-17net/vmnet: implement shared mode (vmnet-shared)Vladislav Yaroshchuk
2022-05-17net/vmnet: add vmnet backends to qapi/netVladislav Yaroshchuk
2022-05-17net/vmnet: add vmnet dependency and customizable optionVladislav Yaroshchuk
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-05-16vhost-user-scsi: avoid unlink(NULL) with fd passingStefan Hajnoczi
2022-05-16virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu
2022-05-16vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu
2022-05-16virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu
2022-05-16virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu
2022-05-16hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias
2022-05-16docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf
2022-05-16vhost-user: more master/slave thingsMichael S. Tsirkin
2022-05-16Merge tag 'pull-migration-20220516a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson
2022-05-16artist: Fix X cursor position calculation in X11Helge Deller
2022-05-16Merge tag 'pull-qapi-2022-05-16' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson
2022-05-16artist: Emulate screen blankingHelge Deller
2022-05-16artist: Allow to turn cursor on or offHelge Deller
2022-05-16artist: Fix vertical X11 cursor position in HP-UXHelge Deller
2022-05-16artist: Use human-readable variable names instead of reg_xxxHelge Deller
2022-05-16artist: Introduce constant for max cursor sizeHelge Deller
2022-05-16seabios-hppa: Update SeaBIOS-hppa to VERSION 5Helge Deller
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras