summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-043-3/+9
|\
| * vl: plumb keyval-based options into -readconfigPaolo Bonzini2021-06-042-2/+3
| * qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-1/+6
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-042-0/+6
|\ \ | |/ |/|
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+4
| * net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-041-0/+2
* | softfloat: Convert modrem operations to FloatPartsRichard Henderson2021-06-031-0/+34
* | softfloat: Introduce Floatx80RoundPrecRichard Henderson2021-06-033-5/+14
* | softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)David Hildenbrand2021-06-031-0/+6
* | hvf: Introduce hvf vcpu structAlexander Graf2021-06-032-1/+6
* | hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-031-0/+1
* | hvf: Split out common code on vcpu init and destroyAlexander Graf2021-06-031-0/+2
* | hvf: Make hvf_set_phys_mem() staticAlexander Graf2021-06-031-1/+0Star
* | hvf: Move hvf internal definitions into common headerAlexander Graf2021-06-031-0/+30
* | hvf: Move cpu functions into common directoryAlexander Graf2021-06-031-0/+4
* | hvf: Move assert_hvf_ok() into common directoryAlexander Graf2021-06-031-0/+18
* | softfpu: Add float_round_to_odd_infRichard Henderson2021-06-031-1/+3
* | arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell2021-06-031-1/+1
* | target/arm: Allow board models to specify initial NS VTORPeter Maydell2021-06-031-0/+2
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210603' in...Peter Maydell2021-06-033-24/+5Star
|\ \
| * | hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-12/+0Star
| * | spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat2021-06-031-12/+2Star
| * | spapr: Don't hijack current_machine->boot_orderGreg Kurz2021-06-031-0/+3
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-06-023-2/+5
|\ \ \ | |/ / |/| |
| * | block-backend: add drained_pollSergio Lopez2021-06-021-0/+4
| * | block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy2021-06-021-1/+0Star
| * | block: drop BlockDriverState::read_onlyVladimir Sementsov-Ogievskiy2021-06-021-1/+0Star
| * | block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy2021-06-021-0/+1
* | | configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-021-11/+2Star
* | | docs: fix references to docs/devel/atomics.rstStefano Garzarella2021-06-022-3/+3
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ...Peter Maydell2021-05-305-1/+90
|\ \
| * | virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-271-0/+7
| * | virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+15
| * | ui/pixman: Add qemu_pixman_to_drm_format()Vivek Kasireddy2021-05-271-0/+1
| * | virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-271-0/+9
| * | virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-271-0/+3
| * | virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-271-1/+1
| * | virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-0/+8
| * | virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-271-0/+11
| * | headers: Add udmabuf.hVivek Kasireddy2021-05-271-0/+32
| * | ui: Get the fd associated with udmabuf driverVivek Kasireddy2021-05-271-0/+3
| |/
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-2812-302/+179Star
|\ \
| * | hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
| * | cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-2/+4
| * | cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-3/+5
| * | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-8/+13
| * | cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-3/+5
| * | cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-17/+24
| * | cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-1/+5
| * | cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-5/+9