summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov2020-06-123-9/+1Star
| * i386: hvf: Use IP from CPUX86StateRoman Bolshakov2020-06-125-54/+51Star
| * i386: hvf: Use ins_len to advance IPRoman Bolshakov2020-06-121-1/+1
| * i386: hvf: Drop unused variableRoman Bolshakov2020-06-121-1/+0Star
| * i386: hvf: Clean stray includes in sysemuRoman Bolshakov2020-06-121-7/+0Star
| * i386: hvf: Drop useless declarations in sysemuRoman Bolshakov2020-06-122-25/+4Star
| * i386: hvf: Move HVFState definition into hvfRoman Bolshakov2020-06-122-37/+35Star
| * target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé2020-06-123-13/+17
| * sysemu/hvf: Only declare hvf_allowed when HVF is availablePhilippe Mathieu-Daudé2020-06-121-3/+3
| * sysemu/tcg: Only declare tcg_allowed when TCG is availablePhilippe Mathieu-Daudé2020-06-121-1/+1
| * sysemu/accel: Restrict machine methods to system-modePhilippe Mathieu-Daudé2020-06-121-0/+2
| * target/i386: correct fix for pcmpxstrx substring searchJoseph Myers2020-06-123-2/+38
| * target/i386: fix IEEE x87 floating-point exception raisingJoseph Myers2020-06-102-31/+926
| * exec: set map length to zero when returning NULLPrasad J Pandit2020-06-102-1/+3
| * configure: Do not ignore malloc valueLeonid Bloch2020-06-101-3/+17
| * qemu/thread: Mark qemu_thread_exit() with 'noreturn' attributePhilippe Mathieu-Daudé2020-06-101-1/+1
| * memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé2020-06-104-39/+48
| * util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier2020-06-101-0/+9
| * target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu2020-06-103-0/+46
| * i386: Remove unused define's from hax and hvfJulio Faracco2020-06-102-4/+0Star
| * replay: implement fair mutexPavel Dovgalyuk2020-06-101-1/+14
| * hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang2020-06-101-9/+10
| * tests: machine-none-test: Enable MicroBlaze testingEdgar E. Iglesias2020-06-101-6/+4Star
| * chardev/char-socket: Properly make qio connections non blockingSai Pavan Boddu2020-06-101-1/+3
| * KVM: Kick resamplefd for split kernel irqchipPeter Xu2020-06-104-2/+101
| * KVM: Pass EventNotifier into kvm_irqchip_assign_irqfdPeter Xu2020-06-101-6/+10
| * vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu2020-06-101-22/+15Star
| * x86/cpu: Enable AVX512_VP2INTERSECT cpu featureCathy Zhang2020-06-102-1/+3
| * hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé2020-06-101-1/+15
| * target/i386: fix fisttpl, fisttpll handling of out-of-range valuesJoseph Myers2020-06-102-2/+126
| * target/i386: fix fbstp handling of out-of-range valuesJoseph Myers2020-06-102-0/+125
| * target/i386: fix fbstp handling of negative zeroJoseph Myers2020-06-102-1/+29
| * target/i386: fix fxam handling of invalid encodingsJoseph Myers2020-06-102-2/+145
| * target/i386: fix floating-point load-constant roundingJoseph Myers2020-06-102-5/+248
| * hw/elf_ops: Do not ignore write failures when loading ELFPhilippe Mathieu-Daudé2020-06-101-3/+8
| * disas: Let disas::read_memory() handler return EIO on errorPhilippe Mathieu-Daudé2020-06-101-5/+8
| * exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé2020-06-102-4/+9
| * exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé2020-06-102-16/+19
| * target/i386: fix fscale handling of rounding precisionJoseph Myers2020-06-102-0/+16
| * target/i386: fix fscale handling of infinite exponentsJoseph Myers2020-06-102-0/+51
| * target/i386: fix fscale handling of invalid exponent encodingsJoseph Myers2020-06-102-1/+33
| * target/i386: fix fscale handling of signaling NaNJoseph Myers2020-06-102-0/+41
| * target/i386: implement special cases for fxtractJoseph Myers2020-06-102-1/+144
| * megasas: use unsigned type for positive numeric fieldsPrasad J Pandit2020-06-101-19/+19
| * megasas: avoid NULL pointer dereferencePrasad J Pandit2020-06-101-1/+1
| * megasas: use unsigned type for reply_queue_head and check indexPrasad J Pandit2020-06-101-2/+2
| * i386/kvm: fix a use-after-free when vcpu plug/unplugPan Nengyuan2020-06-102-1/+4
| * hax: Dynamic allocate vcpu state structureWangBowen2020-06-102-8/+22
| * cpus: Fix botched configure_icount() error API violation fixMarkus Armbruster2020-06-101-2/+4
| * qom/container: remove .instance_size initializer from container_infoMasahiro Yamada2020-06-101-1/+0Star