aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé2-16/+19
2020-06-10target/i386: fix fscale handling of rounding precisionJoseph Myers2-0/+16
2020-06-10target/i386: fix fscale handling of infinite exponentsJoseph Myers2-0/+51
2020-06-10target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers2-1/+33
2020-06-10target/i386: fix fscale handling of signaling NaNJoseph Myers2-0/+41
2020-06-10target/i386: implement special cases for fxtractJoseph Myers2-1/+144
2020-06-10megasas: use unsigned type for positive numeric fieldsPrasad J Pandit1-19/+19
2020-06-10megasas: avoid NULL pointer dereferencePrasad J Pandit1-1/+1
2020-06-10megasas: use unsigned type for reply_queue_head and check indexPrasad J Pandit1-2/+2
2020-06-10i386/kvm: fix a use-after-free when vcpu plug/unplugPan Nengyuan2-1/+4
2020-06-10hax: Dynamic allocate vcpu state structureWangBowen2-8/+22
2020-06-10cpus: Fix botched configure_icount() error API violation fixMarkus Armbruster1-2/+4
2020-06-10qom/container: remove .instance_size initializer from container_infoMasahiro Yamada1-1/+0
2020-06-10qom/object: pass (Object *) to object_initialize_with_type()Masahiro Yamada1-3/+1
2020-06-10qom/object: simplify type_initialize_interface()Masahiro Yamada1-2/+1
2020-06-10qom/object: factor out the initialization of hash table of propertiesMasahiro Yamada1-5/+3
2020-06-10qom: remove index from object_resolve_abs_path()Masahiro Yamada1-10/+9
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé20-26/+63
2020-06-10hw/i386/vmport: Assert vmport initialized before registering commandsLiran Alon1-0/+2
2020-06-10hw/i386/vmport: Add support for CMD_GETHZLiran Alon2-0/+20
2020-06-10i386/cpu: Store LAPIC bus frequency in CPU structureLiran Alon2-3/+8
2020-06-10hw/i386/vmport: Allow x2apic without IRLiran Alon1-1/+8
2020-06-10hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon2-0/+15
2020-06-10hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon3-0/+24
2020-06-10hw/i386/vmport: Define enum for all commandsLiran Alon3-22/+18
2020-06-10hw/i386/vmport: Introduce vmport.hLiran Alon5-37/+19
2020-06-10hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSIONLiran Alon2-0/+28
2020-06-10hw/i386/vmport: Introduce vmware-vmx-version propertyLiran Alon1-1/+8
2020-06-10hw/i386/vmport: Set EAX to -1 on failed and unsupported commandsLiran Alon2-4/+16
2020-06-10hw/i386/vmport: Propagate IOPort read to vCPU EAX registerLiran Alon2-3/+30
2020-06-10hw/i386/vmport: Add device propertiesLiran Alon1-0/+6
2020-06-10hw/i386/vmport: Add reference to VMware open-vm-toolsLiran Alon1-0/+7
2020-06-10target/i386: fix phadd* with identical destination and source registerJanne Grunau1-20/+33
2020-06-10target/i386: Fix the CPUID leaf CPUID_Fn80000008Babu Moger1-3/+12
2020-06-10vmbus: add infrastructure to save/load vmbus requestsJon Doron2-0/+102
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron3-0/+53
2020-06-10i386:pc: whitelist dynamic vmbus-bridgeJon Doron2-0/+4
2020-06-10vmbus: vmbus implementationJon Doron7-0/+2956
2020-06-10vmbus: add vmbus protocol definitionsJon Doron1-0/+222
2020-06-10hyperv: expose API to determine if synic is enabledJon Doron2-0/+9
2020-06-10Makefile: Let the 'help' target list the helper targetsPhilippe Mathieu-Daudé2-4/+10
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé3-2/+2
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé9-12/+1
2020-06-10target/i386: Fix OUTL debug outputPhilippe Mathieu-Daudé1-1/+1
2020-06-10qom/object: Fix object_child_foreach_recursive() return valueCédric Le Goater1-1/+4
2020-06-10icount: fix shift=auto for record/replayPavel Dovgalyuk1-1/+19
2020-06-10numa: prevent usage of -M memory-backend and -numa memdev at the same timeIgor Mammedov1-0/+5
2020-06-10vl.c: run preconfig loop before creating default RAM backendIgor Mammedov1-2/+3
2020-06-10run-coverity-scan: support --update-tools-only --dockerPaolo Bonzini1-16/+23
2020-06-10run-coverity-scan: download tools outside the containerPaolo Bonzini2-21/+24