aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-05-22hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallelThomas Huth
2023-05-22hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth
2023-05-22hw/sh4: Use MachineClass->default_nic in the sh4 r2d machineThomas Huth
2023-05-22hw/s390x: Use MachineClass->default_nic in the s390x machineThomas Huth
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth
2023-05-22hw/i386/Kconfig: ISAPC works fine without VGA_ISAThomas Huth
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron
2023-05-19hw/pci-bridge: make building pcie-to-pci bridge configurableSebastian Ott
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow
2023-05-19hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow
2023-05-19hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow
2023-05-19hw/i386/pc_q35: Reuse machine parameterBernhard Beschow
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow
2023-05-19hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu
2023-05-19vhost-vdpa: Add check for full 64-bit in region deleteCindy Lu
2023-05-19vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()Cindy Lu
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu
2023-05-19virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio PĂ©rez
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand
2023-05-19virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi
2023-05-19pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy
2023-05-19pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy
2023-05-19ACPI: i386: bump to MADT to revision 3Eric DeVolder
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price
2023-05-19hw/mem: Use memory_region_size() in cxl_type3Jonathan Cameron
2023-05-19hw/cxl: Fix incorrect reset of commit and associated clearing of committed.Jonathan Cameron
2023-05-19hw/cxl: Fix endian handling for decoder commit.Jonathan Cameron
2023-05-19hw/cxl: drop pointless memory_region_transaction_guardsJonathan Cameron
2023-05-19hw/cxl: cdat: Fix failure to free buffer in erorr pathsJonathan Cameron
2023-05-19hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()Hao Zeng
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell
2023-05-18sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz
2023-05-18arm/kvm: add support for MTECornelia Huck