summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/i386/acpi-build: Introduce build_append_pcihp_resources() helperEric Auger2025-07-151-0/+2
| * | hw/i386/acpi-build: Turn build_q35_osc_method into a generic methodEric Auger2025-07-151-0/+2
| * | hw/pci-host/gpex-acpi: Use GED acpi pcihp propertyEric Auger2025-07-151-0/+1
| * | hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support propertyEric Auger2025-07-151-0/+2
| * | hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihpEric Auger2025-07-151-0/+7
| * | hw/i386/acpi-build: Make aml_pci_device_dsm() staticEric Auger2025-07-151-1/+0
| * | qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé2025-07-154-72/+73
| * | gdbstub/helpers: Replace TARGET_BIG_ENDIAN -> target_big_endian()Philippe Mathieu-Daudé2025-07-151-19/+29
| * | qemu: Convert target_words_bigendian() to TargetInfo APIPhilippe Mathieu-Daudé2025-07-152-12/+13
| * | qemu/target-info: Add target_endian_mode()Philippe Mathieu-Daudé2025-07-152-0/+10
| * | qemu/target-info: Add %target_arch field to TargetInfoPhilippe Mathieu-Daudé2025-07-151-1/+3
| * | qemu/target-info: Factor target_arch() outPhilippe Mathieu-Daudé2025-07-152-1/+22
| * | memory: Allow to store the PASID in IOMMUTLBEntryCLEMENT MATHIEU--DRIF2025-07-151-0/+1
| * | memory: Add permissions in IOMMUAccessFlagsCLEMENT MATHIEU--DRIF2025-07-151-2/+21
| * | pci: Add a memory attribute for pre-translated DMA operationsCLEMENT MATHIEU--DRIF2025-07-152-0/+12
| * | acpi: Add machine option to disable SPCR tableLi Chen2025-07-141-0/+1
| * | vhost-user-blk: add an option to skip GET_VRING_BASE for force shutdownDaniil Tatianin2025-07-141-0/+2
| * | vhost: add a helper for force stopping a deviceDaniil Tatianin2025-07-141-0/+15
| * | softmmu/runstate: add a way to detect force shutdownsDaniil Tatianin2025-07-141-0/+1
| * | virtio-net: Add hash type optionsAkihiko Odaki2025-07-141-0/+1
| * | virtio-net: Retrieve peer hashing capabilityAkihiko Odaki2025-07-141-1/+4
| * | net/vhost-vdpa: Report hashing capabilityAkihiko Odaki2025-07-141-0/+3
| * | qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()Akihiko Odaki2025-07-141-0/+18
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-07-144-0/+142
|\ \
| * | sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2Roy Hopkins2025-07-121-1/+4
| * | backends/confidential-guest-support: Add set_guest_policy() functionRoy Hopkins2025-07-121-0/+21
| * | hw/i386: Add igvm-cfg object and processing for IGVM filesRoy Hopkins2025-07-121-0/+3
| * | backends/igvm: Add IGVM loader and configurationRoy Hopkins2025-07-121-0/+46
| * | backends/confidential-guest-support: Add functions to support IGVMRoy Hopkins2025-07-121-0/+67
| * | rust/qemu-api: log: implement io::WritePaolo Bonzini2025-07-101-0/+2
* | | net: Add is_vhost_user flag to vhost_net structLaurent Vivier2025-07-142-0/+2
* | | net: Allow network backends to advertise max TX queue sizeLaurent Vivier2025-07-142-0/+2
* | | net: Add save_acked_features callback to vhost_netLaurent Vivier2025-07-143-16/+4
* | | net: Add get_acked_features callback to VhostNetOptionsLaurent Vivier2025-07-142-2/+3
* | | net: Consolidate vhost feature bits into vhost_net structureLaurent Vivier2025-07-143-2/+2
* | | net: Add get_vhost_net callback to NetClientInfoLaurent Vivier2025-07-144-6/+2
* | | vhost_net: Rename vhost_set_vring_enable() for clarityLaurent Vivier2025-07-141-1/+1
* | | net: Define net_client_set_link()Laurent Vivier2025-07-141-0/+1
* | | virtio-net: Add queues for RSS during migrationAkihiko Odaki2025-07-141-2/+8
| |/ |/|
* | Merge tag 'pull-tcg-20250711' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2025-07-131-3/+3
|\ \
| * | tcg: Use uintptr_t in tcg_malloc implementationRichard Henderson2025-07-111-3/+3
| |/
* | Merge tag 'migration-20250711-pull-request' of https://gitlab.com/farosas/qem...Stefan Hajnoczi2025-07-133-28/+20
|\ \
| * | migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin2025-07-113-10/+10
| * | migration: Rename save_live_complete_precopy to save_completePeter Xu2025-07-111-3/+3
| * | migration: Drop save_live_complete_postcopy hookPeter Xu2025-07-111-16/+8
| |/
* | Merge tag 'pull-target-arm-20250711' of https://gitlab.com/pm215/qemu into st...Stefan Hajnoczi2025-07-1310-2/+408
|\ \
| * | hw/arm: Allow setting KVM vGIC maintenance IRQHaibo Xu2025-07-101-0/+1
| * | hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxlJonathan Cameron2025-07-081-0/+4
| * | hw/cxl: Make the CXL fixed memory windows devices.Jonathan Cameron2025-07-082-2/+7
| * | hw/cxl-host: Add an index field to CXLFixedMemoryWindowJonathan Cameron2025-07-081-0/+1